=== РУССКИЙ ===
ИНСТРУКЦИЯ ПО ЗАПУСКУ СКРИПТА (WINDOWS)

1. Нажмите правой кнопкой мыши на скачанный файл setup-windows.ps1
2. Выберите «Запустить в PowerShell» или «Run with PowerShell»
3. Если система заблокировала запуск — нажмите «Подробнее» → «Выполнить в любом случае»
4. Следуйте инструкциям в открывшемся окне

Альтернативный способ:
1. Откройте PowerShell от имени администратора (Win+X → PowerShell (Администратор))
2. Перетащите файл setup-windows.ps1 в окно PowerShell
3. Нажмите Enter

Если скрипт не запускается — проверьте права выполнения:
   Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

=== ENGLISH ===
SETUP SCRIPT INSTRUCTIONS (WINDOWS)

1. Right-click the downloaded file setup-windows.ps1
2. Select "Run with PowerShell"
3. If Windows blocks execution — click "More info" → "Run anyway"
4. Follow the instructions in the terminal window

Alternative method:
1. Open PowerShell as Administrator (Win+X → PowerShell (Admin))
2. Drag the setup-windows.ps1 file into the PowerShell window
3. Press Enter

If the script won't run — allow execution:
   Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass