国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

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

升級(jí)Win11 22509.1000安裝失敗怎么辦?

瀏覽:140日期:2022-11-16 17:55:51

就在今天,微軟公司發(fā)布了最新的Windows11開發(fā)預(yù)覽頻道22509.1000版本,但是不少用戶在更新安裝的時(shí)候都出現(xiàn)了失敗的提示,這是怎么回事呢?下面小編就帶著大家一起看看怎么操作吧!

升級(jí)Win11 22509.1000安裝失敗怎么辦?

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

方法一:替換文件法。

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

下載地址:http://www.cgvv.com.cn/soft/225819.html

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

升級(jí)Win11 22509.1000安裝失敗怎么辦?

在開始檢查更新的時(shí)候,打開電腦C盤可以看到多出來(lái)兩個(gè)文件夾,打開$WINDOWS.~BTSources

升級(jí)Win11 22509.1000安裝失敗怎么辦?

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

升級(jí)Win11 22509.1000安裝失敗怎么辦?

方法二:刪除文件法

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

下載地址:http://www.cgvv.com.cn/soft/225819.html

在開始檢查更新的時(shí)候,打開電腦C盤可以看到多出來(lái)兩個(gè)文件夾,打開$WINDOWS.~BTSources

升級(jí)Win11 22509.1000安裝失敗怎么辦?

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

方法三:

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

升級(jí)Win11 22509.1000安裝失敗怎么辦?

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

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'"','"')}"#::

之后,以管理員的身份運(yùn)行.cmd文件。

升級(jí)Win11 22509.1000安裝失敗怎么辦?

運(yùn)行結(jié)束后,點(diǎn)擊檢查更新。

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

升級(jí)Win11 22509.1000安裝失敗怎么辦?

等待更新到8%時(shí),電腦C盤將會(huì)多出兩個(gè)文件夾。

升級(jí)Win11 22509.1000安裝失敗怎么辦?

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

標(biāo)簽: Windows系統(tǒng) win11
相關(guān)文章:
主站蜘蛛池模板: 99在线观看巨臀大臀视频 | 国产伦精品一区二区三区精品 | 六月丁香久久丫 | 久草视频资源在线观看 | 久久精品国产精品青草色艺 | 亚洲精品资源网在线观看 | 久久久久免费 | 免费永久观看美女视频网站网址 | 国产精品18久久久久久vr | 日本免费视| 国产成人禁片免费观看 | 欧美一级情欲片在线 | 国产在线不卡午夜精品2021 | 盗摄偷拍a在线观看 | 国产高清天干天天视频 | 国产福利一区二区在线精品 | 欧美成人伊人十综合色 | 99久久免费国产香蕉麻豆 | 久久国产精品成人免费 | 欧美人成a视频www | 日韩免费精品一级毛片 | 精品国产亚洲一区二区三区 | 日本亚欧乱色视频在线观看 | 色精品一区二区三区 | 欧洲一级鲁丝片免费 | 99re免费99re在线视频手机版 | 性欧美高清久久久久久久 | 色成人亚洲 | 国产日韩欧美swag在线观看 | 美女视频永久黄网站免费观看韩国 | 一级片网址 | 欧美野外性xxxxfeexxxxx | 国产午夜免费视频 | 国产午夜亚洲精品一区网站 | 网禁呦萝资源网站在线观看 | 久草在线视频看看 | 美国一级片在线观看 | 正在播放国产大学生情侣 | 国产在线观看91精品一区 | ffee性xxⅹ另类老妇hd | 自拍偷拍欧美视频 |