系统

显示标签为“系统”的博文。显示所有博文
显示标签为“系统”的博文。显示所有博文

2018年6月5日星期二

Windows10使用HWIDGen申请永久数字许可证


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
CWindows 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


手动激活


[v_error]操作比较复杂!不建议小白入手![/v_error]
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

自动激活


该版本是作者s1ave77提供的!全E英文操作!大家可以尝试其他几种!
软件下载:链接: 下载hwidgen
解压密码:3Fs44Rv#tZ4u3UOij656NgF____


批处理激活版


这个也不错,可以直接看源码,放心安逸~~
软件下载地址:链接: 点击下载
萌卡大佬优化:链接: 点击下载

C#激活版本


比较推荐这个版本也不错!比较直观!
软件下载地址:链接: 点击下载
C#代码编写~ 可以利用反编译工具看代码内容。
推荐大家试一试这个!!
该版本来自:吾爱破解-W10数字许可激活C#版v2.6.7【已支持LTSB2015】

特别提醒


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

有些杀毒软件会提示软件有病毒。大家可以参考下:远景论坛-关于最近hwidgen.mk3 病毒的发表下个人看法。

最后说明


所有附件均存放在OneDrive,如出现无法下载的情况,请留言,我将尽快更换。

2017年8月15日星期二

Win10文件夹图标背景变成黑色怎么修复


在Win10系统下,文件夹图标的默认背景颜色是淡蓝色的,最近一位用户不知道操作了什么,文件夹的背景变成了黑色,看起来很不舒服,要怎样才能恢复文件夹的本来面貌呢?


Win10文件夹图标背景变成黑色怎么修复

Win10文件夹图标背景变成黑色怎么修复

解决方法如下:




1、出现此种问题时是否有安装过某些三方软件,或者是做过什么关于文件夹之类的操作,还是一安装上系统就出现问题,可以尝试关闭第三方软件排除一下问题;

2、指定任意一个文件夹,右击属性-自定义-还原默认图标-单击应用,确定;
Win10文件夹图标背景变成黑色怎么修复
Win10文件夹图标背景变成黑色怎么修复
3、重建图标缓存:Win10桌面图标缓存文件和之前系统版本一样,默认保存在C:\Users\当前用户名\AppData\Local文件夹下,名称为IconCache.db 删除 然后重启Win10系统即可;(注意显示隐藏)

4、尝试新建一个测试账户重新登录看是否有问题出现;

5、最后一个方法就是重置Win10系统。

2017年1月5日星期四

如何使用我们的服务查询系统


很多小伙伴问我,我们最近上来的服务查询系统 怎么用。现在我就来告诉你怎么使用。



使用方式




登录服务查询系统之后,首先查看下面的注释

选择你需要查询的数据库--输入你的邮箱地址--输入4位数的校验码然后就能看到了,如下图所示。


查看你查询的服务




进入之后,你会看到与你服务相关的信息,如下图所示,看图上的红色字体

(现在看到的是管理员的测试)

其他说明




我们以后很多邀请码都会通过这个系统发放

服务查询系统连接




服务查询系统:https://inq.digac.cc

2016年5月30日星期一