1
0
Mirror von https://github.com/dockur/windows.git synchronisiert 2026-06-10 11:59:33 +08:00

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

Dieser Commit ist enthalten in:
Kroese
2024-10-11 11:33:50 +02:00
committet von GitHub
Ursprung d06591f2a1
Commit 94a84b0c2d
7 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
+1 -1
Datei anzeigen
@@ -448,7 +448,7 @@
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<Order>23</Order>
<CommandLine>rd /q c:\Windows.old 2>nul</CommandLine>
<CommandLine>cmd /C rd /q C:\Windows.old</CommandLine>
<Description>Remove empty Windows.old folder</Description>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">