diff --git a/assets/win11x64.xml b/assets/win11x64.xml
index d66b3cb..5129727 100644
--- a/assets/win11x64.xml
+++ b/assets/win11x64.xml
@@ -488,9 +488,9 @@
Disable unsupported hardware notifications
- 201
- cmd.exe /c for %v in (A B D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%v:\FirstLogonCommands\install.bat" "%v:\FirstLogonCommands\install.bat"
- Execute FirstLogonCommands\install.bat
+ 24
+ cmd.exe /c if exist "C:\OEM\install.bat" "C:\OEM\install.bat"
+ Execute custom script from OEM folder