Files
Win11Debloat/Run.bat
Raphire 8436c8d81c Made it easier to use the script;
The script no longer requires manually changing the Execution Policy to run.
2022-10-05 01:42:35 +02:00

2 lines
168 B
Batchfile

PowerShell -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File "%~dp0Win10Debloat.ps1"' -Verb RunAs}"