From 8076947066e81185fe434d108c113d343e0c38df Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 7 May 2024 10:09:50 -0600 Subject: [PATCH] Update Game Servers/ARK - Survival Ascended.md --- Game Servers/ARK - Survival Ascended.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game Servers/ARK - Survival Ascended.md b/Game Servers/ARK - Survival Ascended.md index 92050b7..818981e 100644 --- a/Game Servers/ARK - Survival Ascended.md +++ b/Game Servers/ARK - Survival Ascended.md @@ -14,7 +14,7 @@ There is an issue where if you run a dedicated server, part of that requires API - [Download Unreal Engine Certificate Install Script](https://github.com/Ch4r0ne/UnrealEngine_Dedicated_Server_Install_CA/blob/main/Install_Certificate.ps1) !!! note "Run as Administrator" - You need to run the script as an administrator. This will require that you run `Set-ExecutionPolicy Bypass` in an admin powershell session beforehand, then run the script with something like the following set of commands: + You need to run the command as an administrator. This command will temporarily bypass the script execution policy: ``` PowerShell -ExecutionPolicy Bypass -File "C:\Users\nicole.rappe\Downloads\Install_Certificate.ps1" ```