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
-