Skip to content

Commit a75feda

Browse files
authored
Merge pull request #2136 from TerryGLee/tglee-vsinstall
[install] add a "Specify customer feedback settings" section to the Admin Guide
2 parents f1a834a + db394c8 commit a75feda

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/install/visual-studio-administrator-guide.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@ We have several tools available to help you [detect and manage installed Visual
5151
> [!TIP]
5252
> In addition to the documentation in the administrator guide, a good source of information on Visual Studio 2017 setup is [Heath Stewart's blog](https://blogs.msdn.microsoft.com/heaths/tag/vs2017/).
5353
54+
## Specify customer feedback settings
55+
56+
By default, the Visual Studio installation enables customer feedback. When you enable Group Policy, you can configure Visual Studio to disable customer feedback on individual computers. To do so, set a registry-based policy on the following key:
57+
58+
**HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\VisualStudio\SQM**
59+
60+
Entry = **OptIn**
61+
62+
Value = (DWORD)
63+
* **0** is opted out
64+
* **1** is opted in
65+
66+
For more information about customer feedback settings, see the [Visual Studio Customer Experience Improvement Program](../ide/visual-studio-experience-improvement-program.md) page.
67+
5468
## Get support
5569

5670
Sometimes, things can go wrong. If your Visual Studio installation fails, see the [Troubleshooting Visual Studio 2017 installation and upgrade issues](troubleshooting-installation-issues.md) page. If none of the troubleshooting steps help, you can contact us by live chat for installation assistance (English only). For details, see the [Visual Studio support page](https://www.visualstudio.com/vs/support/#talktous).

0 commit comments

Comments
 (0)