@echo off
chcp 65001 >nul
echo Enabling Windows PAC for Chrome, Edge, Opera, Firefox
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /t REG_SZ /d "https://proxy.mobile-shrek.com.ua/proxy.pac" /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoDetect /t REG_DWORD /d 0 /f
echo.
echo Done. Fully quit the browser (tray icon too) and open it again.
echo Firefox: Settings - Network Settings - Use system proxy settings.
pause
