* Added easy launch batchs * fixes Co-authored-by: Woomy4680-exe <Woomy4680-exe@github.com>
@@ -0,0 +1,4 @@
+@echo off
+cls
+echo Starting Windows10DebloaterGUI ...
+@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10DebloaterGUI.ps1"
+echo Starting Windows10Debloater...
+@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10Debloater.ps1"
+echo Starting Windows10Debloater SysPrep...
+@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10SysPrepDebloater.ps1"