Windows 7 出現啟動失敗和「非正版」問題
出自KMU Wiki
在2020年11月26日 (四) 17:16所做的修訂版本 (編輯) Jeff (對話 | 貢獻) (新頁面: 當 Windows 7(本校授權版) 出現啟動失敗和「非正版」問題 如何解決 1.點選"控制台"->"系統及安全"->"Windows Update”->”檢視更新紀錄"->"已安裝更...) ←上一個 |
在2020年11月26日 (四) 17:16所做的修訂版本 (編輯) (撤銷) Jeff (對話 | 貢獻) 下一個→ |
||
第9行: | 第9行: | ||
本校(企業版)範例 | 本校(企業版)範例 | ||
net stop sppuinotify | net stop sppuinotify | ||
+ | |||
sc config sppuinotify start= disabled | sc config sppuinotify start= disabled | ||
+ | |||
net stop sppsvc | 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-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%\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\tokens.dat | ||
+ | |||
del %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\cache\cache.dat | del %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\cache\cache.dat | ||
+ | |||
net start sppsvc | net start sppsvc | ||
+ | |||
cscript c:\windows\system32\slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH | cscript c:\windows\system32\slmgr.vbs /ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH | ||
+ | |||
cscript c:\windows\system32\slmgr.vbs /ato | cscript c:\windows\system32\slmgr.vbs /ato | ||
+ | |||
sc config sppuinotify start= demand | sc config sppuinotify start= demand |
在2020年11月26日 (四) 17:16所做的修訂版本
當 Windows 7(本校授權版) 出現啟動失敗和「非正版」問題 如何解決
1.點選"控制台"->"系統及安全"->"Windows Update”->”檢視更新紀錄"->"已安裝更新",請尋找並移除名稱代號為 "KB971033" 的更新後,重新啟動電腦。
2-1.如果在校外,重開機後,請先到 https://vpn.kmu.edu.tw/swauth/ 開啟VPN
2-2.如果在校內,重開機後,點選"開始"->"所有程式"->"附屬應用程式"->於"命令提示字元" 按右鍵 -> 選擇 "以系統管理員身分執行" -> 拷貝下方 "本校(企業版)範例" 以下的文字後,於命令提示字元視窗按右鍵,點選"貼上",按"Enter"鍵執行該段程式碼 -> 最後一段再按"Enter"鍵一次系統會執行最後一段程式碼,即可通過認證並啟用作業系統。
本校(企業版)範例 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 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH
cscript c:\windows\system32\slmgr.vbs /ato
sc config sppuinotify start= demand