Преглед на файлове

Added easy launch batchs

Woomy4680-exe преди 6 години
родител
ревизия
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"