Just a quick post to save these links. Will maybe give it a try and update later.
Post on the feature #
Balancing User Updates with Security Best Practices
The settings documentation for this feature: #
Configure policies for enterprise deployments of Visual Studio
Example #
Example of setting the registry keys using the PSADT Function: Set-ADTRegistryKey
Set-ADTRegistryKey -Key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\Setup" -Name 'AllowStandardUserControl' -Value 2 -Type DWord
Set-ADTRegistryKey -Key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\Setup" -Name 'AdministratorUpdatesEnabled' -Value 2 -Type DWord
Set-ADTRegistryKey -Key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\Setup" -Name 'AdministratorUpdatesNotifications' -Value 1 -Type DWord