0XC00D0FFA

Fix 0XC00D0FFA: WMP Already Running in Exclusive Services

Windows Media Player won't start for exclusive services because an old WMP process is stuck. Kill it or fix the registry, then retry.

Cause #1: A Stuck Windows Media Player Process

This error shows up when you try to launch something that uses Windows Media Player's exclusive services — like a media center application, a slideshow in PowerPoint, or a custom app that calls the WMP control. The error text says it all: a remote player is already running. What that really means is Windows thinks another WMP instance is active, even though you don't see any window.

This almost always happens because a background process didn't shut down cleanly. Maybe you closed WMP while a video was buffering, or an app crashed and left the process hanging. I've seen it after a Windows Update, too.

The fix: kill the WMP processes

  1. Press Ctrl + Shift + Esc to open Task Manager.
  2. Click the Details tab (on Windows 10 and 11, it's the last tab).
  3. Look for wmplayer.exe. If you see it, right-click it and choose End task.
  4. Also check for wmpnetwk.exe — that's the network sharing service. Right-click and end it too.
  5. Close Task Manager, then try launching your app again.

After you end those tasks, the error should be gone. If it isn't, move on to cause #2.

Cause #2: The WMP Network Sharing Service Is Stuck

Sometimes the culprit isn't the player itself but the service that lets WMP share media across your network. That service, wmpnetwk.exe, can hang and hold onto the exclusive player handle. I've seen this happen on Windows Server boxes running media services, but it also occurs on regular desktops after sleep/wake cycles.

The fix: restart the Windows Media Player Network Sharing Service

  1. Press Win + R, type services.msc, and hit Enter.
  2. In the list, find Windows Media Player Network Sharing Service.
  3. Right-click it and choose Restart. If it's already stopped, start it.
  4. Wait about 10 seconds. You should see the status change to Running.
  5. Now try your exclusive service again.

If restarting the service doesn't fix it, the service might be disabled. Check its Startup type — set it to Automatic and click OK. Then start it manually.

Cause #3: Corrupted Registry Key for WMP's Remote Player

The least common but ugliest cause: a registry entry that tracks the remote player instance is corrupted. This happens after a bad uninstall of a third-party media player, or when an antivirus quarantines part of WMP. The registry key holds a flag that says "a remote player exists," and if that flag gets stuck, you'll get this error every time.

I'm only recommending this after the first two fixes fail, because editing the registry is risky. Back up first.

Fix: delete the stale remote player registry key

  1. Press Win + R, type regedit, and hit Enter.
  2. Click File and then Export to back up the whole registry. Save it somewhere safe.
  3. Navigate to this path:
HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player
  1. On the right side, look for a value named RemotePlayer. If it exists, right-click it and choose Delete.
  2. Close Regedit and restart the app that triggered the error.

If you don't see RemotePlayer, look under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\Player. Same deal — delete the value if it's there.

Quick Reference Summary

Cause Symptom Fix
Stuck wmplayer.exe Error appears when launching app, but no WMP window is visible Kill wmplayer.exe and wmpnetwk.exe in Task Manager
Network Sharing Service hung Error after sleep/wake or on network drives Restart Windows Media Player Network Sharing Service
Corrupt registry flag Error persists after restarting everything Delete RemotePlayer value from registry

In my experience, the first fix handles 80% of these cases. If you're still stuck after all three, check for a Windows Update that mentions Media Player — sometimes Microsoft ships a fix for this exact bug.

Related Errors in Server & Cloud
Veeam VM checkpoint restore hanging at 99% 0X8001010C Fix RPC_E_INVALID_CALLDATA (0x8001010C) in Server Apps 0X0000218E Fix Active Directory error 0X0000218E: Single-user mode failed 0X00002191 Fix ERROR_DS_DIFFERENT_REPL_EPOCHS (0X00002191) in AD

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.