gitwtfhub

wtf is go_darker?

mr-r3b00t/go_darker — explained in plain English

Analysis updated 2026-05-18

37PowerShellAudience · ops devopsSetup · moderate

TL;DR

PowerShell scripts to view and control Windows telemetry, browser privacy settings, and Defender antivirus on Windows 11.

Mindmap

mindmap
  root((go_darker))
    What it does
      Windows telemetry control
      Browser privacy settings
      Defender status control
      Read only identifier audit
    Tech stack
      PowerShell
      Windows 11
    Use cases
      Reduce diagnostic data
      Harden browser settings
      Check antivirus protection
    Audience
      Advanced users
      System administrators
    Risks
      Reduced malware protection
      Managed device conflicts
      Lost feature access

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

Why would anyone build with this?

REASON 1

Audit and reduce the diagnostic data Windows 11 sends to Microsoft.

REASON 2

Harden browser privacy settings across Edge, Chrome, Firefox, and Brave from one script.

REASON 3

Check and adjust Microsoft Defender protection settings, including running scans.

REASON 4

Read-only audit of machine and hardware identifiers Windows exposes without changing anything.

What's in the stack?

PowerShellWindows

How it stacks up

mr-r3b00t/go_darkeranduin2017/reimage-windowswpeace-hch/wpegpt-analyzer
Stars373636
LanguagePowerShellPowerShellPowerShell
Last pushed2026-01-02
MaintenanceQuiet
Setup difficultymoderatemoderatehard
Complexity3/54/5
Audienceops devopsdeveloperresearcher

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

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Some options need an elevated PowerShell session, and bulk changes carry real security tradeoffs the README documents in detail.

Wtf does this do

Go Darker is a small collection of PowerShell scripts for Windows 11 that let you see and control how much data your computer sends back to Microsoft, and how private your web browser is. It is aimed at advanced users and system administrators, not casual users, since some of the switches it exposes reduce security protections along with reducing data collection. The toolkit includes four scripts. One manages Windows telemetry and diagnostic data settings, along with related background services and scheduled tasks. Another manages privacy and telemetry settings inside Edge, Chrome, Firefox, and Brave. A third manages Microsoft Defender antivirus, letting you view its protection status, run scans, and toggle its settings, though here turning things off means less protection rather than more privacy. A fourth script only reads and reports the various identifiers Windows exposes about your machine and account, without changing anything. The telemetry and browser tools share a consistent design: a color coded status screen showing what is currently on or off, an interactive menu for toggling individual settings, a read only report mode, and the ability to export the current status to a spreadsheet file. Each script works standalone using nothing but the PowerShell that already comes with Windows 11. The author is upfront that these scripts modify sensitive parts of Windows including the registry, services, and scheduled tasks, and they explicitly recommend testing on a non production machine and creating a backup or restore point before running anything with the bulk change options. The README also documents a long list of specific risks and tradeoffs, such as losing crash reporting, breaking corporate device management, or weakening malware protection if you disable certain security related items. The full README is longer than what was shown.

Yoink these prompts

Prompt 1
Explain what Manage-WindowsTelemetry.ps1 -Report shows and how to read the color coded output.
Prompt 2
Help me understand the risks before running -DisableAll on the telemetry script.
Prompt 3
Show me how to use -UserMode to harden my own account without needing admin rights.
Prompt 4
Walk me through what View-WindowsIdentifiers.ps1 reports and why it is read only.
Prompt 5
Explain the difference in polarity between the telemetry tool and the Defender tool in this repo.

Frequently asked questions

wtf is go_darker?

PowerShell scripts to view and control Windows telemetry, browser privacy settings, and Defender antivirus on Windows 11.

What language is go_darker written in?

Mainly PowerShell. The stack also includes PowerShell, Windows.

How hard is go_darker to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is go_darker for?

Mainly ops devops.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.