Thank you for considering contributing to Disable-Windows-Telemetry-Data-Collection!
We welcome pull requests, issue reports, and feature suggestions.
- Fork the repository
- Create a new branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m "Added new feature") - Push to your branch (
git push origin feature/new-feature) - Open a Pull Request
- Follow PowerShell best practices
- Keep scripts idempotent (safe to run multiple times)
- Use comments to explain registry keys and services being modified
- Test changes on a virtual machine before submitting
- Use
PascalCasefor functions - Use
camelCasefor variables - Always include inline comments for registry and service edits
This repository is about privacy and OPSEC.
Please do not submit code that introduces tracking, telemetry, or external dependencies.