原文:
https://support.microsoft.com/zh-tw/hel ... 7-kms-clie
啟動失敗和周圍 2019 年 1 月 8,到在大量授權的 Windows 7 KMS 用戶端上的 「 非正版 」 通知
修正方法:
移除產生BUG的凶手, KB 971033
以管理者身份執行 cmd
1. 首先檢查是否有安裝到 KB 9710332. 移除 KB 9710333. 重開機
4. 執行script, 需使用到授權碼, cscript c:\windows\system32\slmgr.vbs /ipk <KEY>
如下的script中使用的是中華大學的授權碼,只適用於中華大學
5. 修正完畢,可以(可不用)重開機看看
https://support.microsoft.com/zh-tw/hel ... 7-kms-clie
啟動失敗和周圍 2019 年 1 月 8,到在大量授權的 Windows 7 KMS 用戶端上的 「 非正版 」 通知
修正方法:
移除產生BUG的凶手, KB 971033
以管理者身份執行 cmd
1. 首先檢查是否有安裝到 KB 971033
CODE:
wmic qfe where HotFixID="KB971033"
CODE:
wusa /uninstall /kb:971033
4. 執行script, 需使用到授權碼, cscript c:\windows\system32\slmgr.vbs /ipk <KEY>
如下的script中使用的是中華大學的授權碼,只適用於中華大學
CODE:
net stop sppuinotifysc config sppuinotify start= disablednet stop sppsvcdel %windir%\system32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-0.C7483456-A289-439d-8115-601632D005A0 /ahdel %windir%\system32\7B296FB0-376B-497e-B012-9C450E1B7327-5P-1.C7483456-A289-439d-8115-601632D005A0 /ahdel %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.datdel %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\cache\cache.datnet start sppsvccscript c:\windows\system32\slmgr.vbs /ipk ae2ee509-1b34-41c0-acb7-6d4650168915cscript c:\windows\system32\slmgr.vbs /atosc config sppuinotify start= demand
統計資料: 發表於 由 dtchang — 2019-02-11, 09:21