本文最后更新于(2018-1-23 20:43:08),链接可能失效,内容可能难以复现。请注意甄别。
©Sunplace,2018
以 Windows 10 为例。
方法1
找到计算机管理\设备管理器\系统设备\Intel(R) Management Engine Interface

powercfg /h off
powercfg /h off
引用:https://blog.csdn.net/SarenTumulus/article/details/90814938下载地址:https://github.com/Wind4/vlmcsd/releases这里可以找到Windows激活密钥:https://technet.microsoft.com/en-us/library/jj612867.aspx
# Create System Service sc create KMSSrv binpath= %windir%\System32\vlmcsd.exe type= own start= auto displayname= "KMS Emulator" # Run Vlmcsd net start KMSSrv # Open Port:1688 netsh advfirewall firewall add rule name="KMS Emulator Server" dir=in action=allow protocol=TCP localport=1688
C:\Windows\SysWOW64>vlmcs.exe -v -l 3 服务器IP地址 Request Parameters ================== Protocol version : 6.0 Client is a virtual machine : No Licensing status : 2 (OOB grace) Remaining time (0 = forever) : 43200 minutes Application ID : 55c92734-d682-4d71-983e-d6ec3f16059f (Windows) SKU ID (aka Activation ID) : 34e1ae55-27f8-4950-8877-7a03be5fb181 (Windows Server 2019 Datacenter) KMS ID (aka KMS counted ID) : 8449b1fb-f0ea-497a-99ab-66ca96e9a0f5 (Windows Server 2019) Client machine ID : e9fa706d-ffdf-41c4-aad9-83fbb427cfa5 Previous client machine ID : 00000000-0000-0000-0000-000000000000 Client request timestamp (UTC) : 2020-02-15 14:01:13 Workstation name : ns1.samsung.pl N count policy (minimum clients): 5 Connecting to [::1]:1688 ... successful Performing RPC bind ... ... NDR64 ... BTFN ... NDR32 ... successful Sending activation request (KMS V6) 1 of 1 Response from KMS server ======================== Size of KMS Response : 260 (0x104) Protocol version : 6.0 KMS host extended PID : 06401-00206-555-733862-03-3079-9600.0000-1992019 KMS host Hardware ID : 3A1C049600B60076 Client machine ID : e9fa706d-ffdf-41c4-aad9-83fbb427cfa5 Client request timestamp (UTC) : 2020-02-15 14:01:13 KMS host current active clients : 50 Renewal interval policy : 10080 Activation interval policy : 120
slmgr /upk XXXX-XXXX-XXXX-XXXX-XXXX删除所有密钥:
slmgr /upk安装密钥:
slmgr /ipk XXXX-XXXX-XXXX-XXXX-XXXX设置激活服务器地址:
slmgr /skms 服务器IP地址:1688激活Windows:
slmgr /ato验证有效期:
slmgr /xpr
cscript ospp.vbs /unpkey:XXXXX删除所有密钥:
cscript ospp.vbs /unpkey安装密钥:
cscript ospp.vbs /inpkey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX设置激活服务器地址:
cscript ospp.vbs /sethst:服务器IP地址 cscript ospp.vbs /setprt:1688激活Office:
cscript ospp.vbs /act验证有效期:
cscript ospp.vbs /dstatus零售版转VOL版*:
cscript ospp.vbs /rearm for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul
相关阅读:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent] "DisableWindowsConsumerFeatures"=dword:00000001