Browse Source

Added easy launch batchs

Woomy4680-exe 5 years ago
parent
commit
069e4146ee
3 changed files with 9 additions and 0 deletions
  1. 3 0
      Start_GUI.bat
  2. 3 0
      Start_NOGUI.bat
  3. 3 0
      Start_SysPrep.bat

+ 3 - 0
Start_GUI.bat

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

+ 3 - 0
Start_NOGUI.bat

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

+ 3 - 0
Start_SysPrep.bat

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