Update win11arm64-enterprise.xml

This commit is contained in:
Kroese 2024-10-11 00:04:26 +02:00 committed by GitHub
parent 5102c21e3b
commit f9fde17e01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -447,6 +447,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>22</Order>
<CommandLine>rd /q c:\Windows.old 2>nul</CommandLine>
<Description>Remove empty Windows.old folder</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>23</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>