diff --git a/wfvm/autounattend.nix b/wfvm/autounattend.nix index 6936717..d444ab5 100644 --- a/wfvm/autounattend.nix +++ b/wfvm/autounattend.nix @@ -148,6 +148,28 @@ let + + + 1 + reg add HKLM\System\Setup\LabConfig /v BypassTPMCheck /t reg_dword /d 0x00000001 /f + + + 2 + reg add HKLM\System\Setup\LabConfig /v BypassSecureBootCheck /t reg_dword /d 0x00000001 /f + + + 3 + reg add HKLM\System\Setup\LabConfig /v BypassRAMCheck /t reg_dword /d 0x00000001 /f + + + 5 + reg add HKLM\System\Setup\LabConfig /v BypassCPUCheck /t reg_dword /d 0x00000001 /f + + + 4 + reg add HKLM\System\Setup\LabConfig /v BypassStorageCheck /t reg_dword /d 0x00000001 /f + +