Document InformationDisabled feedback Group Policy#11382
Conversation
|
@cdblake1 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
@cdblake1 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit f0dab07: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Adds documentation for the new InformationDisabled feedback Group Policy in the Visual Studio feedback policy article, expanding the set of supported policies administrators can configure.
Changes:
- Adds
InformationDisabledto the supported feedback Group Policy list, including behavior description and minimum Visual Studio version requirement.
| | `SurveysDisabled` | **Controls whether the user receives survey links in Visual Studio:** If enabled, Visual Studio and the Visual Studio Installer don't display any product survey requests or links to surveys to the user. | | ||
| | `ProductFeedbackDisabled` | **Controls whether the user can submit feedback through Visual Studio:** If enabled, Visual Studio and the Visual Studio Installer don't allow users to submit feedback to Microsoft. Examples include, but aren't limited to reporting feedback, submitting suggestions, and providing feedback on features via a thumbs up/down control. | | ||
| | `InformationDisabled` | **Controls whether the user receives informational notifications in Visual Studio:** If enabled, Visual Studio and the Visual Studio Installer don't display informational targeted notifications, such as general announcements or feature notices, to the user. This policy requires Visual Studio 2026 or later. | |
Adds the InformationDisabled policy to the feedback Group Policies table. This machine policy disables informational targeted notifications in Visual Studio 2026 and later, and is read from HKLM\Software\Policies\Microsoft\VisualStudio\Feedback\InformationDisabled. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
f0dab07 to
68b22c7
Compare
|
Learn Build status updates of commit 68b22c7: ✅ Validation status: passed
For more details, please refer to the build report. |
|
I am not sure if these changes were actually implemented. @cdblake1 did you implement these for TN system? If so the text looks great I think so you can sign off |
Adds the new
InformationDisabledfeedback Group Policy to the Configure feedback Group Policies article.This machine policy lets administrators disable informational announcements shown via info bars. It's read from
HKLM\SOFTWARE\Policies\Microsoft\VisualStudio\Feedback\InformationDisabledand applies to Visual Studio 2026 and later. The matching ADMX/ADML entry is added in microsoft/Visual-Studio-Administrative-Templates#186.