Windows激活之路:通过HWIDGen申请永久数字许可证

Windows激活之路:通过HWIDGen申请永久数字许可证

小 萌
2018-06-05 / 0 评论 / 91 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2023年02月17日,已超过435天没有更新,若内容或图片失效,请留言反馈。

 title=

HWIDGen是一款由国外Nsane论坛会员s1ave77制作的Windows 10数字权利激活工具,这款Win10数字权利获取工具,可以自动获取Windows 10 数字许可证激活,无需产品密钥,以最简单的方式永久激活。

原帖地址:http://www.nsaneforums.com/topic/312871-windows-10-digital-license-hwid-generation-without-kms-or-predecessor-installupgrade/

数字权利激活

什么是“数字权利激活”?数字许可证激活是 Windows 10 中新加入的激活方式,是一种授权方法的分类。

数字许可证会记录您的硬件设备信息,只要在CPU和主板设备没有更换的情况下就可以连接微软服务器自动永久性的激活系统,重新安装系统时无需再次输入产品密钥,安装后会自动永久激活。

“数字权利激活”在不更换电脑硬件的情况下一直有效,无论您安装的系统是正式版还是预览版,不影响永久激活效果。

支持的系统

目前基本上支持大部分Win 10系统!

Windows 10 Cloud

Windows 10 Cloud(N)

Windows 10 Core(N)

Windows 10 CoreCountrySpecific

Windows 10 oreSingleLanguage

Windows 10 Core

Windows 10 Education

Windows 10 Education(N)

Windows 10 Enterprise

Windows 10 Enterprise(S)

Windows 10 EnterpriseS(N)

Windows 10 Professional

Windows 10 Professional(N)

Windows 10 ProfessionalEducation

Windows 10 ProfessionalEducation(N)

Windows 10 ProfessionalWorkstation

Windows 10 ProfessionalWorkstation(N)

Windows 10 LTSB 2015

Windows 10 LTSB 2016

手动激活

操作比较复杂!不建议小白入手!

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 

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).Matche
  • 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"

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

自动激活

该版本是作者s1ave77提供的!全E英文操作!大家可以尝试其他几种!

软件下载:链接: https://pan.baidu.com/s/1TT_seyt-faLyImdcPZ3AHw 密码: w96g

解压密码:3Fs44Rv#tZ4u3UOij656NgF____

 title=

批处理激活版

这个也不错,可以直接看源码,放心安逸~~

软件下载地址:链接: https://pan.baidu.com/s/1ZoeMrcypco7n-4EJFkudoQ 密码: 8jf1

萌咖大佬优化:链接: https://pan.baidu.com/s/1ML5_tgI7OQrWLRny98BZ9A 密码: xfdn

C#激活版本

比较推荐这个版本也不错!比较直观!

软件下载地址:链接: https://pan.baidu.com/s/1qlx03xURI5yGyLT7sQ_RSQ 密码: thcv

C#代码编写~ 可以利用反编译工具看代码内容。

推荐大家试一试这个!!

该版本来自:https://www.52pojie.cn/thread-742884-1-1.html

特别提醒

激活过程中,保持电脑联网,且开启Windows Update!避免使用V_P_N!

有些杀毒软件会提示软件有病毒。大家可以参考下:http://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1786693

0

评论 (0)

取消