windows: 只在单核时才改动 win11 的 InstallationType

This commit is contained in:
bin456789
2024-06-14 21:45:26 +08:00
parent d99fe2e480
commit a4d65cb737
3 changed files with 13 additions and 5 deletions

View File

@ -31,7 +31,7 @@
<!-- <RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>cmd /c for %a in (CPU RAM SecureBoot Storage Disk TPM) do reg add HKLM\SYSTEM\Setup\LabConfig /t REG_DWORD /v Bypass%aCheck /d 1 /f</Path>
<Path>cmd /c for %a in (RAM TPM SecureBoot) do reg add HKLM\SYSTEM\Setup\LabConfig /t REG_DWORD /v Bypass%aCheck /d 1 /f</Path>
</RunSynchronousCommand>
</RunSynchronous> -->
</component>