Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

Search Member List Calendar Help

Welcome back, . You last visited: 01-01-1970, 00:00 AM Log Out Search
User CP Alerts (0) Open Buddy List View New Posts View Today's Posts Private Messages (Unread 0, Total 0)

Rules have been updated! Here


AiOw ares › Softw are & Applications › Multi-Platform Softw are › W indow s
[Windows 10] Digital License (HWID) & KMS38™ Generation

Pages (24): 1 2 3 4 5 … 24 Next » Thread Rating: Post Thread New Reply

Tags

windows install kms predecessor license kms38™ generation licens upgrade hwid 10 digital
or without

[Windows 10] Digital License (HWID) & KMS38™ Generation Thread Modes

Posts: 129
s1ave77 Threads: 6
Caustic Watchdog Thanks Received: 624 in 121 posts
Thanks Given: 596
Joined: May 2018

05-15-2018, 07:40 AM (This post was last modified: 04-12-2019, 08:23 AM by s1ave77.) #1

NOTE: When attempting to switch from default KMS to KMS38 (LongLife) activation, run the KMS38 process by
selecting from the drop-down-menu, then; if no Office is installed repeat process in 'Clean' mode (same menu), if
Office is installed use 'Rearm'.
Make sure the Office KMS activation is excluding Windows KMS38.

It's actually quite simple and doesn't mess with any system files and leaked (*errrm stolen) keys.

In Windows 10 all systems no matter how they were activated (be it via Upgrade from Windows 7/8.1 or by using a bought Retail or an embedded BIOS
aka MSDM license) will be converted to a Digital License which is based on the Hard Ware ID (HWID) of the respective machine. This License is stored at MS
Servers and will activate this machine every time it's freshly installed. Only hardware changes will cause the License being invalidated. By binding it to a
Microsoft Account (MSA) you will be able to transfer it in latter case.

The process only needs to be performed once per machine. In later installs just skip any key prompts (choose 'I have no product key' during setup) and at
first online contact the MS Server will regocnize the HWID and grant activation automatically.

The ticket creation has been appropriately refined for each MS SKU edition so that the Manual Method below is fully applicable to all of them. The Automated
Method has been included as well for an easiest activation and works with all MS SKU editions and was specifically devised for the following ones:

Supported Windows 10 editions (SKUs):


Core (Home) (N) (HWID/KMS38)
CoreSingleLanguage (N) (HWID/KMS38)
Professional (N) (HWID/KMS38)
ProfessionalEducation (N) (HWID/KMS38)
ProfessionalWorkstation (N) (HWID/KMS38)
Education (N) (HWID/KMS38)
Enterprise (N) (HWID/KMS38)
EnterpriseS (N) 2015(HWID)
EnterpriseS (N) 2016 (HWID/KMS38)
EnterpriseS (N) 2019 (KMS38)
ServerStandard(Core) (N) (KMS38)
ServerDatacenterCore) (N) (KMS38)
ServerSolution(Core) (N) (KMS38)

REWORKED MANUAL PROCESS FOR HWID AND KMS38:


Prerequisites:

# the files:

Code:
https://www.upload.ee/files/9580116/manual.7z.html

# key and SKU-ID see the respective info TXT in files pack.

The Process:

#1. Copy files to a work folder, create exclusion in AV or disable temporarily. I will use d:\work as example.

#2. Install default generic key. Volume key (gVLK) for KMS38 or OEMRET for HWID (see included info TXT files).
Code:
cscript.exe %windir%\system32\slmgr.vbs /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXX

#2.a KMS38 only: Create dummy KMS adress entry using the demo IP range.
Code:
cscript.exe %windir%\system32\slmgr.vbs -skms 192.0.2.69:1833

#3 LTSB 2015 only: rename gatherosstateLTSB15.exe to gatherosstate.exe (rename or overwrite the other).

#4. Depending on chosen process rename respective TargetSKU_XXXX.txt to TargetSKU.txt.

