跳至主要內容
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?

4563博客

全新的繁體中文 WordPress 網站
  • 首頁
  • 如何绕过 Windows 11 的 TPM 要求
未分類
4 10 月 2021

如何绕过 Windows 11 的 TPM 要求

linearn 大佬有话说 :

如何绕过 Windows 11 的 TPM 要求

1. 利用 Aveyo 开源工具 Universal MediaCreationTool(Github),不过我们仅需要其中跳过 TPM 检查的脚本。
2. 找到" Skip_TPM_Check_on_Dynamic_Update.cmd "

代码如下:

@(set "0=%~f0"^)#) & powershell -nop -c iex(::ReadAllText($env:0)) & exit/b
#:: double-click to run or just copy-paste into powershell – it’s a standalone hybrid script
#:: v2 using ifeo instead of wmi – increased compatibility at the cost of showing a cmd briefly on diskmgmt

$_Paste_in_Powershell = {
$N = ‘Skip TPM Check on Dynamic Update’
$B = gwmi -Class __FilterToConsumerBinding -Namespace ‘rootsubscription’ -Filter "Filter = ""__eventfilter.name=’$N’""" -ea 0
$C = gwmi -Class CommandLineEventConsumer -Namespace ‘rootsubscription’ -Filter "Name=’$N’" -ea 0
$F = gwmi -Class __EventFilter -NameSpace ‘rootsubscription’ -Filter "Name=’$N’" -ea 0
if ($B) { $B | rwmi } ; if ($C) { $C | rwmi } ; if ($F) { $F | rwmi }
$C = "cmd /q $N (c) AveYo, 2021 /d/x/r>nul (erase /f/s/q %systemdrive%`$windows.~btappraiserres.dll"
$C+= ‘&md 11&cd 11&ren vd.exe vdsldr.exe&robocopy "../" "./" "vdsldr.exe"&ren vdsldr.exe vd.exe&start vd -Embedding)&rem;’
$K = ‘HKLM:SOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Optionsvdsldr.exe’
if (test-path $K) {ri $K -force -ea 0; write-host -fore 0xf -back 0xd "`n $N run again to install "; timeout /t 5}
else {$0=ni $K; sp $K Debugger $C -force; write-host -fore 0xf -back 0x2 "`n $N run again to remove ";timeout /t 5}
$0 = sp HKLM:SYSTEMSetupMoSetup ‘AllowUpgradesWithUnsupportedTPMOrCPU’ 1 -type dword -force -ea 0
} ; start -verb runas powershell -args "-nop -c & {`n`n$($_Paste_in_Powershell-replace’"’,’"’)}"
$_Press_Enter
#,#

代码来源:

https://gist.github.com/AveYo/c74dc774a8fb81a332b5d65613187b15#file-skip_tpm_check_on_dynamic_update-cmd

3. 选择并复制该文件的所有代码。

4. 打开记事本,并把代码粘贴到其中。
5. 将文件以后缀名 .cmd 为格式保存。

6. 双击并运行该脚本。
7. 当询问是否允许 Windows PowerShell 对您的设备进行更改时,单击是。
然后程序会打开 PowerShell 并显示" Skip TPM Check on Dynamic Update [ Installed ] "。

minlearnhbs 大佬有话说 :

如果是台式机,去网上买个usb tpm模块,也就二十几吧

我是坏虫 大佬有话说 :

minlearnhbs 大佬有话说 : 2021-10-4 19:24
如果是台式机,去网上买个usb tpm模块,也就二十几吧

yc002t我的苏菲https://cdn.jsdelivr.net/gh/master-of-forums/master-of-forums/public/images/patch.gif

junhan 大佬有话说 :

收藏备用:victory:3Q

yours 大佬有话说 :

用得着这么复杂吗,直接用win11的install.wim放到win10的iso里面就好了。

chqyhsl 大佬有话说 :

何必,初意是绝对性保护消费者隐私

optimism 大佬有话说 :

下次换电脑再用11吧

bugrun 大佬有话说 :

https://www.52pojie.cn/forum.php?mod=viewthread&tid=1465608&highlight=tpm2.0刚升级完替换个补丁就行

文章導覽

上一篇文章
下一篇文章

AD

其他操作

  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.org 台灣繁體中文

51la

4563博客

全新的繁體中文 WordPress 網站
返回頂端
本站採用 WordPress 建置 | 佈景主題採用 GretaThemes 所設計的 Memory
4563博客
  • Hostloc 空間訪問刷分
  • 售賣場
  • 廣告位
  • 賣站?
在這裡新增小工具