diff --git a/assets/win11arm64.xml b/assets/win11arm64.xml index 94b5e6e..686020e 100644 --- a/assets/win11arm64.xml +++ b/assets/win11arm64.xml @@ -488,6 +488,11 @@ reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f Disable unsupported hardware notifications + + 24 + cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" + Execute custom script from the OEM folder if exists +