I have decided to separate the important services from failing instance. The way to do this is changing couple registry keys. Unfortunately I cannot guarantee that you will not get into much more trouble than you are already in, even Microsoft warns modifications to registry can cause serious issues.
First of all take a backup of each entry mentioned below. Grouping of services are handled in two locations:
- HKLM\Software\Microsoft\Windows NT\Current Version\svchost\[parameter]
- HKLM\System\CurrentControlSet\Services\[ServiceName]\ImagePath
- I have created a duplicate key with same values and called it as "important".
- I have created a reg_multi_sz value, named "important", at HKLM\Software\Microsoft\Windows NT\Current Version\svchost and moved important services from "netsvcs" to "important" value. (One service each line)
- Checked services for dependencies and moved dependencies as well.
- Restarted the services
0 comments:
Post a Comment