色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

瀏覽:95日期:2022-11-16 17:43:30

就在今天凌晨,微軟公司發(fā)布了最新的Windows11 Dev預(yù)覽版22509.1000版本,但是不少用戶在今日更新的時候卻反復(fù)提示下載錯誤0x80888002,遇到這種問題我們要怎么解決呢?下面小編就帶著大家一起看看吧!

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

好吧啦網(wǎng)m.lshqa.cn原創(chuàng),轉(zhuǎn)載需注明出處。

方法一:替換文件法。

首先用戶需要下載舊版的自動屏蔽PTM 2.0工具,并在檢查更新的時候選擇開啟。

下載地址:http://m.lshqa.cn/soft/225819.html

下載完成后,在電腦桌面新建一個名稱為【AppraiserRes. dll】文件。

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

在開始檢查更新的時候,打開電腦C盤可以看到多出來兩個文件夾,打開$WINDOWS.~BTSources

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

當自動更新到8%的時候,將桌面的【AppraiserRes. dll】文件復(fù)制到C:$WINDOWS.~BTSources文件夾,即可。

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

方法二:刪除文件法

首先用戶需要下載舊版的自動屏蔽PTM 2.0工具,并在檢查更新的時候選擇開啟。

下載地址:http://m.lshqa.cn/soft/225819.html

在開始檢查更新的時候,打開電腦C盤可以看到多出來兩個文件夾,打開$WINDOWS.~BTSources

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

當自動更新到8%的時候,將C:$WINDOWS.~BTSources文件夾中【AppraiserRes. dll】文件刪除即可。

方法三:

電腦桌面新建一個文本文檔,后綴名改為.cmd文件。

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

更改后,復(fù)制以下代碼進入文件中并保存。

01@(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText(:0)) & exit/b02#:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script03#:: v1 of the toggle script works perfectly fine for most people with a non-botched windows installation04#:: uses a fast, fileless wmi subscription to watch for the Virtual Disk Service Loader process running during setup,05#:: then launches a cmd erase of appraiserres.dll - that's all there is to it, no rocket science, just a great implementation06#:: you probably don't need to have it installed at all times - just when doing feature updates or manual setup within windows07#:: hence the on off toggle just by running the script again08= {09= 'Skip TPM Check on Dynamic Update'; =10$0 = sp 'HKLM:SYSTEMSetupMoSetup' 'AllowUpgradesWithUnsupportedTPMOrCPU' 1 -type dword -force -ea 011$0 = ri 'HKLM:SOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsvdsldr.exe' -force -ea 012$0 = sc.exe config Winmgmt start= demand; sp HKLM:SOFTWAREMicrosoftWbem 'Enable Costly Providers' 0 -type dword -force -ea 013= gwmi -Class __FilterToConsumerBinding -Namespace 'rootsubscription' -Filter "Filter = ""__eventfilter.name=''""" -ea 014= gwmi -Class CommandLineEventConsumer -Namespace 'rootsubscription' -Filter "Name=''" -ea 015= gwmi -Class __EventFilter -NameSpace 'rootsubscription' -Filter "Name=''" -ea 016if () { | rwmi; = } ; if () { | rwmi; = } ; if () { | rwmi; = }17if () { write-host -fore 0xf -back 0xd "`n [REMOVED] run again to install "; timeout /t 5; return }18= "$([environment]::SystemDirectory)cmd.exe"; = " /q (c) AveYo, 2021 /d /rerase appraiserres.dll /f /s /q"19= "$():`.~BT"; = "SELECT SessionID from Win32_ProcessStartTrace WHERE ProcessName='vdsldr.exe'"20= swmi -Class __EventFilter -NameSpace 'rootsubscription' -args @{21Name = ; EventNameSpace = 'rootcimv2'; QueryLanguage = 'WQL'; Query = } -PutType 2 -ea 022= swmi -Class CommandLineEventConsumer -Namespace 'rootsubscription' -args @{23Name = ; WorkingDirectory = ; ExecutablePath = ; CommandLineTemplate = ; Priority = 128} -PutType 2 -ea 024= swmi -Class __FilterToConsumerBinding -Namespace 'rootsubscription' -args @{Filter=;Consumer=} -PutType 2 -ea 025write-host -fore 0xf -back 0x2 "`n [INSTALLED] run again to remove "; timeout /t 526} ; start -verb runas powershell -args "-nop -c & {`n`n$(-replace'"','"')}"27#::復(fù)制代碼@(set "0=%~f0"^)#) & powershell -nop -c iex([io.file]::ReadAllText(:0)) & exit/b#:: double-click to run or just copy-paste into powershell - it's a standalone hybrid script#:: v1 of the toggle script works perfectly fine for most people with a non-botched windows installation#:: uses a fast, fileless wmi subscription to watch for the Virtual Disk Service Loader process running during setup,#:: then launches a cmd erase of appraiserres.dll - that's all there is to it, no rocket science, just a great implementation#:: you probably don't need to have it installed at all times - just when doing feature updates or manual setup within windows#:: hence the on off toggle just by running the script again= {= 'Skip TPM Check on Dynamic Update'; =$0 = sp 'HKLM:SYSTEMSetupMoSetup' 'AllowUpgradesWithUnsupportedTPMOrCPU' 1 -type dword -force -ea 0$0 = ri 'HKLM:SOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsvdsldr.exe' -force -ea 0$0 = sc.exe config Winmgmt start= demand; sp HKLM:SOFTWAREMicrosoftWbem 'Enable Costly Providers' 0 -type dword -force -ea 0= gwmi -Class __FilterToConsumerBinding -Namespace 'rootsubscription' -Filter "Filter = ""__eventfilter.name=''""" -ea 0= gwmi -Class CommandLineEventConsumer -Namespace 'rootsubscription' -Filter "Name=''" -ea 0= gwmi -Class __EventFilter -NameSpace 'rootsubscription' -Filter "Name=''" -ea 0if () { | rwmi; = } ; if () { | rwmi; = } ; if () { | rwmi; = }if () { write-host -fore 0xf -back 0xd "`n [REMOVED] run again to install "; timeout /t 5; return }= "$([environment]::SystemDirectory)cmd.exe"; = " /q (c) AveYo, 2021 /d /rerase appraiserres.dll /f /s /q"= "$():`.~BT"; = "SELECT SessionID from Win32_ProcessStartTrace WHERE ProcessName='vdsldr.exe'"= swmi -Class __EventFilter -NameSpace 'rootsubscription' -args @{Name = ; EventNameSpace = 'rootcimv2'; QueryLanguage = 'WQL'; Query = } -PutType 2 -ea 0= swmi -Class CommandLineEventConsumer -Namespace 'rootsubscription' -args @{Name = ; WorkingDirectory = ; ExecutablePath = ; CommandLineTemplate = ; Priority = 128} -PutType 2 -ea 0= swmi -Class __FilterToConsumerBinding -Namespace 'rootsubscription' -args @{Filter=;Consumer=} -PutType 2 -ea 0write-host -fore 0xf -back 0x2 "`n [INSTALLED] run again to remove "; timeout /t 5} ; start -verb runas powershell -args "-nop -c & {`n`n$(-replace'"','"')}"#::

