From f4bed3c08f25857aad81518f92514cd2f9f3503f Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sun, 30 Jun 2024 15:10:12 +0200 Subject: [PATCH] fix --- KnownIssues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KnownIssues.md b/KnownIssues.md index b622ef85..c77f076c 100644 --- a/KnownIssues.md +++ b/KnownIssues.md @@ -22,7 +22,7 @@ If you are still having issues try using a **VPN**, or changing your **DNS provi - Script doesn't run/PowerShell crashes: 1. Press Windows Key+X and select 'PowerShell (Admin)' (Windows 10) or 'Windows Terminal (Admin)' (Windows 11) 2. Run: - ``` + ```ps1 Set-ExecutionPolicy Unrestricted -Scope Process -Force ``` 3. Run: