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:
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.
The reference for controlling updates didn't help here.
Here, we have not found any information on how to disable this the first time.
Any help is appreciated. Thanks!
Continue reading...
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.
The reference for controlling updates didn't help here.
Here, we have not found any information on how to disable this the first time.
Any help is appreciated. Thanks!
Continue reading...