2019年4月16日 星期二

Win7非正版問題

Q: 原來可用的電腦出現Win7非正版, 且使用有效的KMS認證或變更金鑰都不能順利認證.
A: 請複製以下文字, 另存成.bat檔. 並請編輯倒數第3行紅字部分<edition-specific KMS client key>, 將其替換成正確版本的KMS金鑰或actiovation key.
存檔完成後請在.bat檔上按右鍵以系統管理員身份執行. 執行完畢後就認證好了.

net stop sppuinotify
sc config sppuinotify start= disabled
net stop sppsvc
del %windir%\system32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-0.C7483456-A289-439d-8115-601632D005A0 /ah
del %windir%\system32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-1.C7483456-A289-439d-8115-601632D005A0 /ah
del %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat
del %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\cache\cache.dat
net start sppsvc
cscript c:\windows\system32\slmgr.vbs /ipk <edition-specific KMS client key>
cscript c:\windows\system32\slmgr.vbs /ato
sc config sppuinotify start= demand

參考網址: https://support.microsoft.com/zh-tw/help/4487266/activation-failures-and-not-genuine-notifications-on-vl-win-7-kms-clie?fbclid=IwAR39Ry4EixqR9Som0u1yxWMlgs2mm21U1-PJaIe4bxvs-FXZzsDGE8Jm18Q