HWIDGEN是一款由国外Nsane论坛会员s1ave77制作的Windows 10数字权利激活工具,这款Win10数字权利获取工具,可以自动获取Windows 10 数字许可证激活,无需产品密钥,以最简单的方式永久激活。
何谓“数字权利激活“?数字许可证(在 Windows 10 版本 1511 中称为数字授权)是 Windows 10 的一种激活方法,该方法不需要输入产品密钥。在同一台电脑上主要硬件(应该是CPU和主板)不变化的情况下,重新安装系统时无需再次输入密钥,系统会在自动连接到微软服务器进行激活。
支持的版本
- 家庭版(数字权利/KMS38™)
- 家庭单语言版(数字权利/KMS38™)
- 专业版(数字权利/KMS38™)
- 专业教育版(数字权利/KMS38™)
- 专业工作站版(数字权利/KMS38™)
- 教育版(数字权利/KMS38™)
- 企业版(数字权利/KMS38™)
- 企业版S2015(数字权利)
- 企业版S2016(数字权利/KMS38™)
- 企业版S(KMS19™)
- ServerStandard(Core)(KMS38™)
- ServerDatacenter(Core)(KMS38™)
- ServerSolution(Core)(KMS38™)
[Windows 10] Digital License (HWID) & KMS38™ Generation
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™.
INFO: For adapted KMS_VL_ALL (Manual only) see download section beneath.
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.
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/ 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) <KMS19™>
- ServerStandard(Core) (N) <KMS38™>
- ServerDatacenterCore) (N) <KMS38™>
- ServerSolution(Core) (N) <KMS38™>
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 "HKLM\SYSTEM\Tokens" /v "Channel" /t REG_SZ /d "Retail" /f
reg add "HKLM\SYSTEM\Tokens\Kernel" /v "Kernel-ProductInfo" /t REG_DWORD /d XXX /f
reg add "HKLM\SYSTEM\Tokens\Kernel" /v "Security-SPP-GenuineLocalStatus" /t REG_DWORD /d 1 /f
reg add "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /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_MACHINE\SYSTEM\Tokens from registry.
CMD:
reg delete "HKLM\SYSTEM\Tokens" /f
reg delete "HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /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%\system32\slmgr.vbs -ato
DONE. Congrats.
AUTOMATED METHOD:
In case any V*P*N 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.
v60.01
–processes have been reworked (thanks to Sponpa for inspiration)
–separated slc.dll 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
v52.01
–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 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
–Update LIC.SWITCHER to v.0.11.15
++changed ISOLABEL creation to use more informative naming scheme
++fixed some key confusion in FILE TOOLS (thanks to J05H)
++re-work to use the compress2txt method by AveYo
++EXE files are decoded directly on demand
++some love for abbodi1406 and ServerRdsh[Core]
++fixed Server gVLK detection for 2016/2019 (no 2013 support)
++added Any-Time-Upgrade and Up/Downgrade for Server Standard/Datacenter 2016 and 2019
–changed build delta nr detection to use UBR
v50.04
–fixed bug in sys key detection (thanks to Vovk@)
v50.01
–added reworked net adapter checks from lic.switcher
–new ACTIVATION TOOLS tab:
==KMS activate by excluding KMS38 and other permanently activated Windows
==Create/Delete KMS task
==Get OA3 BIOS key (if any)
==set custom key
==Activate online (for custom key set)
==KeyCheck for Edition and Lic Channel
–added latest lic.switch 10.04
v40.08
–made the CoreToPro In-place-Upgrade in License Switcher fully automatic
v40.01
–added Info Splash Screen and made it default Mode at tool start-up
–added Rearm Mode in case Office is installed, else better use Clean (Reboot is mandatory for Rearm!)
–changed Grace to show days
–changed appearence of warning for silent modes (now at first/next user login)
–added Modes to enable/disable the network adapter
–added LicenseSwitch Tool:
++In-Place-Upgrade Core(N) to Professional(N), copies needed Pro(N) key to clipboard and invokes the
‘Change Product Key’ GUI, just Right-Click ‘Paste.
++License-Switch versions from 1803 up to wished edition, reboot required.
–added adapted version of KMS_VL_ALL (Manual Only) with KMS38™ detection to OP
v30.18
–fixed borked silent mode
v30.11
–switched to the new naming hence a refresh
v30.08
–added KMS Host setting to KMS38™ process to avoid DNS queries
v30.01
–added dedicated Modes for HWID, KMS38™, 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
v20.01
–added 1809 gatherosstate.exe, added LTSC/Server (2016/19) support for offline KMS activation (19 years grace)
v10.24
–fixed incorrect reg delete (thanks to angelkyo for the hint)
v10.21
–corrected the Win 7 compat entry (thanks to the alert source)
v10.18
–fixed broken LTSB 2016 process
v10.15
–added Enterprise LTSB 2015 (N) support (tested on non-N version) (thanks to hwidmod for the gatherosstate.exe needed)
v10.08
–added Key-Install-Mode (Drop-Down-Menu) to allow fast switch to Retail/OEM on re-Installs with VL ISO, which already have HWID and don’t need the whole process, tool will show this key in System Info if not installed
v10.01
–changed process slightly to run gatherosstate.exe in Win 7 compatibility mode, so created ticket will have operation system info set to Windows 7, this better mimiks the original ticket from a Win 7 system
–optimized the Splash screens
v9.32
–added hyperlinks to nsane and aiowares forums threads for info and support
v9.25
–changed the initial Msgbox to splash screen with no user intervention
v9.18
–reworked system check
v9.11
–added LTSB 2015 (only non-N and not tested so far) and native splash screen to silent mode
v9.04
–fixed spelling error in splash pic
v9.01
–fixed the KMS detection (will work on activated KMS systems now) amd added silent mode
v8.13
–added Messagebox to inform user tool-start-up might need a moment, fixed tool not closing when done via the ‘X’
v8.06
–changed disabled WU handling to: set to auto, start service, activate, stop service and set back to disabled
v7.99
–added last checks and some code cleanup
v7.77
–implemented disabled WU handling.
Home Page: https://www.nsaneforums.com/topic/312871-windows-10-digital-license-hwid-kms38%E2%84%A2-generation/
好东西 支持支持