TargetSKU content syntax:


Spoiler: Hide Content

Code:
<SKUID> <MODE>

SKUID = Any SKU ID number, -1 for autodetection


MODE = 0 for HWID, 1 for KMS38, -1 for autodetection

Auto SKUID detection for HWID:

Code:
-1 0

Auto SKUID detection for KMS38:

Code:
-1 1

Professional with HWID:

Code:
48 0
#5. Run gatherosstate.exe by (double-)clicking.

#6. To apply ticket:


Code:
clipup -v -o -altto d:\work\

(note the trailing \)

#6.a HWID only: force activation with:

Code:
cscript.exe %windir%\system32\slmgr.vbs /ato

#7. DONE. Congrats.

AUTOMATED METHOD:

NOTE: The tool performs several system checks and may need a moment to appear (depending on your system specs), no need to panic, just wait a
moment. Thanks.

Code:
v62.01
--added option to clean ClipSVC tokens, this can be used to activate System Images on different machines since
you cannot activate 2 systems using the same tokens

v61.01
--processes have been reworked
--AiO slc.dll for HWID and KMS38 processes
--new DLL uses gatherosstate.exe from 17134 ADK, only LTSB 2015 uses modded version of it
--processes now read SKU-ID directly from the OS
--channel is determined from DigitalProductId4, the SKU ID is determined from kernel value.
--TargetSKU.txt now uses generic values for OS detection and process
--TargetSKU.txt can still use SKU-ID value as fallback
--implemented checks for service functionality of wuauserv, clipsvc, wlidsvc and sppsvc
Silent Mode:
--System checks will try to enable any disabled service(s) temporarily and start them to assure working processes
--changes are redone after checking and during the processes
--error messages will help to determine problems

Code:

hwid.kms38.gen.mk6 hwid
v60.01
--processes have been reworked (thanks to Sponpa for inspiration)
--separated slc.dllkms38
hwid.kms38.gen.mk6 for HWID and KMS38
--both use gatherosstate.exe from 17134 ADK, only LTSB 2015 uses modded version of it
--processes now read SKU-ID from temp file, no registry entries needed

MIRROR1 Download:
v55.01
--changed KMS38 fake IP to use documentation purpose block, i.e.: 192.0.2.69
Code:
--fixed broken headers in patched gatherosstate.exe files (LTSB 2015 and LTSC)
v52.01
https://www.upload.ee/files/10182930/thk.003mk6.7z.html
--removed compress2txt to fix broken silent mode
--removed 2nd tab, latest KMS_VL_ALL now properly detects KMS38 Windows
--lic.switcher updated to v0.22.04
v51.15
--fixed Server gVLK detection for 2016/2019 (no 2013 support)
--tested KMS38 support for Server Standard/Datacenter 2016 and 2019
--added(EXE):
Hashes ServerRdsh[Core] (Ent for Virtual Desktops) HWID and KMS38 support
--re-work to use the compress2txt method by AveYo
--EXE files are decoded directly on demand
Code:
--Update LIC.SWITCHER to v.0.11.15
++changed ISOLABEL creation to use more informative naming scheme
BLAKE2sp:
++fixed45527c3aeeda2c0bb34d73d3d5719b7888499ca705452b834dad252adf58c2ac
some key confusion in FILE TOOLS (thanks to J05H)
SHA-1: 40779e9f591f0ae04e6967095b4974d04a5f2984
SHA-1: 40779e9f591f0ae04e6967095b4974d04a5f2984
SHA-256: af333dbeab9268398d985eb80c74adfaa84210a7e6222ab3fc1684a73f052ff1
SHA-384: a235cc6557252c76232890fe38098b205448039eddd29c37808c560c9b771a25d8fa4fc0f058cd9bed4e2990ec94e07f
SHA3-224: a4ae4cb97db166222370c3585df4db3c01d553f14cf3d0c18a461fb8
SHA3-256: d984607f3e72ce63e98d0c00a6637b1af2d8332e3a6561e13c6091a70714bf7c

