topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 3:29 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Request for help finding an old DC forum post  (Read 3461 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Request for help finding an old DC forum post
« on: August 10, 2012, 07:53 PM »
There was a forum post/thread discussion where we were troubleshooting a problem with someone's windows setup, and it turned out to be a registry setting that was not giving programs enough time to gracefully shutdown on windows reboot/shutdown.

But I can't find the post/thread.  Anyone remember this?

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Request for help finding an old DC forum post
« Reply #2 on: August 10, 2012, 07:57 PM »
That's not the one i was thinking of.  It was some registry setting that was somehow set to some non-default value for a user..

rgdot

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 2,192
    • View Profile
    • Donate to Member
Re: Request for help finding an old DC forum post
« Reply #3 on: August 10, 2012, 08:00 PM »

Josh

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Points: 45
  • Posts: 3,411
    • View Profile
    • Donate to Member

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,858
    • View Profile
    • Donate to Member
Re: Request for help finding an old DC forum post
« Reply #5 on: August 10, 2012, 10:14 PM »
Don't know about the post, but the reg_keys you might be most interested in are:

Hive: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
Entry: WaitToKillServiceTimeout
Type: REG_SZ
Default Value: 12000

--------------------------------------------------------------------

Hive: HKEY_CURRENT_USER\Control Panel\Desktop
Entry: WaitToKillAppTimeout
Type: REG_SZ
Default Value: start with 3000

Note: this entry is not always there so it may need to be created

--------------------------------------------------------------------

Hive: HKEY_CURRENT_USER\Control Panel\Desktop
Entry: AutoEndTasks
Type: REG_SZ
Default Value: 1

Note: this entry is not always there so it may need to be created.

--------------------------------------------------------------------

Luck! :Thmbsup:

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Request for help finding an old DC forum post
« Reply #6 on: August 10, 2012, 10:22 PM »
40hz, those are the kinds of values i'm talking about.. i wonder if i just imagined that thread..

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,858
    • View Profile
    • Donate to Member
Re: Request for help finding an old DC forum post
« Reply #7 on: August 10, 2012, 10:34 PM »
FWIW, a lot of "speed up" tweak utilities reduce that 12 seconds on the WaitToKillServiceTimeout setting. I've seen that cause problems even though reducing it does speed up shutdowns and reboots.
 :)