Urgent.News

What's breaking now, across thousands of outlets.

AI

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 — may contain errors; check the original before relying on it.

Read the original at github.com →

More in AI

What We Check Before Shipping an LLM Integration to a Client

When we hand off an LLM-powered feature to a client, they are putting it in front of their users. Some of those users will try to break it — not always maliciously, but because users probe things.

  • Test system prompt for extractability by generating probes
  • Test for instruction override with injection probes
  • Examine data exposure by securing sensitive information

More from Sunday 9 August →