Hello,
There is an IP-filter updater available for uTorrent. This tool will however not update the IP-filter automatically. This is why I created an easy installation tool for this IP-Filter updater!
I created an easy installation tool which will install this filter updater in the correct place and then creates a scheduled Windows task to update each 8 hours. It will not be needed anymore to do everything yourself. You can install this IP-Filter Updater task in 2 ways:
- download the IP-block-updater.zip file, unzip it and run the ip-update-installer.bat
- download the IP-Block-Updater.exe and run it; this is a self-extracting file which will run the IP-update-installer.bat
The code for the IP-Update-installer.bat is as follows:
copy updater.bat %appdata%\utorrent copy startscript.vbs %appdata%\utorrent copy wget.exe %systemroot%\system32 copy unrar.exe %systemroot%\system32 schtasks /create /TN "IP_Blocker_Updater" /tr "wscript.exe %appdata%\utorrent\startscript.vbs %appdata%\uTorrent\updater.bat" /sc hourly /F /mo 8
As you can see, it will copy the updater and the startscripts to the utorrent folder. And because the updater needs the unrar and wget commands, it is the easiest to copy these to the system32 folder.
I have slightly changed his code, so the update will now force the unrar during the process.
Hope you will like it! Have fun! Please always refer to this post for the easy installer, and refer to the creator of the standalone IP-filter updater!
Cheers! ^^
Ps. The counter indicates that this installer is downloaded 86 times already

