浏览代码

Added easy launch batchs

Woomy4680-exe 5 年之前
父节点
当前提交
069e4146ee
共有 3 个文件被更改,包括 9 次插入0 次删除
  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"