how to turn windows 11 pro media streaming on at startup

Kipp Reck 0 Reputation points
2025-02-25T15:06:32.6+00:00

Windows media streaming not enable by default on reboot.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jose Benjamin Solis Nolasco 3,511 Reputation points
    2025-02-25T20:05:04.22+00:00

    Hello Kipp

    I made this for you so you can try it ;

    you have two options

    1. 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.

    Set Windows Media Player Network Sharing Service to Start Automatically:

    • Press Windows + R to open the Run dialog, type services.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!


  2. Anonymous
    2025-02-26T15:07:08.9433333+00:00

    Hello,

    Thank you for posting in Q&A forum.

    Based on my understanding of this problem, I suggest you try the following steps to see if it can be solved:

    1. From Start Menu, type "Control Panel" without the quotes and then press enter.
    2. Click Network and Internet, and then click Network and Sharing Center.
    3. Under View your active networks, make sure the network is set to Private network.
    4. On the left hand pane select Change advanced sharing settings.
    5. In the Advanced sharing settings dialog box, make sure that the following are set correctly:
      • Network discovery is on.
      • File and printer sharing is on.
      • Public folder sharing is on.
      • Media streaming is on.
      • Password protected sharing is off.
      • HomeGroup Connections: Allow Windows to manage homegroup connections.

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.