在水一万 发表于 2015-5-2 11:17:28

Windows Server 2012 + Firefox + Flash = Crash 崩溃的解决方法

  昨天安装好Window Server 2012后,使用Firefox,如果页面有Flash会一直崩溃,查了下,原来从Flash Player 11.4开始,为Vista以上版本的Firefox增加了一项保护模式,限制恶意SWF攻击。
  要禁用此功能,需要在mmc.cfg文件中添加一行



ProtectedMode=0
  mmc.cfg文件位于:



Windows 32bit: C:\windows\system32\macromed\flash
Windows 64bit: C:\windows\syswow64\macromed\flash
  当然你也可以把Flash Player回退到11.4之前http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
Flash Player Uninstaller: http://download.macromedia.com/get/flashplayer/current/support/uninstall_flash_player.exe
页: [1]
查看完整版本: Windows Server 2012 + Firefox + Flash = Crash 崩溃的解决方法