發布時間:2024-03-31 文章來源:深度系統下載 瀏覽:
我們在使用win10操作系統的時候,如果在更新了新的操作系統之后出現了錯誤代碼0x800f081f的情況,可能是因為我們的電腦兼容性導致的問題,或者是因為系統更新的過程中出現了一些內部錯誤。可以嘗試在系統的更新和應用程序中進行相關的設置即可解決問題。 方法一: 1、啟動開始菜單,輸入 “cmd”,右鍵以管理員身份運行,然后依次執行以下命令: 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:\Windows\SoftwareDistribution SoftwareDistribution.old net start wuauserv net start cryptSvc net start bits net start msiserver 重啟設備,再次嘗試更新 Windows,看一下是否還會提示錯誤。 方法二: 1、右鍵點擊“此電腦”,選擇“管理” 2、進入到計算機管理后,點擊左側下面的“服務和應用程序”,點選“服務” 3、找到windows Update,點擊后,選擇“屬性” 4、進入到屬性界面后,在啟動類型中選:手動。點擊確定后退出設置 5、右擊:windows Update ,選擇:啟動即可 |