Last active
September 25, 2025 05:18
-
-
Save dagli/10f0a89eb2c04e3a6c9db05302b81f57 to your computer and use it in GitHub Desktop.
Revisions
-
dagli revised this gist
Nov 25, 2018 . 2 changed files with 12 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ REM Initex Software Proxifiertrial reset REM Close Proxifier if it is running taskkill /f /im Proxifier.exe reg delete "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main" /v DefaultWANProfile /f reg delete "HKCU\Software\Initex\ProxyChecker\Settings" /v DefaultWANProfile /f reg delete "HKCU\Software\Initex\Proxifier\Settings" /v DefaultWANProfile /f REM Delete "DefaultWANProfile" line in "Settings.ini" file in ProxifierPE folder (for Portable Edition) del %~dp0Settings.old.ini ren %~dp0Settings.ini Settings.old.ini type %~dp0Settings.old.ini | findstr /v DefaultWANProfile > %~dp0Settings.ini -
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ REM Initex Software Proxifier 3.28 trial reset REM Close Proxifier if it is running taskkill /f /im Proxifier.exe REM If you're using portable edition - delete "DefaultWANProfile" line in "Settings.ini" file in Proxifier PE folder too reg delete "HKCU\SOFTWARE\Microsoft\Internet Explorer\Main" /v DefaultWANProfile /f reg delete "HKCU\Software\Initex\Proxifier\Settings" /v DefaultWANProfile /f