From 9882cef688e39565c8d48884d9aa0f2a3aac53d1 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Sat, 29 Jun 2024 15:40:34 +0200 Subject: [PATCH] trying to reimplement a part --- KnownIssues.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/KnownIssues.md b/KnownIssues.md index d7b570e4..5a112280 100644 --- a/KnownIssues.md +++ b/KnownIssues.md @@ -19,6 +19,16 @@ If you are still having issues try using a **VPN**, or changing your **DNS provi | `1.1.1.1` | `1.0.0.1` | or | `8.8.8.8` | `8.8.4.4` | |---------|---------|-----|---------|---------| +- 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: + ``` + Set-ExecutionPolicy Unrestricted -Scope Process -Force + ``` + 3. Run: + ``` + irm christitus.com/win | iex + ``` ### Other Issues: