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