Last active
March 24, 2025 06:46
-
-
Save dagli/10f0a89eb2c04e3a6c9db05302b81f57 to your computer and use it in GitHub Desktop.
Proxifier Trial Reset
This file contains 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 characters
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 |
where "Settings.ini" ?
Not work in 4.07 :(
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[Added] Remove "DefaultWANProfile" line in "Settings.ini" file