Home » Questions » Computers [ Ask a new question ]

How to disable media sharing in Windows Media Player 12

How to disable media sharing in Windows Media Player 12

I have disabled the service for the player but why is it enabled in the first place and how do I get rid of it? (Do not want to play media sharing at work)

Asked by: Guest | Views: 308
Total answers/comments: 1
bert [Entry]

"1.Open Notepad and Paste:

@echo off

sc config ""WMPNetworkSvc"" start= disabled

sc stop ""WMPNetworkSvc""

pause

2.Save File (Example): _WMP_Sharing_Disable.bat

3.Right-Button => Run as Administrator"