@echo off
chcp 65001 >nul
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0sco-autostart.ps1" -Action Install -Role Server
if errorlevel 1 pause

