From 4d8946b6bf7b8447c50018087acc076286d0c0b4 Mon Sep 17 00:00:00 2001 From: Peter Reichart Date: Mon, 27 Oct 2025 10:46:04 +0000 Subject: [PATCH] scripts/script_win11-cheat.cmd aktualisiert --- scripts/script_win11-cheat.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/script_win11-cheat.cmd b/scripts/script_win11-cheat.cmd index 977519e..b40fa32 100644 --- a/scripts/script_win11-cheat.cmd +++ b/scripts/script_win11-cheat.cmd @@ -13,7 +13,7 @@ echo reg.exe ADD HKLM\SYSTEM\Setup\LabConfig /v BypassRAMCheck /t REG_DWORD /d 1 echo reg.exe ADD HKLM\SYSTEM\Setup\LabConfig /v BypassSecureBootCheck /t REG_DWORD /d 1 /f echo reg.exe ADD HKLM\SYSTEM\Setup\LabConfig /v BypassStorageCheck /t REG_DWORD /d 1 /f echo reg.exe ADD HKLM\SYSTEM\Setup\LabConfig /v BypassTPMCheck /t REG_DWORD /d 1 /f -reg.exe ADD HKLM\SYSTEM\Setup\MoSetup /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f +echo reg.exe ADD HKLM\SYSTEM\Setup\MoSetup /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f ) > win11-cheat.cmd reg.exe ADD HKLM\SYSTEM\Setup\MoSetup /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f