9

I'm running Windows 8 and in the Computer menu, I see a huge list of "media server" network locations of many of the PCs in my network (most running Windows 7).

enter image description here

Is there a way to either locally disable this so I don't see this list every time, or disable this sharing feature on the other computers?

I've tried disabling "Media Streaming options" from the Network and Sharing Center (on my PC), but that had no effect.

Another thing I tried was enabling Media Streaming, but then selecting all the found clients and clicking Blocked in the list of found clients. That had no effect in removing the list either.

I've also attempted disabling the Windows Media Player Network Sharing Service, but alas, the list remains.

I'm starting to believe there's a magic registry key to unbury and flip to a "1", but all the searching I've done has come up empty.

4 Answers4

6

I was encountering exact annooying problem and i found the answer in rhis thread: Niyamath Mohammed answer

  1. Press Windows key + E on the keyboard to open Computer folder.
  2. Click on Computer Tab on the top.
  3. Click on Access Media in the ribbon.
  4. Click on Disconnect from Media server and follow the onscreen instructions.

And it worked when i reopened explorer folder.

tinamou
  • 161
1

If you stop the Windows Media Player Network Sharing Service in Services, does that help?

Tim De Baets
  • 1,122
0

Look in the following location and see if these devices are listed. If they are delete them, and also make sure to turn Media Streaming back off.

C:\Users\USERNAME\AppData\Roaming\Microsoft\Windows\Network Shortcuts
Drew Chapin
  • 6,270
-1

In the comments of the mydigitallife link you gave, is an advice by Werner to execute :

sc delete "WMPNetworkSvc"

There is also another advice by the same Werner to search in the registry all occurrences of "WMPNetworkSvc" and delete the "FailureActions" DWORD value.

Have you tried any of them ?

(Execute these with great caution : I advise creating a system restore point first, just in case).

harrymc
  • 498,455