Update Game Servers/ARK - Survival Ascended.md

This commit is contained in:
Nicole Rappe
2024-05-07 10:09:50 -06:00
parent b9fc484db1
commit 8076947066

View File

@ -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"
```