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

我最擅长从零开始创造世界,所以从来不怕失败,它最多也就让我一无所有。
原文地址:https://www.cnblogs.com/flying_bat/p/2890771.html