[b]How to improve on shutdown time ? Close apps automatically & quickly at shutdown[/b]

Open Registry by going to [b]START--> RUN[/b] and typing [b]REGEDIT[/b]. Navigate to [b]HKEY_CURRENT_USER\CONTROL PANEL\DESKTOP[/b] and look for [b]AutoEndTasks[/b]. On my computer default value is [b]0[/b]. Change it to [b]1[/b]. Thats all. Further more you can reduce the time it takes for Windows to issue kill directive to all active/hung applications. In doing this only constraint that you should make sure exists is that [b]HungAppTimeout[/b] is greater than [b]WaitToKillAppTimeout[/b]. Change the values of [b]WaitToKillAppTimeout[/b] to say [b]3500[/b] (since default value for [b]HungAppTimeout 5000[/b] and for [b]WaitToKillAppTimeout is 20000[/b])
[i]DISCLAIMER: In doing that Registry Edit,Back-up your registry first.[/i]


:idea::idea: