For PowerShell scripts you might need to set the execution policy. To enable running powershell script from the current process use:
Set-ExecutionPolicy Bypass -Scope Process -Force
This registers a task, which upon logging into Windows, will start the Server application as administrator.
This needs to be run as administrator.
This unregisters the installed task.
This needs to be run as administrator.
Reads the Windows logs and writes it to Windows EventLog errors.txt
.
It makes tracing crashes easier.
This needs to be run as administrator.