@echo off
chcp 65001 >nul
echo Disabling Windows PAC
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v AutoConfigURL /f
echo.
echo Done. Fully quit the browser and open it again.
pause
