From 652e42361ac73511ae7a5c1715da9b4e91425ec1 Mon Sep 17 00:00:00 2001 From: Woomy Date: Sat, 20 Mar 2021 18:32:53 +0100 Subject: [PATCH] Added easy launch batchs (#212) * Added easy launch batchs * fixes Co-authored-by: Woomy4680-exe --- Start_GUI.bat | 4 ++++ Start_NOGUI.bat | 4 ++++ Start_SysPrep.bat | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 Start_GUI.bat create mode 100644 Start_NOGUI.bat create mode 100644 Start_SysPrep.bat diff --git a/Start_GUI.bat b/Start_GUI.bat new file mode 100644 index 0000000..d793c8e --- /dev/null +++ b/Start_GUI.bat @@ -0,0 +1,4 @@ +@echo off +cls +echo Starting Windows10DebloaterGUI ... +@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10DebloaterGUI.ps1" \ No newline at end of file diff --git a/Start_NOGUI.bat b/Start_NOGUI.bat new file mode 100644 index 0000000..0ec6025 --- /dev/null +++ b/Start_NOGUI.bat @@ -0,0 +1,4 @@ +@echo off +cls +echo Starting Windows10Debloater... +@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10Debloater.ps1" \ No newline at end of file diff --git a/Start_SysPrep.bat b/Start_SysPrep.bat new file mode 100644 index 0000000..570befc --- /dev/null +++ b/Start_SysPrep.bat @@ -0,0 +1,4 @@ +@echo off +cls +echo Starting Windows10Debloater SysPrep... +@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10SysPrepDebloater.ps1" \ No newline at end of file