Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Some .exe's hang, must be closed by Task Manager

Status
Not open for further replies.

mcse924

MIS
Feb 14, 2002
178
US
Having an issue with W2K SP4 whereby a couple of applicatiosns do not close gracefully and must be terminated via Task Manager. BOTH of these apps access databases on the network (ACT and TrackIT). Anyone know what's up? I've done a bunch of things, including shutting down the virus scanner (McAfee), but still have the issue.

help..please

Carpe diem, procrastination is the thief of time...
 
Use regedit. If the key below does not exist, create it; otherwise edit the value. These are all string values, type REG_SZ

HKEY_CURRENT_USER\Control Panel\Desktop

AutoEndTasks "1"
HungAppTimeout "1000"
WaitToKillAppTimeout "2000"

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
WaitToKillServicesTimeout "2000"

Most of these default to 20000, so a setting of 2000 is a big difference.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top