Urgent.News

the world's headlines, one feed

Editions

Tech

Deletes all instances of Microsoft's GDID and prevents minting of new ones

The provided repository contains research and practical guidance on Microsoft's Global Device Identifier (GDID), a server-assigned installation identifier used by Windows even with local accounts. The key tool, degdid.ps1, focuses on removing existing GDID state from local stores while continuously blocking the DeviceAdd path, aiming to prevent the minting of new GDIDs on supported Windows targets.

This process is not intended for general privacy or legal suppression but rather as a protective measure for specific environments. The tool is designed for unmanaged personal Windows installations with a single user profile, currently validated on Windows 11 version 25H2/build 26200. It does not address historical records or unrelated telemetry and is licensed under the MIT License, provided "as-is" without warranty.

Written by urgent.news from Hacker News's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at github.com →

More in Tech

Pattern Recognition: The Matrix Mindset for Top Coders

The Quest Begins (The "Why") I was staring at a pull request that felt like a boss level in a retro arcade game—except there were no extra lives.

  • Overwhelmed coder struggles with convoluted pull request code resembling a retro arcade game
  • Extraction of common handler shape leads to more readable, maintainable codebase