Supervision Governor - Windows Installation
============================================

1. Open PowerShell as Administrator

2. Run the installer:
   .\install-windows.ps1

   Or with custom regulator address:
   .\install-windows.ps1 -RegulatorAddress "your-server.com:50051"

3. The service will start automatically

Commands:
- View status:  Get-Service SupervisionGovernor
- View logs:    Get-EventLog -LogName Application -Source SupervisionGovernor
- Stop:         Stop-Service SupervisionGovernor
- Start:        Start-Service SupervisionGovernor
- Uninstall:    sc.exe delete SupervisionGovernor

Config file: C:\Program Files\Supervision\config.yaml
