mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
Added easy launch batchs (#212)
* Added easy launch batchs * fixes Co-authored-by: Woomy4680-exe <Woomy4680-exe@github.com>
This commit is contained in:
parent
01770eb21d
commit
652e42361a
4
Start_GUI.bat
Normal file
4
Start_GUI.bat
Normal 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
4
Start_NOGUI.bat
Normal 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
4
Start_SysPrep.bat
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
@echo off
|
||||||
|
cls
|
||||||
|
echo Starting Windows10Debloater SysPrep...
|
||||||
|
@powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0./Windows10SysPrepDebloater.ps1"
|
Loading…
Reference in New Issue
Block a user