mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
windows: 只在单核时才改动 win11 的 InstallationType
This commit is contained in:
@ -108,6 +108,11 @@ move /y %tempFile% %file%
|
||||
|
||||
rename X:\setup.exe.disabled setup.exe
|
||||
|
||||
rem https://github.com/pbatard/rufus/issues/1990
|
||||
for %%a in (RAM TPM SecureBoot) do (
|
||||
reg add HKLM\SYSTEM\Setup\LabConfig /t REG_DWORD /v Bypass%%aCheck /d 1 /f
|
||||
)
|
||||
|
||||
rem 设置
|
||||
set EnableEMS=0
|
||||
set ForceOldSetup=1
|
||||
|
||||
Reference in New Issue
Block a user