Saturday, December 8, 2012

Uninstall uTorrent Completely using command line

How to uninstall uTorrent Completely from system.


1) open notepad and type following command.


cd "C:\Program Files\uTorrent"
uTorrent.exe /uninstall /s
rmdir /s /q "C:\Program Files\uTorrent"
reg delete HKEY_CURRENT_USER\software\BitTorrent /f
reg delete HKEY_CURRENT_USER\software\BitTorrent\uTorrent /f
reg delete HKEY_CLASSES_ROOT\.torrent /f
reg delete HKEY_CLASSES_ROOT\Applications\uTorrent.exe /f
reg delete HKEY_CLASSES_ROOT\uTorrent /f
reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run /v uTorrent /f

save as batch file ( .bat ) and run. it removes uTorrent completely from your system.

same batch file we can create package through SCCM and distribute via software distribution.



3 comments:

  1. uTorrent has been installed in the AppData which is a hidden file for each user profile. Is there anyway of wiping out uTorrent in the entire client system.
    or a batch file of finding all utorrent files then delete them all at once together with the deletion in registry.

    ReplyDelete
  2. Nice tip man, worked for me, thatnks alot

    ReplyDelete
  3. i cant able to save as batch file.what to do next

    ReplyDelete