小编教你升级Win11(升级win11系统会保留原来的文件吗)
|
就在今天,微软公司发布了最新的Windows11开发预览频道22509.1000版本,但是不少用户在更新安装的时候都出现了失败的提示,这是怎么回事呢?下面小编就带着大家一起看看怎么操作吧!
ws46.com 中睿百科网www.rkxy.com.cn原创,转载需注明出处。 方法一:替换文件法。 首先用户需要下载旧版的自动屏蔽PTM 2.0工具,并在检查更新的时候选择开启。 下载地址:http://www.rkxy.com.cn/soft/225819.html 下载完成后,在电脑桌面新建一个名称为【AppraiserRes. dll】文件。
在开始检查更新的时候,打开电脑C盘可以看到多出来两个文件夹,打开$WINDOWS.~BTSources
当自动更新到8%的时候,将桌面的【AppraiserRes. dll】文件复制到C:$WINDOWS.~BTSources文件夹,即可。
方法二:删除文件法 首先用户需要下载旧版的自动屏蔽PTM 2.0工具,并在检查更新的时候选择开启。 下载地址:http://www.rkxy.com.cn/soft/225819.html 在开始检查更新的时候,打开电脑C盘可以看到多出来两个文件夹,打开$WINDOWS.~BTSources
当自动更新到8%的时候,将C:$WINDOWS.~BTSources文件夹中【AppraiserRes. dll】文件删除即可。 方法三: 电脑桌面新建一个文本文档,后缀名改为.cmd文件。
更改后,复制以下代码进入文件中并保存。 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#::复制代码@(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文件。
运行结束后,点击检查更新。 然后再电脑桌面新建一个空白的【AppraiserRes.dll】文件。
等待更新到8%时,电脑C盘将会多出两个文件夹。
迅速打开C:$WINDOWS.~BTSources并将【AppraiserRes.dll】文件复制到该目录即可。 |
相关文章
热销商品
淘幼儿园书包女孩可爱卡通库洛米双肩背包3-6岁儿童减负出游双肩包5
幼儿园书包女孩可爱卡通库洛米双肩背包3-6岁儿童减负出游双肩包5
¥41.22 领券购买
天迪卡侬双肩包官方官网儿童旅行背包女运动轻便登山包学生书包KIDA
迪卡侬双肩包官方官网儿童旅行背包女运动轻便登山包学生书包KIDA
¥149.9 领券购买
淘2025年秋冬季新款马甲男潮流百搭高品质坎肩加厚保暖背心外穿外套
2025年秋冬季新款马甲男潮流百搭高品质坎肩加厚保暖背心外穿外套
¥61.5 领券购买
淘一衬YICHEN 秋冬叠穿V领坎肩马甲复古休闲时尚套装 男女同款
一衬YICHEN 秋冬叠穿V领坎肩马甲复古休闲时尚套装 男女同款
¥134.04 领券购买
天棉马甲男秋冬季新款保暖加厚棉服外套青少年胖子加肥加大大码男装
棉马甲男秋冬季新款保暖加厚棉服外套青少年胖子加肥加大大码男装
¥125 领券购买
天伯希和户外800蓬羽绒马甲男秋冬新款轻薄保暖登山防风排骨羽绒服
伯希和户外800蓬羽绒马甲男秋冬新款轻薄保暖登山防风排骨羽绒服
¥449 领券购买
天回力老人鞋女春季新款妈妈鞋软底防滑中老年健步鞋休闲不累脚女鞋
回力老人鞋女春季新款妈妈鞋软底防滑中老年健步鞋休闲不累脚女鞋
¥85.9 领券购买
天安踏女鞋运动鞋女款2026新款缓震回弹厚底软底休闲鞋妈妈跑步鞋子
安踏女鞋运动鞋女款2026新款缓震回弹厚底软底休闲鞋妈妈跑步鞋子
¥149 领券购买
淘大码胖mm纯欲风丝带兔子印花褶皱短袖T恤美式辣妹显瘦修身上衣女
大码胖mm纯欲风丝带兔子印花褶皱短袖T恤美式辣妹显瘦修身上衣女
¥34.7 领券购买
淘大码胖MM美式老钱风撞色长袖T恤女春秋显瘦气质设计感打底衫上衣
大码胖MM美式老钱风撞色长袖T恤女春秋显瘦气质设计感打底衫上衣
¥34.7 领券购买
淘大码美式辣妹收腰显瘦性感方领长袖T恤女秋季鱼骨内搭打底衫上衣
大码美式辣妹收腰显瘦性感方领长袖T恤女秋季鱼骨内搭打底衫上衣
¥34.7 领券购买
淘YUZI鱼子露思同款V领长袖T恤正肩大码女装微胖mm200斤显瘦天花板
YUZI鱼子露思同款V领长袖T恤正肩大码女装微胖mm200斤显瘦天花板
¥69.4 领券购买
天滔搏adidas阿迪达斯女子三条纹舞动系列运动休闲长袖T恤KG3860
滔搏adidas阿迪达斯女子三条纹舞动系列运动休闲长袖T恤KG3860
¥256 领券购买
淘胖mm五分袖舒适T恤木子理想大码女装秋季高弹气质合体打底衫200斤
胖mm五分袖舒适T恤木子理想大码女装秋季高弹气质合体打底衫200斤
¥99 领券购买
淘日本直邮满200包邮 GENDY 超高级焦糖专门店 焦糖夹心棒 磅蛋糕
日本直邮满200包邮 GENDY 超高级焦糖专门店 焦糖夹心棒 磅蛋糕
¥515 领券购买
淘三角刷厨房水槽缝隙刷可折叠家用多功能清洁刷头小清洗刷清洁神器
三角刷厨房水槽缝隙刷可折叠家用多功能清洁刷头小清洗刷清洁神器
¥2.58 领券购买

