Deploying / settings default user settings

  • Thread starter Thread starter namezero111111
  • Start date Start date
N

namezero111111

Guest
Dear folks,



we are trying to use an offline install to silently deploy Visual Studio 2019, and so far we have been able to get it to install and it works well.

However, we are trying to deploy some default user settings (or system-wide settings), mainly:

  • Default environment (C++/C#...)


  • Disabling of all updates

Executing

"vsregedit.exe" set "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional" HKLM ExtensionManager AutomaticallyCheckForUpdates2Override dword 0

disables only the per-user updates for the current user.

We want to administratively disable all updates for all users, including new ones.

1431540.png

1431541.png


The reference for controlling updates didn't help here.



  • Disabling of first start / sign in wizard
    1431537.png

Here, we have not found any information on how to disable this the first time.



Any help is appreciated. Thanks!

Continue reading...
 
Back
Top