无忧启动论坛

标题: 全新或升级安装Windows 11绕过TPM和安全启动等绕过硬件检测限制常用方法工具大全 [打印本页]

作者: a66    时间: 2024-10-3 09:19
标题: 全新或升级安装Windows 11绕过TPM和安全启动等绕过硬件检测限制常用方法工具大全


现将本人收集的全新安装或升级安装Windows 11绕过TPM和安全启动等绕过硬件检测限制常用方法工具大全,支持在硬件不符合要求的电脑上能正常安装Windows 11所有版本,方法工具在手,Windows 11安装无忧,值得拥有。

下载链接:https://www.lanzouw.com/isxWp2bgdo1i





作者: sunyboy    时间: 2024-10-3 09:33
谢谢分享
作者: tianwyu    时间: 2024-10-3 09:33
谢谢楼主分享,试一试。
作者: jyting0    时间: 2024-10-3 10:22

谢谢楼主分享
作者: 渝垫老    时间: 2024-10-3 10:25
谢谢楼主提供分享。
作者: wang1126    时间: 2024-10-3 10:28
谢谢楼主分享
作者: Cccccxp    时间: 2024-10-3 10:29
谢谢分享
作者: lyrgcy    时间: 2024-10-3 10:31
谢谢楼主分享
作者: yc2428    时间: 2024-10-3 10:34
谢谢分享
作者: wjqok    时间: 2024-10-3 10:40
谢谢分享好东西
作者: zhangzpyc    时间: 2024-10-3 10:46
谢谢分享!收藏备用。
作者: 285580633    时间: 2024-10-3 10:47
感谢分享,已收藏
作者: 庄波    时间: 2024-10-3 10:49
分享是美德!
作者: mlgq    时间: 2024-10-3 10:52
1
作者: it323    时间: 2024-10-3 11:02
收藏了!感谢分享!
作者: wn168cn@163.com    时间: 2024-10-3 11:15
感谢分享
作者: guong    时间: 2024-10-3 11:15

谢谢楼主分享
作者: xuziyi    时间: 2024-10-3 11:38
感谢分享!!
作者: 旭东    时间: 2024-10-3 11:59
感谢分享
作者: gtc    时间: 2024-10-3 12:00
谢谢分享!解决了好多人的问题呀
作者: zx6769    时间: 2024-10-3 12:29
谢楼主分享
作者: huliaoyun    时间: 2024-10-3 12:35
很好
作者: zyy    时间: 2024-10-3 12:45
谢谢分享,已经下载备用
作者: 进士小站    时间: 2024-10-3 12:49
谢谢楼主分享
下载了学习一下
作者: jethroho    时间: 2024-10-3 13:07
~~谢谢楼主分享~~
作者: sunboyzh    时间: 2024-10-3 13:27
学习了 感谢A大分享~
作者: liujunbo    时间: 2024-10-3 13:38
感谢分享感谢
作者: sulong    时间: 2024-10-3 13:49
工具真不少,谢谢分享
作者: fegr    时间: 2024-10-3 14:39
感谢分享
作者: 栗子戚风蛋糕    时间: 2024-10-3 14:50
好东西,学习
作者: nsy0335    时间: 2024-10-3 14:58
谢分享
作者: hmaaaa    时间: 2024-10-3 15:06
謝謝大大分享~感恩 ^^ 有您真好~!辛苦了!
作者: a20120227    时间: 2024-10-3 16:12

谢谢楼主分享
作者: 2267981144    时间: 2024-10-3 16:28
谢谢辛苦提供分享!
作者: 望风的蜗牛    时间: 2024-10-3 16:32
谢谢楼主分享
作者: dmgy    时间: 2024-10-3 18:09

谢谢楼主
作者: xyxy    时间: 2024-10-3 18:20
感谢楼主分享

作者: 2011gzboy    时间: 2024-10-3 18:48
感谢分享
作者: pc2012    时间: 2024-10-3 18:59
谢谢分享
作者: 2012zsw    时间: 2024-10-3 19:06
谢谢老师分享,辛苦了
作者: ctds001    时间: 2024-10-3 20:03
楼主牛逼
作者: 兮哩糊涂    时间: 2024-10-3 20:55

