浏览代码

Merge pull request #2 from Woomy4680-exe/master

Add Easy Starter Batchfiles
Norrodar 5 年之前
父节点
当前提交
78c69a56ba
共有 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"