hudeya 发表于 2018-6-27 11:30:12

彻底删除Windows Media Player-simeon技术专栏

  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
页: [1]
查看完整版本: 彻底删除Windows Media Player-simeon技术专栏