Added easy launch batchs (#212)

* Added easy launch batchs

* fixes

Co-authored-by: Woomy4680-exe <Woomy4680-exe@github.com>
This commit is contained in:
Woomy 2021-03-20 18:32:53 +01:00 committed by GitHub
parent 01770eb21d
commit 652e42361a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

4
Start_GUI.bat Normal file
View File

@ -0,0 +1,4 @@
@echo off
cls
echo Starting Windows10DebloaterGUI ...
@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10DebloaterGUI.ps1"

4
Start_NOGUI.bat Normal file
View File

@ -0,0 +1,4 @@
@echo off
cls
echo Starting Windows10Debloater...
@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10Debloater.ps1"

4
Start_SysPrep.bat Normal file
View File

@ -0,0 +1,4 @@
@echo off
cls
echo Starting Windows10Debloater SysPrep...
@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10SysPrepDebloater.ps1"