Added easy launch batchs (#212)

* Added easy launch batchs

* fixes

Co-authored-by: Woomy4680-exe <Woomy4680-exe@github.com>
pull/261/head^2
Woomy 3 years ago committed by GitHub
parent 01770eb21d
commit 652e42361a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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