Comment on page
Windows Registry
You can use either the
HKEY_LOCAL_MACHINE
or HKEY_CURRENT_USER
hive to configure the extension install force list.Copy the following:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist
Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist
Provide the following value:
Name | Type | Data |
1 | REG_SZ | mpjjildhmpddojocokjkgmlkkkfjnepo |
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist
Computer\HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist
Provide the following value, note the inclusion of the
;
followed by the Chrome Web Store update URL:Name | Type | Data |
1 | REG_SZ | mpjjildhmpddojocokjkgmlkkkfjnepo;https://clients2.google.com/service/update2/crx |
Last modified 28d ago