From becd0fc3154e93556a4d7a0f888ae6b2faf6e818 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 12:20:17 +0200 Subject: [PATCH] Update win11x64.xml --- assets/win11x64.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/win11x64.xml b/assets/win11x64.xml index cdcd3ea..695f7b2 100644 --- a/assets/win11x64.xml +++ b/assets/win11x64.xml @@ -479,19 +479,19 @@ 22 - cmd.exe /c if exist "C:\OEM\install.bat" start "Install" "C:\OEM\install.bat" - Execute custom script from the OEM folder if exists - - - 23 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV1 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications - 24 + 23 reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications + + 24 + cmd.exe /c if exist "C:\OEM\install.bat" cmd /c start "Install" "C:\OEM\install.bat" + Execute custom script from the OEM folder if exists +