Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there any way to refresh the service control manager cached data?

I can edit the entries that show up in services.msc using the registry, but deleting entries just leaves broken entries in the console window, and when adding them, they don't show up until after restarting windows.

Is there any way to force the service control manager to refresh from the registry?

(I'm working on a transactional service installer that doesn't error out if the service already exists)

share|improve this question
You're not supposed to do that. Instead, use the API functions. See msdn.microsoft.com/en-us/library/windows/desktop/… – Harry Johnston Aug 6 '12 at 21:40

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.