Windows Media Player skin mode lock error 0XC00D0FEE fix
Windows Media Player hits this error when you're stuck in skin mode and it won't switch back. Here's how to break free.
When this error shows up
You're using Windows Media Player 12 on Windows 10 or 11. Maybe you clicked a third-party skin file someone sent you. Or you accidentally toggled to skin mode yourself and now you're stuck. You can't right-click to switch back to full mode. The menu is gone. You close and reopen — no change. WMP just sits there in that tiny skin window and throws error 0XC00D0FEE (NS_E_WMP_LOCKEDINSKINMODE) every time you try to open any setting.
What's going on
Windows Media Player has two visual modes: full mode (the normal player window) and skin mode (a small, often customized overlay). Normally you toggle between them with View > Skin Mode. But when the player is locked in skin mode, that option is grayed out. The registry key that controls this gets corrupted by a bad skin or a crash. The fix is to force the registry back to full mode. And no, reinstalling WMP won't help.
The fix: two methods
You'll only need one. Start with Method 1 — it's faster.
Method 1: Registry edit
- Close Windows Media Player entirely. Check Task Manager if it's lurking.
- Press Win + R, type
regedit, hit Enter. Say yes to UAC. - Go to:
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences - Look for a DWORD called
SkinMode. If it's not there, right-click in the right pane, choose New > DWORD (32-bit) and name itSkinMode. - Double-click
SkinModeand set its value to 0. That forces full mode. - Close Regedit. Open WMP again. You should be back in full mode.
- Once you're in, go to Tools > Options > Performance and uncheck Allow skin mode if you want to prevent this forever.
Method 2: Command line force
If the registry edit doesn't work (rare, but happens on locked-down machines), use this:
- Close WMP.
- Open Command Prompt as administrator. (Search
cmd, right-click, Run as administrator.) - Type this and press Enter:
"C:\Program Files\Windows Media Player\wmplayer.exe" /prefetch:1 /skins:off - WMP should open in full mode. If it doesn't, add
/fullscreento the end of that command. - Once it opens, immediately go to View and make sure Full Mode is selected. Then go to Tools > Options and disable skin mode.
If it still fails
Two things to check:
- Corrupted skin files: Delete everything in
%USERPROFILE%\AppData\Local\Microsoft\Media Player\Skinand%USERPROFILE%\AppData\Roaming\Microsoft\Media Player\Skins. Windows can't lock into a skin that doesn't exist. - User profile corruption: Create a new local admin account, log into it, and try WMP there. If it works fine, your original user profile is damaged. Migrate your files and ditch the old profile.
I've seen this error once or twice in corporate help desk tickets — always from a user who downloaded a "cool" skin from a sketchy site. If you're in that boat, you're not alone. The registry fix above has never failed me in 8 years of supporting this mess.
Was this solution helpful?