2
0
Matteo 5 жил өмнө
parent
commit
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"