- // Posted on Dec 16, 2007 by
Danny
-
Comments (47)
Update: Since SP1 has been released for Windows Vista the fix described below does not work for 64bit installations. A comment was left below that offers a quick and easy fix that worked for that reader. Thanks "wounding"! =]
I ran into a bug when trying to share my media with my XBox 360. Each time I tried to enable the sharing through the Network and Sharing Center in Windows Vista Ultimate I received this error message:
Media sharing is currently disabled, either because the sharing service is no longer running or your firewall settings have changed. To restart sharing you must first confirm your sharing settings.
Regardless of how many times I enabled sharing, this message would always pop up the next time I attempted to re-enable sharing. After a bit of investigating I was able to finally fix this issue. Here are the steps that you need to take in order to fix this issue.
- Open a command prompt (be sure to right-click and choose "Run as administrator" or you will receive a "system error 5 has occured. Access denied." error)
- Type net stop winmgmt. If it warns you about other services stopping just type Y to continue.
- Delete the folder (choose the option that fits your Operating System)
- Vista 32Bit: %SystemRoot%\System32\WBEM\Repository and all its contents
- Vista 64Bit: %SystemRoot%\sysWOW64\WBEM\Repository and all its contents
- Reboot
- Once the system has rebooted open a command prompt and type net localgroup administrators NetworkService /ADD
That should fix your problem! This should also fix the problem where you receive the server execution error in the Network and Sharing Center.
Disclaimer: Although no one has reported a problem with the solution above, please be aware that you are running these commands at your own discretion. I will be glad to assist in any way I can, but I do not take responsibility for any issues incurred.