The following 129 users say Thank You to s1ave77 for this post:
• 4js, activor, an1a, aodsoul, ARMOUR, ASHERH4X, AVATAR, axis918, BadPsychoBoy, BALTAGY, bamboutos, bigpickle, Bill_Boquet, BlooDoff, buntaranph, caleb59, CaptainCold, Cerberus ,
ChiefTaiN, Child, clapowcher, coiote3, crisecure, Dahaka, dannysholes, Dean213, designer75, dibbe, dinoking, Disk2019, Doktor-X, dolfies, donkeygirl, Dubioza Kolektiv, dwarka, ekberg,
eltrkbrd, exodius, fallenbanana, fnsfernando, fstorm2, ftu109, Gami, garch69, Garland, Gert.G, ghostmankimo, Goodman, highlander934jp, icloudsr, iokeyz, israel002, italomelo, Iznogoud,
jabrwky, jcvo, joelTNT, jonaaa20, joshzombie, jvidal, karakol, kidimbwi, King, Krinal, KRS, kruher, l33tissw00t, LEXJ, lmtree, lovesoft, MADARA, Marcus Corbacho, Mehdi, MELERIX,
michel.tmp01, microtechton, MrZeb, muggles, neofita, Neptune, newdaown, nickwooshorr, nodnar, nuttertools, odjinan, pacoolio, permtemp2003, perucho, peser, pf100, pnefyp, PriSim ,
psyko666, pulga08, pureocean, R409027, RafaelRafito, RagedOne, RatherLogical, raver, razex, rrd84, Samus01, Saurav, Server, ShiningDog, sjain, Skunk1966, software182, stevyo,
straycat19, SunLion, TanMan, Tardigrade_Invade, The Undertaker, Thesevenn, treadstone, tz847, uname, UndertakerBen, valok, WALLONN7, wenger20, yozas, yurdasal, zachry000,
ZerOx16x, zikinadinastiija, zmeul87

Find Add Thank You Reply Quote

Posts: 307
BALTAGY Threads: 44
Portable World Thanks Received: 656 in 265 posts
Thanks Given: 264
Joined: Apr 2018

05-15-2018, 11:44 AM #2

Since i'm a noob on this, this should work like KMS but without using KMS tools right ?

Portable And Repack Software - Facebook Page

.NET Framework 2.0, 3.5 Standalone Installer Win8,8.1,2012 R2,10

Microsoft Visual C++ Redistributable Repack

ESET Security MultiLanguage Repack

