From 44ec997322a0b489dac4d95fb198a69fed3144d8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 11 Oct 2024 11:33:07 +0200 Subject: [PATCH] feat: Remove empty Windows.old folder (#192) --- assets/win11arm64-enterprise.xml | 2 +- assets/win11arm64-ltsc.xml | 2 +- assets/win11arm64.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/win11arm64-enterprise.xml b/assets/win11arm64-enterprise.xml index 71bf390..7fec812 100644 --- a/assets/win11arm64-enterprise.xml +++ b/assets/win11arm64-enterprise.xml @@ -447,7 +447,7 @@ 22 - rd /q c:\Windows.old 2>nul + cmd /C rd /q C:\Windows.old Remove empty Windows.old folder diff --git a/assets/win11arm64-ltsc.xml b/assets/win11arm64-ltsc.xml index ea9360b..959be11 100644 --- a/assets/win11arm64-ltsc.xml +++ b/assets/win11arm64-ltsc.xml @@ -452,7 +452,7 @@ 22 - rd /q c:\Windows.old 2>nul + cmd /C rd /q C:\Windows.old Remove empty Windows.old folder diff --git a/assets/win11arm64.xml b/assets/win11arm64.xml index 495e142..67d6ef9 100644 --- a/assets/win11arm64.xml +++ b/assets/win11arm64.xml @@ -447,7 +447,7 @@ 22 - rd /q c:\Windows.old 2>nul + cmd /C rd /q C:\Windows.old Remove empty Windows.old folder