Skip to content

Instantly share code, notes, and snippets.

@jzi96
Last active December 13, 2015 22:28
Show Gist options
  • Save jzi96/4984287 to your computer and use it in GitHub Desktop.
Save jzi96/4984287 to your computer and use it in GitHub Desktop.
Small batch to force media player library to be update. The script was found at: http://devmd.com/r/force-media-player-library-update
net stop WMPNetworkSvc
cd /d "%LOCALAPPDATA%\Microsoft\Media Player"
del *.* /f /q /s
rmdir "Art Cache" /s /q
rmdir "HME" /s /q
net start WMPNetworkSvc
"%ProgramFiles(x86)%\Windows Media Player\Wmpconfig.exe" HMEOn
"%ProgramFiles(x86)%\Windows Media Player\wmplayer.exe" /prefetch:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment