Caution
Remind to run all *.cmd
files as admin, this will be security issue but who cares for windows systems, right?
-
Download repository from here and unpack it to the Desktop
-
Run
update.cmd
script -
Run
test.cmd
, dont close yet - test how it works with youtube in incognito mode.- If it works out of the box - you are happy one, skip to chapter 4
- If you unlucky one, you need to open same file at your favorite editor, like windows notepad
- You need to find
start "" goodbyedpi.exe
code fragment - Try to replace flag
-9
with other possible options:-6 -e1
-5 -e1
-9 -e1 -f1
-9
- If blind configuration doesn't work, try to look at the source of truth;
-
(optional) If you want to run this at startup:
- Close current script if such is running
- Open
setup.cmd
with your facvorite text editor - You need to find
sc create "GoodbyeDPI" binPath=
code fragment - Do same thing as you already did at
step 3
- Run
setup.cmd