On 15 Dic, 12:33, PhistucK <
phist...@gmail.com> wrote:
> But why did you use "DisabledPluginsList"? there is nothing that documents
> this name anywhere.
>
> I think it should look like this -
> [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
> "RestoreOnStartup"=dword:00000000
> "Homepage"=dword:00000001
> "HomepageIsNewTabPage"=dword:00000000
> "HomepageLocation"="
http://intra.......it"
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\DisabledPlugins]
> "1"="Chrome PDF Viewer"
I don't know, this is a screenshot of my GPO editor snap-in:
http://goo.gl/eI2FJ
and this is the relevant part of my chrome.adm template:
POLICY !!DisabledPlugins
#if version >= 4
SUPPORTED !!SUPPORTED_WINXPSP2
#endif
EXPLAIN !!DisabledPlugins_Explain
VALUENAME "DisabledPlugins"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
PART !!DisabledPluginsList EDITTEXT
VALUENAME "DisabledPluginsList"
END PART
END POLICY