Differences
This shows you the differences between the selected revisions of the page.
| 2018-01-29 | 2018-10-12 | ||
| default automatic updates check period (martin) | DefaultCollectUsage (martin) | ||
| Line 9: | Line 9: | ||
| * Force [[ui_authenticate#authentication_banner|authentication banners]] being shown. | * Force [[ui_authenticate#authentication_banner|authentication banners]] being shown. | ||
| * Set [[ui_pref_updates|default automatic updates check period]]. | * Set [[ui_pref_updates|default automatic updates check period]]. | ||
| + | * Set [[ui_pref_updates|default for allowing collection of usage statistics]]. | ||
| + | · | ||
| These restrictions are configured via "local machine" registry root key (modifiable only by system administrators). Example of corresponding registry export follows: | These restrictions are configured via "local machine" registry root key (modifiable only by system administrators). Example of corresponding registry export follows: | ||
| Line 19: | Line 20: | ||
| "ForceBanners"=dword:00000001 | "ForceBanners"=dword:00000001 | ||
| "DefaultUpdatesPeriod"=dword:00000000 | "DefaultUpdatesPeriod"=dword:00000000 | ||
| + | "DefaultCollectUsage"=dword:00000001 | ||
| </code> | </code> | ||