Trying to change your DNS address but can't see its effect? GOODBYEDPI brings solutions to this problem. To use
2_any_country.cmdOpen the file. If you want the DNS barrier removed every time you restart the systemservice_install_russia_blacklist.cmdChange its content to this and run it as administrator:
Code:
@echo off push "%~dp0" set _arch=x86 if "%processor_architecture%"=="AMD64" (SET _ARCH=X86_64) IF DEFINED process_ARCHITEW6432 (Set _arch=x86_64) echo this script should be run with Administrator Privileges. Echo Right Click - Run as Administrator. Echo press any key if you're running it as administrator. PAUSE SC STOP "GOODBYEDPI" SC DELETE "GOODBYEDPI" SC CREATE "GOODBYEDPI" BinPath= "\"%CD%\%_ARCH%\Goodbyedpi.exe\" -5" Start= "Auto" SC Start "GoodByedPI" POPD