From feb3f7860dd44425e81280dde90a58c1bf268c0f Mon Sep 17 00:00:00 2001 From: shupershuff <63577525+shupershuff@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:23:12 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6720423..a8f838d 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Done editing? What are your thoughts on saving the file? I've heard it helps. CT 2. If you get prompted to change the execution policy so you can run the script, type y and press enter. ![image](https://user-images.githubusercontent.com/63577525/234580880-e78df284-edea-4a5e-b4c6-4825f6031b4e.png) a) If you instead get a message about "D2Loader.ps1 cannot be loaded because running scripts is disabled on this system" then you will need to perform the following steps: - b) Open the start menu and type in powershell. Open PowerShell.
+ b) Open the start menu and type in powershell. Open PowerShell as admin.
c) Enter the following command: **Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser**
d) Type in y and press enter to confirm.
e) Run the D2Loader.ps1 script again.