From 9505a5a3748ec3bbe68ac1df3c60e25f719bc87c Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:14:26 +0200 Subject: [PATCH] Update README ExecutionPolicy override instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44dd1ed..b3b37eb 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This method supports command-line parameters to customize the behaviour of the s 3. Temporarily enable PowerShell execution by entering the following command: ```PowerShell - Set-ExecutionPolicy Unrestricted -Scope Process -Force + Set-ExecutionPolicy Bypass -Scope Process -Force ``` 4. In PowerShell, navigate to the directory where the files were extracted. Example: `cd c:\Win11Debloat`