소스 검색

Added easy launch batchs (#212)

* Added easy launch batchs

* fixes

Co-authored-by: Woomy4680-exe <Woomy4680-exe@github.com>
Woomy 4 년 전
부모
커밋
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"