Jump to content

How to remove Media Player from Taskbar by default?


x23piracy

Recommended Posts

Do you want to disable WMP or just remove the icon from the task bar? Here are some examples on how to disable WMP which also removes the icon from the taskbar.

 

To service an offline image, specify the location of the mounted image directory. For example, type:

Dism /Image:C:\test\offline /Disable-Feature /FeatureName:MediaPlaybackDism /Image:C:\test\offline /Disable-Feature /FeatureName:WindowsMediaPlayerDism /Image:C:\test\offline /Disable-Feature /FeatureName:MediaCenterDism /Image:C:\test\offline /Disable-Feature /FeatureName:OpticalMediaDisc

The same can be done to a live system, for example you can service the image at the time of installation with an answer file. for using DISM in setupcomplete.cmd like this.

Dism /online /Disable-Feature /FeatureName:MediaPlayback

or

Dism /online /Apply-Unattend:C:\test\answerfiles\myunattend.xml
Edited by dotfusion
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...