Made it easier to use the script;

The script no longer requires manually changing the Execution Policy to run.
This commit is contained in:
Raphire
2022-10-05 01:42:35 +02:00
parent 1fc3d398a7
commit 8436c8d81c
5 changed files with 8 additions and 39 deletions
+1
View File
@@ -0,0 +1 @@
PowerShell -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File "%~dp0Win10Debloat.ps1"' -Verb RunAs}"