google chrome - How to enable npapi plugin by registry or configuration file? -


in chrome version 42.0.2311.90 m, npapi support has been disabled default in chrome. there way re-enable via registry or configuration file?

screenshot of enabling npapi manually

modify /create reg_sz (string value) key:

hkey_local_machine\software\policies\google\chrome\enabledplugins\1

with value of “java”

[if 1 exists, use 2, etc.]

unfortunately can't post images yet, under enabledplugins, should have (default) key. add exceptions so:

name...........type..........data  (default)......reg_sz........(value not set)  1..............reg_sz........java  2..............reg_sz........silverlight  etc... 

the # name doesn't matter far program associated (silverlight can 1, java 2, e.g.)


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

java - POJO with list of POJO to JSON display size and index -

objective c - Deep Linking for iOS Apps which are not installed yet? -