From bc24fd6a2bb23de8f3dcef36a54fea5cb92751e8 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 24 May 2023 17:58:57 +0200 Subject: [PATCH] autounattend: remove more optional bypasses --- wfvm/autounattend.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/wfvm/autounattend.nix b/wfvm/autounattend.nix index 1421850..1508fc8 100644 --- a/wfvm/autounattend.nix +++ b/wfvm/autounattend.nix @@ -151,18 +151,6 @@ let 1 reg add HKLM\System\Setup\LabConfig /v BypassTPMCheck /t reg_dword /d 0x00000001 /f - - 2 - reg add HKLM\System\Setup\LabConfig /v BypassRAMCheck /t reg_dword /d 0x00000001 /f - - - 3 - 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 -