From c979939ad052bde1ce482a465968dda898cbabc8 Mon Sep 17 00:00:00 2001 From: mijian1988 Date: Mon, 23 Sep 2019 00:55:33 +0800 Subject: [PATCH] MJ : tools for flash works in broser. --- flash.reg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 flash.reg diff --git a/flash.reg b/flash.reg new file mode 100755 index 0000000..239f1c3 --- /dev/null +++ b/flash.reg @@ -0,0 +1,9 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome] +"AllowOutdatedPlugins"=dword:00000001 +"RunAllFlashInAllowMode"=dword:00000001 +"DefaultPluginsSetting"=dword:00000001 +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\PluginsAllowedForUrls] +"1"="https://*" +"2"="http://*" \ No newline at end of file