diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml
index 11a6bcb..8eb872e 100644
--- a/assets/win11x64-enterprise-eval.xml
+++ b/assets/win11x64-enterprise-eval.xml
@@ -477,19 +477,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
+