Created
November 17, 2025 01:47
-
-
Save travnewmatic/d1a04c3412459461d831b46ee832d74b to your computer and use it in GitHub Desktop.
Win 11 Pro N Docker Desktop Prep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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