I also found this problem very irritating and I'm happy to announce that I completely solved it!
Now my system waits for uTorrent to close completely and only THEN reboots! You don't have to keep an eye on the Windows Task Manager or any other bulls*t.
Here's the solution, it's very simple and completely automatic.
You need two FREE programs to do this:
NirCmd and AutoHotKey
You can download them from here:
http://www.nirsoft.net/utils/nircmd.html
http://www.autohotkey.com/
Step 1
Install AutoHotKey
Step 2
Unrar (extract) NirCmd to D:\nircmd (this is important! If you put it elsewhere, the trick won't work)
Step 3
- Go to D:\nircmd
- Create a New Text Document here.
- Paste exacty this text into it:
nircmd.exe waitprocess utorrent.exe exitwin reboot
-Close and save the txt file
- Rename this txt file to "reboot.bat" (YES, rename the extension too!)
Step 4
- Go to D:\nircmd
- Create a New Text Document here again (YES, another one)
- Paste this text into it:
Run C:\Windows\System32\taskkill.exe -im utorrent.exe
Run D:\nircmd\Reboot.bat
-Close and save the txt file
- Rename this txt file to "reboot.ahk" (YES, rename the extension too!)
Step 5
- Copy this newly created "reboot.ahk"
- Go anywhere (for example Desktop) and Right Click, then choose "Paste Shortcut".
Whenever you click that shortcut, your Windows will reboot AFTER it waits for uTorrent to completely close! When Windows starts and you start uTorrent, it WILL NOT re-check!
Tested on Windows 8.1 64bit.
Works 100%!
WARNING!
- You have to install AutoHotkey, otherwise the created ahk won't work.
- You HAVE to create both files (reboot.bat and reboot.ahk) in the SAME folder where you extracted nircmd to!
Which uTorrent version and settings are you currently using? – and31415 – 2014-07-19T18:20:53.303
@and31415 I have added version (3.4.2 build 32126 32 bit) which setting should i list, there are nemourous – Ratna – 2014-07-19T19:01:37.930
I believe uTorrent checks the files for consistency every startup, and that it's a default feature. I'm not sure if you can disable it. – Evan Darwin – 2014-07-19T19:19:14.057
2@Ratna Yeah, sorry; I meant the Advanced ones, in particular
bt.graceful_shutdown
. Anyway, consider updating uTorrent to latest version, which is3.4.2.32354
. Also, startregedit.exe
and check if there's a registry value calledAutoEndTask
in the following key:HKEY_CURRENT_USER\Control Panel\Desktop
– and31415 – 2014-07-20T12:00:17.763uTorrent check the files if the files are not in saved in the same directory that has been assigned into it. So, if you have not assigned any default directory to download torrents in, then assign one. However, you can disable file check from the settings
bt.magentlink_check_existing_files
set it to false. – iSR5 – 2014-10-16T11:26:45.487