Ahmet06han
Kilopat
Daha fazla
- Sistem Özellikleri
- Ryzen 5 3600 / Xfx Rx 6600 xt / B450m pro m2 Max / 600W psu / 512Gb ssd /
- Cinsiyet
- Erkek
- Meslek
- Ogrenci
Eki Görüntüle 2357138
Yönetici olarak çalıştırdım ikisini de çalışmadı?
GoodbyeDPI klasörüne yeni bir BAT dosyası oluşturup bunu deneyin.
Kod:@ECHO OFF. PUSHD "%~dp0" set _arch=x86 IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64) IF DEFINED PROCESSOR_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\" -4 --set-ttl 5" start= "auto" sc description "GoodbyeDPI" "Turktelekom Ayarlari" sc start "GoodbyeDPI" POPD.
Dener misiniz?