1
0
duplikat dari https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Remove empty Windows.old folder (#791)

This commit is contained in:
Kroese
2024-10-11 01:00:07 +02:00
committed by GitHub
orang tua 5bd88a5cc8
melakukan d06591f2a1
7 mengubah file dengan 35 tambahan dan 0 penghapusan
+5
Melihat File
@@ -451,6 +451,11 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>23</Order>
<CommandLine>rd /q c:\Windows.old 2>nul</CommandLine>
<Description>Remove empty Windows.old folder</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>