Hello Kipp
I made this for you so you can try it ;
you have two options
- Create a Scheduled Task:
- Press
Windows + S
to open the Search menu, type "Task Scheduler," and select it. - In the Task Scheduler, click on "Create Basic Task" in the right pane.
- Name the task (e.g., "Enable Media Streaming") and click "Next."
- Select "When I log on" and click "Next."
- Choose "Start a program" and click "Next."
- In the "Program/script" field, type
powershell.exe
. - In the "Add arguments" field, type the following command: powershell
Start-Service -Name "WMPNetworkSvc"
- Click "Next" and then "Finish" to create the task.
- Press
Set Windows Media Player Network Sharing Service to Start Automatically:
- Press
Windows + R
to open the Run dialog, typeservices.msc
, and press Enter. - In the Services window, find "Windows Media Player Network Sharing Service."
- Right-click on it, select "Properties," and set the "Startup type" to "Automatic."
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!