Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Telemetry for Microsoft's Accessibility Insights for Windows #341

Open
ElektroStudios opened this issue Apr 12, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ElektroStudios
Copy link

ElektroStudios commented Apr 12, 2024

Note: this is a suggestion / feature-request of a new script. I don't provide the script.

What's Accessibility Insights for Windows?

Accessibility Insights for Windows helps developers find and fix accessibility issues in Windows apps. The tool supports three primary scenarios:

Live Inspect (UI inspector)
FastPass
Troubleshooting 
  • See the Overview article for more info.

Operating system

Windows

Category

Configure Programs

Name

Disable Accessibility Insights Telemetry

What I propose (Category + Name) it is very similar to this:

WinSnap 02

How Telemetry is configured

The Telemetry can be opted-in/opted-out in the application settings:

WinSnap 03

Changing the value it does not perform registry changes. It is configured in the following JSON file:

C:\Users\Administrador\AppData\Local\AccessibilityInsights\V1\Configurations\Configuration.json

This is the JSON property and value (true or false):

"EnableTelemetry": false

Here I attach the full JSON file content if you want to test without installing the Accessibility Insights application:

💾 Configuration.json

Code

A code that finds and manipulates the JSON file to disable Telemetry (i.e., set the value for EnableTelemetry to false).

Recommendation level

STANDARD (non-breaking)

Documentation/References

Official websites:

From the article: Accessibility Insights and Telemetry

When you opt into telemetry, Accessibility Insights collects telemetry data, which we share back to the community, to have a better understanding on what accessibility issues are more common and how users are leveraging the tool to improve the overall accessibility of their websites and Windows applications.

By opting into telemetry, you help develop inclusive software and improve the existing tools. This data gives you a voice in the community and in the development of Accessibility Insights, and can influence the focus of the accessibility tools and the standards community to improve guidelines, rules engines, and features.

Accessibility Insights will share, via a blog post, regular reports on any trends observed, with the goal of bringing more clarity to the accessibility space for everyone.

While we appreciate the telemetry insight as it's very valuable, we also know and respect that not everyone wants to share this data, so we ask for your permission every time you install our tools in a new device and offer the ability to disable telemetry in the settings:

Learn how to disable telemetry in Accessibility Insights for Windows

From: Readme.md

Data/Telemetry

By opting into telemetry, you help the community develop inclusive software. We collect anonymized data to identify the top accessibility issues found by users. This will help focus the accessibility tools and standards community to improve guidelines, rules engines, and features.

This project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more.

@ElektroStudios ElektroStudios added the enhancement New feature or request label Apr 12, 2024
@undergroundwires undergroundwires added this to the 0.14.0 milestone Apr 15, 2024
@undergroundwires
Copy link
Owner

Great issue @ElektroStudios, thank you. They will will be added in a feature release, along with #254 which will include a generic function to modify JSON files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants