天天看点

彻底删除Windows Media Player

Windows XP下面Windows Media Player默认是安装的,由于非正版无法升级,因此存在一些安全隐患,可以手动删除。方法如下,执行以下代码即可。

del C:\Program Files\Windows Media Player\*.* /s /f /a /q

del C:\WINDOWS\system32\dllcache\custsat.dll

del C:\WINDOWS\system32\dllcache\migrate.exe

del C:\WINDOWS\system32\dllcache\mplayer2.exe

del C:\WINDOWS\system32\dllcache\mpvis.dll

del C:\WINDOWS\system32\dllcache\npdrmv2.dll

del C:\WINDOWS\system32\dllcache\npdsplay.dll

del C:\WINDOWS\system32\dllcache\npwmsdrm.dll

del C:\WINDOWS\system32\dllcache\setup_wm.exe

del C:\WINDOWS\system32\dllcache\wmpband.dll

del C:\WINDOWS\system32\dllcache\wmplayer.exe

del C:\WINDOWS\system32\dllcache\wmpns.dll

 本文转自 simeon2005 51CTO博客,原文链接:http://blog.51cto.com/simeon/394588

继续阅读