Matteo 5 年之前
父節點
當前提交
e14084be7a
共有 3 個文件被更改,包括 9 次插入6 次删除
  1. 3 2
      Start_GUI.bat
  2. 3 2
      Start_NOGUI.bat
  3. 3 2
      Start_SysPrep.bat

+ 3 - 2
Start_GUI.bat

@@ -1,3 +1,4 @@
-echo starting Windows10DebloaterGUI ...
-
+@echo off 
+cls
+echo Starting Windows10DebloaterGUI ...
 @powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10DebloaterGUI.ps1" 

+ 3 - 2
Start_NOGUI.bat

@@ -1,3 +1,4 @@
-echo starting Windows10Debloater...
-
+@echo off 
+cls
+echo Starting Windows10Debloater...
 @powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10Debloater.ps1" 

+ 3 - 2
Start_SysPrep.bat

@@ -1,3 +1,4 @@
-echo starting Windows10Debloater SysPrep...
-
+@echo off 
+cls
+echo Starting Windows10Debloater SysPrep...
 @powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10SysPrepDebloater.ps1"