Deploying Google Chrome with Extensions disabled
Gordon Bell
I want to deploy Google Chrome Enterprise but not allow users to add extensions. I know there is an ADMX file where I can disable extension installation, but don't know how to distribute this via PDQ, or even if this is possible. Any ideas would be appreciated.
Gordon
0
Comments
Think I may have done it. Added the following cmd.
%SystemRoot%\System32\REG.exe ADD "HKLM\SOFTWARE\Policies\Google\Chrome\" /v ExtensionInstallBlacklist /t REG_SZ /d * /f
Which seems to have prevented extensions and apps from running.
Thanks anyway