From ab1023f2d85d485d630f1a5152bff4502d6c39db Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 11 Oct 2024 00:05:21 +0200 Subject: [PATCH] feat: Remove empty Windows.old folder (#191) --- assets/win11arm64-enterprise.xml | 5 +++++ assets/win11arm64-ltsc.xml | 5 +++++ assets/win11arm64.xml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/assets/win11arm64-enterprise.xml b/assets/win11arm64-enterprise.xml index 2106fd0..71bf390 100644 --- a/assets/win11arm64-enterprise.xml +++ b/assets/win11arm64-enterprise.xml @@ -447,6 +447,11 @@ 22 + rd /q c:\Windows.old 2>nul + Remove empty Windows.old folder + + + 23 cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists diff --git a/assets/win11arm64-ltsc.xml b/assets/win11arm64-ltsc.xml index af01b6d..ea9360b 100644 --- a/assets/win11arm64-ltsc.xml +++ b/assets/win11arm64-ltsc.xml @@ -452,6 +452,11 @@ 22 + rd /q c:\Windows.old 2>nul + Remove empty Windows.old folder + + + 23 cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists diff --git a/assets/win11arm64.xml b/assets/win11arm64.xml index b2aae96..495e142 100644 --- a/assets/win11arm64.xml +++ b/assets/win11arm64.xml @@ -447,6 +447,11 @@ 22 + rd /q c:\Windows.old 2>nul + Remove empty Windows.old folder + + + 23 cmd /C if exist "C:\OEM\install.bat" start "Install" "cmd /C C:\OEM\install.bat" Execute custom script from the OEM folder if exists