• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

XP Shutdown Problems SVCHost?

HokieMon

Junior Member
When I shutdown XP it takes anywhere from 3-5 minutes to restart. I have found out that if i end a 13 meg SVChost process it restarts no problems....is there anyway i can fix this problem without ending the process everytime i need to reboot?
thankx
 
That's hard to say. svchost.exe is a generic process that runs a service.
To find out what service is run by that instance of svchost, you can do this: open a command prompt and type tasklist.exe you should see a list that looks alot like the processes list in task manager. Find the instance of svchost that's giving you trouble and note the PID. Then type tasklist.exe /svc and look for the PID. It will list the associated service.
Next, find out about the service. You could google for it. Maybe it's a service that you don't need to run. Maybe you could look for why it's not responding. It could be a virus. It could have been installed by a buugy program.
If you want to disable it, you type disable "nameofservice"
 
Back
Top