之后,以管理員的身份運行.cmd文件。

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

運行結(jié)束后,點擊檢查更新。

然后再電腦桌面新建一個空白的【AppraiserRes.dll】文件。

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

等待更新到8%時,電腦C盤將會多出兩個文件夾。

升級Win11 22509.1000下載錯誤0x80888002怎么辦?

迅速打開C:$WINDOWS.~BTSources并將【AppraiserRes.dll】文件復(fù)制到該目錄即可。

相關(guān)文章:
主站蜘蛛池模板: 欧美成成人免费 | 最新国产精品自拍 | 男人和女人搞黄 | 国产成人永久免费视频 | 成人18视频在线 | 深夜福利视频在线观看免费播放 | 中文字幕在线播 | 末满18以下勿进色禁网站 | 亚洲欧美视屏 | 国产在线精品二区韩国演艺界 | 国产亚洲精品影达达兔 | 国产一区二区三区高清视频 | 亚洲欧美日韩天堂 | 欧美成人视 | 久久久久久毛片免费播放 | 女人张开腿给男人桶爽免费 | 99re6这里有精品热视频在线 | 91精品国产高清久久久久久io | 国产真实乱子伦精品视手机观看 | 特级毛片aaa免费版 特级毛片a级毛免费播放 | 国产成人av性色在线影院 | 亚洲欧美大片 | 女人18毛片a级毛片 女人aaaaa片一级一毛片 | 国产偷怕自拍 | 在线精品国产一区二区 | 222aaa天堂 | 综合欧美视频一区二区三区 | 一区二区不卡在线 | 亚洲精彩 | 99精品国产高清一区二区三区香蕉 | 麻豆第一页 | 日韩在线国产 | 免费一区在线观看 | 美女黄18 | 日韩欧美一区二区三区免费观看 | 日韩视频在线观看一区 | 免费精品在线 | 免费一级毛片在播放视频 | 精品日本久久久久久久久久 | 国产丝袜不卡一区二区 | 国内成人精品视频 |