OLD | NEW |
1 CLASS MACHINE | 1 CLASS MACHINE |
2 | 2 |
3 CATEGORY !!google | 3 CATEGORY !!google |
4 CATEGORY !!googlechrome | 4 CATEGORY !!googlechrome |
5 | 5 |
6 ; Most applications will use a registry key with the naming convention | 6 ; Most applications will use a registry key with the naming convention |
7 ; Software\Policies\CompanyName\ProductName\ComponentName | 7 ; Software\Policies\CompanyName\ProductName\ComponentName |
8 ; | 8 ; |
9 ; For example: Software\Policies\Microsoft\Windows\Printing | 9 ; For example: Software\Policies\Microsoft\Windows\Printing |
10 | 10 |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 END POLICY | 160 END POLICY |
161 | 161 |
162 POLICY !!ExtensionInstallBlacklist | 162 POLICY !!ExtensionInstallBlacklist |
163 #if version >= 4 | 163 #if version >= 4 |
164 SUPPORTED !!SUPPORTED_WINXPSP2 | 164 SUPPORTED !!SUPPORTED_WINXPSP2 |
165 #endif | 165 #endif |
166 EXPLAIN !!ExtensionInstallBlacklist_Explain | 166 EXPLAIN !!ExtensionInstallBlacklist_Explain |
167 KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallBlacklist" | 167 KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallBlacklist" |
168 | 168 |
169 PART !!ExtensionInstallBlacklistDesc LISTBOX | 169 PART !!ExtensionInstallBlacklistDesc LISTBOX |
170 VALUEPREFIX " " | 170 VALUEPREFIX "" |
171 END PART | 171 END PART |
172 END POLICY | 172 END POLICY |
173 | 173 |
174 POLICY !!ExtensionInstallWhitelist | 174 POLICY !!ExtensionInstallWhitelist |
175 #if version >= 4 | 175 #if version >= 4 |
176 SUPPORTED !!SUPPORTED_WINXPSP2 | 176 SUPPORTED !!SUPPORTED_WINXPSP2 |
177 #endif | 177 #endif |
178 EXPLAIN !!ExtensionInstallWhitelist_Explain | 178 EXPLAIN !!ExtensionInstallWhitelist_Explain |
179 KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallWhitelist" | 179 KEYNAME "Software\Policies\Google\Chrome\ExtensionInstallWhitelist" |
180 | 180 |
181 PART !!ExtensionInstallWhitelistDesc LISTBOX | 181 PART !!ExtensionInstallWhitelistDesc LISTBOX |
182 VALUEPREFIX " " | 182 VALUEPREFIX "" |
183 END PART | 183 END PART |
184 END POLICY | 184 END POLICY |
185 | 185 |
186 END CATEGORY | 186 END CATEGORY |
187 END CATEGORY | 187 END CATEGORY |
188 | 188 |
189 [Strings] | 189 [Strings] |
190 SUPPORTED_WINXPSP2="At least Microsoft Windows XP SP2" | 190 SUPPORTED_WINXPSP2="At least Microsoft Windows XP SP2" |
191 google="Google" | 191 google="Google" |
192 googlechrome="Google Chrome" | 192 googlechrome="Google Chrome" |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 If you enable this setting, users can have Google Chrome memorize passwords and
provide them automatically the next time you log into a site.\n\n\ | 258 If you enable this setting, users can have Google Chrome memorize passwords and
provide them automatically the next time you log into a site.\n\n\ |
259 If you disable this setting, users are not able to save passwords or use already
saved passwords.\n\n\ | 259 If you disable this setting, users are not able to save passwords or use already
saved passwords.\n\n\ |
260 If you enable or disable this setting, users cannot change or override this sett
ing in Google Chrome." | 260 If you enable or disable this setting, users cannot change or override this sett
ing in Google Chrome." |
261 DisabledPlugins="Specify a list of plugins that are disabled" | 261 DisabledPlugins="Specify a list of plugins that are disabled" |
262 DisabledPlugins_Explain="Specifies a list of plugins that are disabled in Google
Chrome and prevents users from changing this setting. The value is a comma-sepa
rated list of the names of plugins to be disabled.\n\n\ | 262 DisabledPlugins_Explain="Specifies a list of plugins that are disabled in Google
Chrome and prevents users from changing this setting. The value is a comma-sepa
rated list of the names of plugins to be disabled.\n\n\ |
263 If you enable this setting, the specified list of plugins is never used in Googl
e Chrome. The plugins are marked as disabled in 'about:plugins' and users are no
t able to enable them." | 263 If you enable this setting, the specified list of plugins is never used in Googl
e Chrome. The plugins are marked as disabled in 'about:plugins' and users are no
t able to enable them." |
264 DisabledPluginsList="Comma-separated list of disabled plugins:" | 264 DisabledPluginsList="Comma-separated list of disabled plugins:" |
265 Sync="Disallow synchronization of data with Google" | 265 Sync="Disallow synchronization of data with Google" |
266 Sync_Explain="Disallows data synchronization in Google Chrome using Google-hoste
d synchronization services and prevents users from changing this setting.\n\n\ | 266 Sync_Explain="Disallows data synchronization in Google Chrome using Google-hoste
d synchronization services and prevents users from changing this setting.\n\n\ |
267 If you enable this setting, users cannot change or override this setting in Goog
le Chrome." | 267 If you enable this setting, users cannot change or override this setting in Goog
le Chrome." |
OLD | NEW |