软件星级:3分
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.
NOTE: When a Volume License version is installed from VLSC or MVS Business ISO, the default Retail/OEM key needs to be inserted to regain acticvation.
It's actually quite simple and doesn't mess with any system files and leaked (*errrm stolen) keys.
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/ KMS19™>
CoreSingleLanguage (N) <HWID/ KMS19™>
Professional (N) <HWID/ KMS19™>
ProfessionalEducation (N) <HWID/ KMS19™>
ProfessionalWorkstation (N)<HWID/ KMS19™>
Education (N)<HWID/ KMS19™>
Enterprise (N)<HWID/ KMS19™>
EnterpriseS (N) 2015 <HWID>
EnterpriseS (N) 2016 <HWID/ KMS19™>
EnterpriseS (N) <KMS19™>
ServerStandard(Core) (N) <KMS19™>
ServerDatacenterCore) (N) <KMS19™>
ServerSolution(Core) (N) <KMS19™>
MANUAL METHOD:
1. Get GatherOsState.exe from Windows 10 17134 ISO
2. Get latest version of slshim from https://github.com/vyvojar/slshim/releases
3. Extract slshim32.dll (for gatherosstate from x86 ISO) or slshim64.dll (for gatherosstate from x64 ISO)
4. Place gatherosstate and extracted slshim dll in the same directory
5. Rename slshim dll to slc.dll
6. Import this to registry:
6.1. Set the real value for %sku% from beneath list.
edition=Cloud
sku=178
edition=CloudN
sku=179
edition=Core
sku=101
edition=CoreCountrySpecific
sku=99
edition=CoreN
sku=98
edition=CoreSingleLanguage
sku=100
edition=Education
sku=121
edition=EducationN
sku=122
edition=Enterprise
sku=4
edition=EnterpriseN
sku=27
edition=EnterpriseS
sku=125
edition=EnterpriseSN
sku=126
edition=Professional
sku=48
edition=ProfessionalEducation
sku=164
edition=ProfessionalEducationN
sku=165
edition=ProfessionalN
sku=49
edition=ProfessionalWorkstation
sku=161
edition=ProfessionalWorkstationN
sku=162
Replace the 'XXX' with the needed sku value. If using REG make sure the string is 7 digits long, the CMD will take the value from above.
CMD:
reg add "HKLMSYSTEMTokens" /v "Channel" /t REG_SZ /d "Retail" /f
reg add "HKLMSYSTEMTokensKernel" /v "Kernel-ProductInfo" /t REG_DWORD /d XXX /f
reg add "HKLMSYSTEMTokensKernel" /v "Security-SPP-GenuineLocalStatus" /t REG_DWORD /d 1 /f
reg add "HKCUSOFTWAREMicrosoftWindows NTCurrentVersionAppCompatFlagsLayers" /v "C:gatherosstate.exe" /d "^ WIN7RTM" /f
Make shure the XXX are peplaced by shown ID from above SKUID list.
Adapt the above path to gatherosstate.exe to the actual path.
7. Enter default Retail/OEM key from products ini
Key list from 17134.1 products.ini:
Site: https://pastebin.com
ShareCode: /rYakstDc
if you have Enterprise N or LTSB 2016 N use this in elevated Powershell:
::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
this will gather the key from within gatherosstate.exe
8. Run gatherosstate. After a few seconds you should get GenuineTicket.xml
9. (optional) Remove HKEY_LOCAL_MACHINESYSTEMTokens from registry.
CMD:
reg delete "HKLMSYSTEMTokens" /f
reg delete "HKCUSOFTWAREMicrosoftWindows NTCurrentVersionAppCompatFlagsLayers" /v "C:gatherosstate.exe" /f
10. Place the created genuineticket at the root of c: and in admin CMD:
clipup -v -o -altto c:
11. then force activation with:
cscript /nologo %windir%system32slmgr.vbs -ato
DONE. Congrats.
AUTOMATED METHOD:
In case any VPN is used, deactivate it for the process duration.
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.
v30.01
--added dedicated Modes for HWID, KMS19™, HWID/gVLK install and a Clean Mode to break the 180 days KMS lock
--HWID: all normal editions with LTSB 2015/16
--KMS19™: [!!!offline!!!] all normal editions, LTSB 2016, LTSC 2019 and some Servers (see list above)
--added refreshed system check to all processes
--new silent switches: hwid and kms19