|
|
1、啟動【開始】菜單,輸入【cmd】,右鍵點擊【命令提示符】,選擇以【管理員身份】運行; 2、依次輸入下面命令(可小心復(fù)制貼上): SC config wuauserv start= auto,按回車 SC config bits start= auto,按回車 SC config cryptsvc start= auto,按回車 SC config trustedinstaller start= auto ,按回車 SC config wuauserv type=share ,按回車 net stop wuauserv,按回車 net stop cryptSvc,按回車 net stop bits,按回車 net stop msiserver,按回車 ren C:WindowsSoftwareDistribution SoftwareDistribution.old,按回車 ren C:WindowsSystem32catroot2 catroot2.old,按回車 net start wuauserv,按回車 net start cryptSvc,按回車 net start bits,按回車 net start msiserver,按回車 netsh winsock reset,按回車 3、重啟機器,再看看效果; 4、如果問題依然持續(xù),請下載和運行微軟官方《Microsoft Fix it》修復(fù)工具:https://aka.ms/wudiag |
|