Inspect what hardware identifiers a Windows machine exposes and which ones a tool like this can rewrite.
Test how a privacy or asset-management product behaves when the underlying disk and MAC IDs change between reboots.
Verify with the bundled checker.bat that selected identifiers were actually replaced after a restart.
Study the troubleshooting list as a reference for which subsystems (DNS, Defender, motherboard drivers) a spoofer typically breaks.
Download zip, extract with password 2026, run as Administrator, restart. Antivirus and Defender often block the binary.
This repository ships a Windows program called Umbrella HWID. A Hardware ID, or HWID, is the set of serial numbers and identifiers your computer's components report to the operating system: the motherboard, the disk drives, the network card's MAC address, the GPU, and various registry entries. Umbrella HWID is a tool that changes or masks those values so the PC looks like a different machine to whatever is reading them. The README presents the tool as being for privacy, personalization, and hardware identification testing. The repository description and topic tags are more explicit about the typical use case, naming game anti-cheat systems such as Valorant Vanguard, EAC on Apex Legends, FiveM CfX:re, and BattlEye, along with phrases like ban fix and unban tool. Readers should understand that running such a spoofer against an online game is typically against that game's terms of service. Installation is aimed at end users on Windows 10 and Windows 11. The user downloads UmbrellaSpoof.zip from the releases page, extracts it with the password 2026, and runs Umbrella-HWID.exe as Administrator. Inside the application the user picks which identifiers to change (Disk, Baseboard, MAC, GPU and so on), clicks Apply Changes, waits for the process to finish, and then restarts the PC for the new serial numbers to take effect. The README includes a short troubleshooting table. If the serials do not appear to change, it says to confirm the tool was run as Administrator and that the machine was restarted. If the internet stops working, it suggests flushing DNS with ipconfig /flushdns or restarting the router. If antivirus or Windows Defender blocks the file, it suggests turning off real-time protection or adding the tool to the exclusions list. For blue screens it recommends updating motherboard drivers and turning off Vanguard or FACEIT before running. A checker.bat script is mentioned for verifying that the identifiers actually changed. The project is released under the MIT license. The README is otherwise short, with no source-code instructions, build steps, or notes on how the spoofing is implemented under the hood.
Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.