Update Game Servers/ARK - Survival Ascended.md
This commit is contained in:
@ -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"
|
||||
```
|
||||
|
Reference in New Issue
Block a user