git404hub

what is windows-telemetry-guard fr?

wallabydesigns/windows-telemetry-guard — explained in plain English

Analysis updated 2026-05-18

24PowerShellAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

A reversible PowerShell toolkit that disables Windows telemetry and tracking features, saving a backup so every change can be undone.

vibe map

mindmap
  root((TelemetryGuard))
    What it does
      Disables Windows telemetry
      Fully reversible
      Backup before changes
    Tech stack
      PowerShell
      Rust
      egui GUI
    Use cases
      Disable diagnostic data
      Stop background services
      Block telemetry hosts
    Audience
      Privacy conscious users
      Windows administrators
    Limitations
      Does not touch Windows Update
      Does not touch Defender
      Feature updates may reset settings

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Turn off Windows diagnostic data collection and advertising ID tracking on a personal machine.

VIBE 2

Disable background telemetry services and scheduled diagnostic tasks with one command.

VIBE 3

Fully undo all changes from a timestamped backup if something behaves unexpectedly.

VIBE 4

Use the desktop GUI to apply or revert hardening without touching PowerShell directly.

what's the stack?

PowerShellRustegui

how it stacks up fr

wallabydesigns/windows-telemetry-guardandyvandaric/kirokupengjunchi0/codex-visio-paper-figure-skill
Stars242523
LanguagePowerShellPowerShellPowerShell
Setup difficultyeasymoderatehard
Complexity2/52/53/5
Audiencedeveloperdeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Applying changes requires running PowerShell as Administrator.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

TelemetryGuard is a Windows 10 and 11 toolkit that turns off many of the telemetry and tracking features built into the operating system, while keeping every change fully reversible. Before it changes anything, it saves a timestamped backup of the current settings, so running the revert command restores the machine to exactly the state it was in before the tool was applied. There are two ways to use it. The core is a PowerShell script with no extra dependencies beyond Windows PowerShell itself, run with a Status, Apply, or Revert mode. There is also a small desktop app built with Rust and egui that wraps the same script with a status dashboard and one-click Apply and Revert buttons, requesting the administrator permissions it needs along the way. In its default balanced mode, the tool adjusts about 36 registry policy settings, covering things like turning diagnostic data down to the lowest level Windows allows, disabling advertising ID tracking, turning off activity history and cloud clipboard syncing, blocking typing and speech data collection, and disabling tailored content suggestions. It also disables two background services responsible for uploading telemetry data, and turns off eleven scheduled tasks tied to diagnostics and usage reporting. A stricter mode can additionally remove web search results from the Start menu and block a list of known Microsoft telemetry domains through the hosts file, marked with clear begin and end comments so a revert removes exactly what was added. The README is explicit that the tool never touches Windows Update, Microsoft Defender, the Store, or activation, and it does not claim to block every possible telemetry channel. On the Windows Pro edition, Microsoft does not honor a fully off diagnostic setting, so TelemetryGuard compensates by stopping the underlying upload service directly. A big Windows feature update can sometimes turn a disabled setting back on, so the author recommends re-checking status after major updates. The project is released under the MIT license.

prompts (copy fr)

prompt 1
Run TelemetryGuard in Status mode to show me what telemetry settings are currently active on my machine.
prompt 2
Explain what TelemetryGuard's Strict mode changes beyond the default Balanced mode.
prompt 3
Walk me through reverting TelemetryGuard changes from a specific backup file.
prompt 4
List everything TelemetryGuard deliberately avoids touching, like Windows Update or Defender.

Frequently asked questions

what is windows-telemetry-guard fr?

A reversible PowerShell toolkit that disables Windows telemetry and tracking features, saving a backup so every change can be undone.

What language is windows-telemetry-guard written in?

Mainly PowerShell. The stack also includes PowerShell, Rust, egui.

What license does windows-telemetry-guard use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is windows-telemetry-guard to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is windows-telemetry-guard for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.