mirror of
https://github.com/AveYo/MediaCreationTool.bat.git
synced 2025-04-04 18:10:45 +00:00
v9+ for 25115+ builds
minor adjustment due to wrong bet on 23xxx next dev, turns out it's 25xxx,
This commit is contained in:
parent
49ecd463b0
commit
03ebf15e26
@ -2,9 +2,9 @@
|
||||
|
||||
::# Get 11 on 'unsupported' PC via Windows Update or mounted ISO (no patching needed)
|
||||
::# if wu download stuck at 0% use OfflineInsiderEnroll by whatever127 and abbodi1406
|
||||
::# V9 rebased on cmd due to defender transgression; skips already patched media (0b)
|
||||
::# V9+ rebased on cmd due to defender transgression; skip already patched media (0b)
|
||||
|
||||
@echo off & title get 11 on 'unsupported' PC || AveYo 2022.05.02
|
||||
@echo off & title get 11 on 'unsupported' PC || AveYo 2022.05.11
|
||||
if /i "%~f0" neq "%ProgramData%\get11.cmd" goto setup
|
||||
set CLI=%*& set SOURCES=%SystemDrive%\$WINDOWS.~BT\Sources& set MEDIA=.& set /a VER=11
|
||||
if not defined CLI (exit /b) else if not exist %SOURCES%\SetupHost.exe (exit /b)
|
||||
@ -15,7 +15,7 @@ set /a incorrect_parameter=0x80070057 & set SRV=%CLI:/Product Client =%&;
|
||||
set /a launch_option_error=0xc190010a & set SRV=%SRV:/Product Server =%&;
|
||||
powershell -win 1 -nop -c ";"
|
||||
if %VER% == 11 for %%W in ("%MEDIA%appraiserres.dll") do if exist %%W if %%~zW == 0 set AlreadyPatched=1 & set /a VER=10
|
||||
if %VER% == 11 findstr /r "P.r.o.d.u.c.t.V.e.r.s.i.o.n...1.0.\..0.\..2.[23]" %SOURCES%\SetupHost.exe >nul 2>nul || set /a VER=10
|
||||
if %VER% == 11 findstr /r "P.r.o.d.u.c.t.V.e.r.s.i.o.n...1.0.\..0.\..2.[25]" %SOURCES%\SetupHost.exe >nul 2>nul || set /a VER=10
|
||||
if %VER% == 11 if not exist "%MEDIA%EI.cfg" (echo;[Channel]>%SOURCES%\EI.cfg & echo;_Default>>%SOURCES%\EI.cfg) 2>nul
|
||||
if %VER% == 11 set CLI=/Product Server /Compat IgnoreWarning /MigrateDrivers All /Telemetry Disable %SRV%&;
|
||||
%SOURCES%\SetupCore.exe %CLI%
|
||||
@ -45,7 +45,7 @@ reg add "%IFEO%\SetupHost.exe" /f /v UseFilter /d 1 /t reg_dword >nul
|
||||
reg add "%IFEO%\SetupHost.exe\0" /f /v FilterFullPath /d "%SystemDrive%\$WINDOWS.~BT\Sources\SetupHost.exe" >nul
|
||||
reg add "%IFEO%\SetupHost.exe\0" /f /v Debugger /d "%ProgramData%\get11.cmd" >nul
|
||||
::@echo off & echo;
|
||||
%<%:f0 " Skip TPM Check on Dynamic Update V9 "%>>% & %<%:2f " INSTALLED "%>>% & %<%:f0 " run again to remove "%>%
|
||||
%<%:f0 " Skip TPM Check on Dynamic Update V9+ "%>>% & %<%:2f " INSTALLED "%>>% & %<%:f0 " run again to remove "%>%
|
||||
if /i "%CLI%"=="" timeout /t 7
|
||||
exit /b
|
||||
|
||||
@ -54,10 +54,9 @@ exit /b
|
||||
del /f /q "%ProgramData%\get11.cmd" >nul 2>nul
|
||||
reg delete "%IFEO%\SetupHost.exe" /f >nul 2>nul
|
||||
::@echo off & echo;
|
||||
%<%:f0 " Skip TPM Check on Dynamic Update V9 "%>>% & %<%:df " REMOVED "%>>% & %<%:f0 " run again to install "%>%
|
||||
%<%:f0 " Skip TPM Check on Dynamic Update V9+ "%>>% & %<%:df " REMOVED "%>>% & %<%:f0 " run again to install "%>%
|
||||
if /i "%CLI%"=="" timeout /t 7
|
||||
exit /b
|
||||
|
||||
'@); $0 = "$env:temp\Skip_TPM_Check_on_Dynamic_Update.cmd"; ${(=)||} | out-file $0 -encoding default -force; & $0
|
||||
# press enter
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user