Update README ExecutionPolicy override instructions

This commit is contained in:
Jeffrey
2026-08-12 12:14:26 +02:00
parent c0599cba1f
commit 9505a5a374
+1 -1
View File
@@ -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: 3. Temporarily enable PowerShell execution by entering the following command:
```PowerShell ```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` 4. In PowerShell, navigate to the directory where the files were extracted. Example: `cd c:\Win11Debloat`