Update win11arm64.xml

This commit is contained in:
Kroese 2024-04-28 12:58:39 +02:00 committed by GitHub
parent 7d8f9c219a
commit 3d2485b3c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -488,6 +488,11 @@
<CommandLine>reg.exe add "HKCU\Control Panel\UnsupportedHardwareNotificationCache" /v SV2 /d 0 /t REG_DWORD /f</CommandLine>
<Description>Disable unsupported hardware notifications</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>24</Order>
<CommandLine>cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat"</CommandLine>
<Description>Execute custom script from the OEM folder if exists</Description>
</SynchronousCommand>
</FirstLogonCommands>
</component>
</settings>