Просмотр исходного кода

Added easy launch batchs (#212)

* Added easy launch batchs

* fixes

Co-authored-by: Woomy4680-exe <Woomy4680-exe@github.com>
Woomy 4 лет назад
Родитель
Сommit
652e42361a
3 измененных файлов с 12 добавлено и 0 удалено
  1. 4 0
      Start_GUI.bat
  2. 4 0
      Start_NOGUI.bat
  3. 4 0
      Start_SysPrep.bat

+ 4 - 0
Start_GUI.bat

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

+ 4 - 0
Start_NOGUI.bat

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

+ 4 - 0
Start_SysPrep.bat

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