StopWinUpdates
Member Ranks - Rules/Guidelines
PM me about any problem in my portables (I can't see every comment)

The following 8 users say Thank You to BALTAGY for this post:
• an1a, Goodman, jcvo, ju0632, KRS, Neptune, nickwooshorr, SunLion
Website Find Add Thank You Reply Quote

Posts: 129
s1ave77 Threads: 6
Caustic Watchdog Thanks Received: 624 in 121 posts
Thanks Given: 596
Joined: May 2018

05-15-2018, 12:04 PM #3

BALTAGY Wrote: (05-15-2018, 11:44 AM)

Since i'm a noob on this, this should work like KMS but without using KMS tools right ?

This creates digital license by slightly abusing the way the upgrade Win 7/8.1 to Win 10 creates it.

Forums Guidelines
[Windows 10] HWID Generation without KMS or predecessor install/upgrade

The following 7 users say Thank You to s1ave77 for this post:
• ARMOUR, BALTAGY, clapowcher, jabrwky, jamie, KRS, SunLion
Find Add Thank You Reply Quote

Posts: 89
Skunk1966 Threads: 2
VIP Thanks Received: 148 in 68 posts
Thanks Given: 167
Joined: Apr 2018

05-16-2018, 03:48 AM #4
@s1ave77r I'm a bit confused here:
Quote:
1. Get GatherOsState.exe from Windows 10 17134 ISO
So this ISO is needed? Does it matter which ISO from this build is used?

Quote:
7. Enter default Retail/OEM key from products ini
where can we find the key?

Quote:
if you have Enterprise N or LTSB 2016 N use this in elevated Powershell:

Code:
::EnterpriseN
((Get-Content '.\gatherosstate.exe') -replace "`0" | Select-String -Pattern "(.....-){4}C372T" -AllMatches).Matches | Select-Object -ExpandProperty
Value

::EnterpriseSN
((Get-Content '.\gatherosstate.exe') -replace "`0" | Select-String -Pattern "(.....-){4}VMJWR" -AllMatches).Matches | Select-Object -ExpandProperty
Value
Do we have to replace the dots in (.....-) with anything when using these commands in elevated powershell?

The following 3 users say Thank You to Skunk1966 for this post:
• KRS, razex, s1ave77

Email Find Add Thank You Reply Quote Report

Posts: 232
WALLONN7 Threads: 75
U agreed to the rules. I enforce 'em!!! Thanks Received: 310 in 151 posts
Thanks Given: 842
Joined: Apr 2018

05-16-2018, 07:47 AM #5

Thread stuck on top Windows forum.

Anything wrong?!
Doubt about something in the forums?!

Please push Report button or send me a PM!!!

Guidelines

Member Ranks

How to use various forum functionalities


======================================================================================

AiOwares is a community whose existence takes place by itself, not by movements unrelated to it.

======================================================================================

The following 4 users say Thank You to WALLONN7 for this post:
• Dahaka, KRS, razex, s1ave77
Find Add Thank You Reply Quote

Posts: 129
s1ave77 Threads: 6
Caustic Watchdog Thanks Received: 624 in 121 posts
Thanks Given: 596
Joined: May 2018

05-16-2018, 01:48 PM (This post was last modified: 05-16-2018, 01:59 PM by s1ave77.) #6
05-16-2018, 01:48 PM (This post was last modified: 05-16-2018, 01:59 PM by s1ave77.) #6

Skunk1966 Wrote: (05-16-2018, 03:48 AM)

@s1ave77r I'm a bit confused here:


Quote:
1. Get GatherOsState.exe from Windows 10 17134 ISO
So this ISO is needed? Does it matter which ISO from this build is used?

Quote:
7. Enter default Retail/OEM key from products ini
where can we find the key?

Quote:
if you have Enterprise N or LTSB 2016 N use this in elevated Powershell:

Code:
::EnterpriseN
((Get-Content '.\gatherosstate.exe') -replace "`0" | Select-String -Pattern "(.....-){4}C372T" -AllMatches).Matches | Select-Object -ExpandProperty
Value

::EnterpriseSN
((Get-Content '.\gatherosstate.exe') -replace "`0" | Select-String -Pattern "(.....-){4}VMJWR" -AllMatches).Matches | Select-Object -
ExpandProperty Value
Do we have to replace the dots in (.....-) with anything when using these commands in elevated powershell?
Recommened ISO for the gatherosstate.exe is 17134.1.

I add the list from products.ini to OP. Interestingly the INI is in the \sources\ folder of the UUP>>ISO creation but not part of Techbench/MVS ISOs.

The powershell lines have to be used as they are.

Forums Guidelines
[Windows 10] HWID Generation without KMS or predecessor install/upgrade

The following 4 users say Thank You to s1ave77 for this post:
• jabrwky, KRS, Skunk1966, WALLONN7
Find Add Thank You Reply Quote

Posts: 129
s1ave77 Threads: 6
Caustic Watchdog Thanks Received: 624 in 121 posts
Thanks Given: 596
Joined: May 2018

05-16-2018, 03:01 PM #7

Added the urgent recommendation to use the tool from a folder on systemdrive with no spaces in the path.

Forums Guidelines
[Windows 10] HWID Generation without KMS or predecessor install/upgrade

The following 6 users say Thank You to s1ave77 for this post:
• ARMOUR, BALTAGY, Delboy, jabrwky, KRS, WALLONN7
Find Add Thank You Reply Quote

Posts: 129
s1ave77 Threads: 6
Caustic Watchdog Thanks Received: 624 in 121 posts
Thanks Given: 596
Joined: May 2018

05-16-2018, 05:27 PM (This post was last modified: 05-16-2018, 05:58 PM by s1ave77.) #8

New version incoming ... now all needed files are compiled along with the EXE, start, hit patch and wait....
RELEASE: v6.66

AiO with all files included. Hit patch and wait .

Forums Guidelines
Forums Guidelines
[Windows 10] HWID Generation without KMS or predecessor install/upgrade

The following 6 users say Thank You to s1ave77 for this post:
• ARMOUR, BALTAGY, jabrwky, KRS, PriSim , Skunk1966
Find Add Thank You Reply Quote

Posts: 129
s1ave77 Threads: 6
Caustic Watchdog Thanks Received: 624 in 121 posts
Thanks Given: 596
Joined: May 2018

05-16-2018, 11:26 PM #9

RELEASE: v6.67

--some visual upgrades

Forums Guidelines
[Windows 10] HWID Generation without KMS or predecessor install/upgrade

The following 4 users say Thank You to s1ave77 for this post:
• ARMOUR, jabrwky, Skunk1966, WALLONN7

Find Add Thank You Reply Quote

Posts: 89
Skunk1966 Threads: 2
VIP Thanks Received: 148 in 68 posts
Thanks Given: 167
Joined: Apr 2018

05-17-2018, 12:41 AM (This post was last modified: 05-17-2018, 04:08 AM by Skunk1966.) #10

HWID.log (Size: 788 bytes / Downloads: 0)


s1ave77 Wrote: (05-16-2018, 05:27 PM)

AiO with all files included. Hit patch and wait .


so no need to run the scripts manually? All is automated now?

EDIT: I tried to activate Windows 10 2016 Ent. LTSB x64 but failed.

HWID.log:
Quote:
Starting activation at 17 mei 2018 09:42:49...

Installing key NK96Y-D9CD8-W44CQ-R8YTK-DYJWX...


Productcode NK96Y-D9CD8-W44CQ-R8YTK-DYJWX is ge‹nstalleerd.

Adding registry entries...


Running GatherOsState...
Removing registry entries...

Applying GenuineTicket.xml...
Done.
Converted license Microsoft.Windows.125.X21-05035_8wekyb3d8bbwe and stored at (null).
Successfully converted 1 licenses from genuine authorization tickets on disk.
Done.

Activating...
Windows®, EnterpriseS edition (706e0cfd-23f4-43bb-a9af-1a492b9f1302) activeren...
Fout: 0x80070422 Kan de service niet starten omdat deze is uitgeschakeld of omdat het geen ingeschakelde apparaten met zich heeft verbonden.
(SWbemObjectEx)

Failed to activate EnterpriseS. License status: Notification

Is it possible that this has anything to do with Destroy Windows Spying? I ran DWS over a year ago. Also when I look at System and click on Activate
button I see that Windows can't connect to activation servers
Email Find Add Thank You Reply Quote Report

« Next Oldest | Next Newest » Enter Keywords Search Thread

Pages (24): 1 2 3 4 5 … 24 Next » Post Thread New Reply

View a Printable Version


Forum Jump: ---- Windows Go
Send this Thread to a Friend
Subscribe to this thread

Contact Us AiOw ares Return to Top Lite (Archive) Mode Mark All Forums Read RSS Syndication Default Go

Disclaimer
AiOwares respects the rights of others and is committed to helping third parties protect their rights. We are not hosting any files on our servers. Still need to ask something Email us @
dmca(at)aiowares(dot)com
Powered By MyBB, © 2002-2019 MyBB Group.

You might also like