谢谢分享!!
作者: fzkfqzz    时间: 2024-10-3 20:56
谢谢分享
作者: cyouwei    时间: 2024-10-3 22:39
不需要那么麻烦,把下面代码存为bat文件,直接拖动wim或iso文件到此bat文件即可,第一次解除tpm,第二次还原tpm。

@(echo off% <#%) &color 07 &title Quick 11 iso esd wim TPM toggle by AveYo - with SendTo menu entry
set "0=%~f0" &set "1=%~f1"&set "2=%~2"& powershell -nop -c iex ([io.file]::ReadAllText($env:0)) &pause &exit/b ||#>)[1]

#:: what's new in v1.2: add uninstall when run again without parameters (issue #96)
$timer = $(get-date)

#:: Install to SendTo menu when run from another location
$SendTo = [Environment]::GetFolderPath('ApplicationData') + '\Microsoft\Windows\SendTo'
$Script = "$SendTo\Quick_11_iso_esd_wim_TPM_toggle.bat"
if (!$env:1 -and $env:0 -and !(test-path $Script)) {
  write-host "`n No input iso / esd / wim file to patch! use 'Send to' context menu ...`n" -fore Yellow
  copy $env:0 $Script -force
}
elseif (!$env:1 -and $env:0 -and (test-path $Script)) {
  write-host "`n Removed 'Send to' entry - run again to install ...`n" -fore Magenta
  del $Script -force
}
if (!$env:1) { return }

#:: Can force either patch or undo via second commandline parameter: 1 to patch 0 to undo
if (1 -eq $env:2) {$toggle = 1} elseif (0 -eq $env:2) {$toggle = 0} else {$toggle = 2}

#:: Verify extension is .iso .esd or .wim
$input = get-item -lit $env:1; $invalid = '.iso','.esd','.wim' -notcontains $input.Extension
if ($invalid) {write-host "`n Input is not a iso / esd / wim file ...`n" -fore Yellow; return }
try {[io.file]::OpenWrite($input).close()} catch {write-host "`n ERROR! $input read-only or in use ...`n" -fore Red; return }

#:: TPM patch via InstallationType Server
$typeC = '<INSTALLATIONTYPE>Client'; $typeS = '<INSTALLATIONTYPE>Server'
$block = 1048576; $chunk = 2097152; $count = [uint64]([IO.FileInfo]$input).Length / $chunk - 1
$bytes = new-object "Byte[]" ($chunk); $begin = [uint64]0; $final = [uint64]0; $limit = [uint64]0
function tochars {return [Text.Encoding]::GetEncoding(28591).GetString([Text.Encoding]::Unicode.GetBytes($args[0]))}
$find1 = tochars "</INSTALLATIONTYPE>"; $find2 = tochars "</WIM>"; $cli = tochars $typeC; $srv = tochars $typeS

$f = new-object IO.FileStream ($input, 3, 3, 1); $p = 0; $p = $f.Seek(0, 2)
write-host "$input`nsearching $p bytes, please wait ...`n"
for ($o = 1; $o -le $count; $o++) {
  $p = $f.Seek(-$chunk, 1); $r = $f.Read($bytes, 0, $chunk); if ($r -ne $chunk) {write-host invalid block $r; break}
  $u = [Text.Encoding]::GetEncoding(28591).GetString($bytes); $t = $u.LastIndexOf($find1, [StringComparison]4)
  if ($t -ge 0) {
    $f.Seek(($t -$chunk), 1) >''
    for ($o = 1; $o -le $chunk; $o++) { $f.Seek(-2, 1) >''; if ($f.ReadByte() -eq 0xfe) {$begin = $f.Position; break} }
    $limit = $f.Length - $begin; if ($limit -lt $chunk) {$x = $limit} else {$x = $chunk}
    $bytes = new-object "Byte[]" ($x); $r = $f.Read($bytes, 0, $x);
    $u = [Text.Encoding]::GetEncoding(28591).GetString($bytes); $t = $u.IndexOf($find2, [StringComparison]4)
    if ($t -ge 0) {$f.Seek(($t + 12 -$x), 1) >''; $final = $f.Position} ; break
  } else { $p = $f.Seek(-$chunk, 1)}
}

if ($begin -gt 0 -and $final -gt $begin) {
  $x = $final - $begin; $f.Seek(-$x, 1) >''; $bytes = new-object "Byte[]" ($x); $r = $f.Read($bytes, 0, $x)
  if ($r -ne $x) {break}
  $t =  [Text.Encoding]::GetEncoding(28591).GetString($bytes)
  if ($t.IndexOf($cli, [StringComparison]4) -ge 0) {$src = 0} else {$src = 1}
  if ($src -eq 0 -and $toggle -ne 0) {$old = $cli; $new = $srv} elseif ($src -eq 1 -and $toggle -ne 1) {$old = $srv; $new = $cli}
  else {write-host "`n:) $input already has TPM patch $toggle"; $f.Dispose(); return}
  $t = $t.Replace($old, $new); $t; $b = [Text.Encoding]::GetEncoding(28591).GetBytes($t); $f.Seek(-$x, 1) >''; $f.Write($b, 0, $x)
  if ($src -eq 1) {write-host "`n :D TPM patch removed" -fore Green} else {write-host "`n:D TPM patch added" -fore Green}
  $f.Dispose(); [GC]::Collect()
} else {write-host "`n;( TPM patch failed" -fore Red; $f.Dispose()}

#:: how quick was that??
$(get-date) - $script:timer
#:: done


作者: 呵呵#1861    时间: 2024-10-3 23:20
谢谢分享
作者: 呵呵#1861    时间: 2024-10-3 23:21
谢谢分享
作者: pureivan    时间: 2024-10-4 08:51
实用啊,学习学习
作者: 董大    时间: 2024-10-4 10:10
感谢楼主的分享!
作者: huomingyi    时间: 2024-10-4 10:28
谢谢楼主分享
作者: mjp00    时间: 2024-10-4 20:44
感谢分享         
作者: cctv5060    时间: 2024-10-5 11:02
谢谢楼主分享
作者: fsddz    时间: 2024-10-5 11:28
赞一个!
作者: 2011matrixvexx    时间: 2024-10-5 15:11
感谢楼主分享
作者: lpwlsw007    时间: 2024-10-5 15:14
快来看看就看
作者: temp2005    时间: 2024-10-5 15:17
一般都用修改版的,无此问题
作者: yzqmxh    时间: 2024-10-7 09:18
谢谢分享
作者: kw541    时间: 2024-10-7 10:06
谢谢分享,收藏备用
作者: towlzj800801    时间: 2024-10-7 19:35
感谢您无私分享,支持一下。
作者: dzwen    时间: 2024-10-7 20:15
收藏以待不时之需
作者: qitiandashe1020    时间: 2024-10-7 20:24
谢谢分享
作者: jstq    时间: 2024-10-7 21:01
谢谢分享
作者: baolinqiu1    时间: 2024-10-7 21:34
谢谢分享
作者: qq522400999    时间: 2024-10-7 21:35
感谢分享
作者: lizhenduo    时间: 2024-10-8 00:06
谢谢
作者: ChinToy    时间: 2024-10-8 00:10
感谢老师分享收藏谢谢
作者: zzq1392281    时间: 2024-10-10 08:19
24h2 有用吗,
作者: a66    时间: 2024-10-10 08:48
zzq1392281 发表于 2024-10-10 08:19
24h2 有用吗,

可以
作者: gosheet    时间: 2024-10-10 09:02

作者: lhy123123    时间: 2024-10-10 16:27

谢谢分享!
作者: sky27806985    时间: 2024-10-11 06:03
謝謝分享 辛苦了

作者: 望风的蜗牛    时间: 2024-10-11 06:23
太给力了!
作者: zzq1392281    时间: 2024-10-11 10:46
a66 发表于 2024-10-10 08:48
可以

是可以用,昨晚已经完美升级了




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3