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)
3 Answers
From How To Disable Windows Media Player 12 Sharing :
- Go to Network and Sharing Center (found by clicking your wireless/Ethernet icon in your taskbar)
- Select Homegroup and Sharing Options
- Select Choose Media Streaming Options
- Click Block All
-
WMP12 doesn't have the "simple-minded solution"Mark Sowul– Mark Sowul2013-01-25 17:08:50 +00:00Commented Jan 25, 2013 at 17:08
It's also possible to disable the media sharing from Services
- Click "Start" and select the "Control Panel."
- Go to "Administrative Tools" and open "Services."
- Find "Windows Media Player Network Sharing Service" and double-click on it.
- Click "Stop" under the "General" tab and then select "Ok.", or set the service to "Disabled".
http://www.ehow.com/how_7209048_disable-windows-media-player-sharing.html
-
2It still works years later. For anyone else with this problem consider changing the
start-uptype to disabled it's on the same tab mention in step 4.James Draper– James Draper2018-01-24 17:59:12 +00:00Commented Jan 24, 2018 at 17:59 -
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