Skip to content

Instantly share code, notes, and snippets.

@travnewmatic
Created November 17, 2025 01:47
Show Gist options
  • Select an option

  • Save travnewmatic/d1a04c3412459461d831b46ee832d74b to your computer and use it in GitHub Desktop.

Select an option

Save travnewmatic/d1a04c3412459461d831b46ee832d74b to your computer and use it in GitHub Desktop.
Win 11 Pro N Docker Desktop Prep
dism /online /add-capability /capabilityname:Media.MediaFeaturePack~~~~0.0.1.0
dism /online /add-capability /capabilityname:Media.WindowsMediaPlayer~~~~0.0.12.0
Reboot
Get-WindowsCapability -Online | Where-Object { $_.Name -like "*Media*" } | Format-Table
DISM.exe /Online /Cleanup-image /Restorehealth
sfc /scannow
Reboot
dism /online /add-capability /capabilityname:Media.MediaFeaturePack~~~~0.0.1.0
dism /online /add-capability /capabilityname:Media.WindowsMediaPlayer~~~~0.0.12.0
Get-WindowsCapability -Online | Where-Object { $_.Name -like "*Media*" } | Format-Table
Attempt Docker Desktop Installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment