mirror of https://github.com/ValdikSS/GoodbyeDPI
Browse Source
@ECHO OFF PUSHD "%~dp0" set _arch=x86 IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64) IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64) echo Sag tikla admin olarak calistir echo Admin olarak calistirdiysan bir tusa bas pause sc stop "GoodbyeDPI" sc delete "GoodbyeDPI" sc create "GoodbyeDPI" binPath= "\"%CD%\%_arch%\goodbyedpi.exe\" -4" start= "auto" sc description "GoodbyeDPI" "Passive Deep Packet Inspection blocker and Active DPI circumvention utility" sc start "GoodbyeDPI" POPDpull/137/head
committed by
GitHub
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
@ECHO OFF |
||||
|
PUSHD "%~dp0" |
||||
|
set _arch=x86 |
||||
|
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64) |
||||
|
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64) |
||||
|
|
||||
|
echo Sag tikla admin olarak calistir |
||||
|
echo Admin olarak calistirdiysan bir tusa bas |
||||
|
pause |
||||
|
sc stop "GoodbyeDPI" |
||||
|
sc delete "GoodbyeDPI" |
||||
|
sc create "GoodbyeDPI" binPath= "\"%CD%\%_arch%\goodbyedpi.exe\" -4" start= "auto" |
||||
|
sc description "GoodbyeDPI" "Passive Deep Packet Inspection blocker and Active DPI circumvention utility" |
||||
|
sc start "GoodbyeDPI" |
||||
|
|
||||
|
POPD |
Loading…
Reference in new issue