diff --git a/assets/win11x64-enterprise-eval.xml b/assets/win11x64-enterprise-eval.xml
index 3072a6935..72dc300a9 100644
--- a/assets/win11x64-enterprise-eval.xml
+++ b/assets/win11x64-enterprise-eval.xml
@@ -448,6 +448,11 @@
23
+ rd /q c:\Windows.old 2>nul
+ Remove empty Windows.old folder
+
+
+ 24
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/win11x64-enterprise.xml b/assets/win11x64-enterprise.xml
index ffb0d72ba..56fa7864a 100644
--- a/assets/win11x64-enterprise.xml
+++ b/assets/win11x64-enterprise.xml
@@ -451,6 +451,11 @@
23
+ rd /q c:\Windows.old 2>nul
+ Remove empty Windows.old folder
+
+
+ 24
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/win11x64-iot.xml b/assets/win11x64-iot.xml
index 96d29e182..68f74f6be 100644
--- a/assets/win11x64-iot.xml
+++ b/assets/win11x64-iot.xml
@@ -457,6 +457,11 @@
23
+ rd /q c:\Windows.old 2>nul
+ Remove empty Windows.old folder
+
+
+ 24
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/win11x64-ltsc.xml b/assets/win11x64-ltsc.xml
index 8a680e525..10243340e 100644
--- a/assets/win11x64-ltsc.xml
+++ b/assets/win11x64-ltsc.xml
@@ -457,6 +457,11 @@
23
+ rd /q c:\Windows.old 2>nul
+ Remove empty Windows.old folder
+
+
+ 24
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/win11x64.xml b/assets/win11x64.xml
index ca65c1a08..61aad2ef7 100644
--- a/assets/win11x64.xml
+++ b/assets/win11x64.xml
@@ -451,6 +451,11 @@
23
+ rd /q c:\Windows.old 2>nul
+ Remove empty Windows.old folder
+
+
+ 24
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/win2025-eval.xml b/assets/win2025-eval.xml
index fc44ff10a..73801c5f7 100644
--- a/assets/win2025-eval.xml
+++ b/assets/win2025-eval.xml
@@ -342,6 +342,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/win2025.xml b/assets/win2025.xml
index 2c53caffe..a641959f1 100644
--- a/assets/win2025.xml
+++ b/assets/win2025.xml
@@ -345,6 +345,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