"Identity is a fluid concept."
A secure, hand-crafted tool to securely reset your Windows MachineGuid.
This is a lightweight utility designed to reset the MachineGuid key in the Windows Registry (HKLM\SOFTWARE\Microsoft\Cryptography). It features a custom Retro Terminal UI that mimics old-school hacking tools.
Why use this?
- 🛡️ Secure: strictly checks for Administrator privileges before doing anything.
- ⚡ Fast: Written in pure Rust. zero lag.
- 📦 Portable: Statically linked. Runs on ANY Windows PC without installation or dependencies.
- 🎨 Stylish: Phosphor Green on Black aesthetic. No boring white windows.
- Download the latest
.exefrom the Releases page. - Right-Click the app and select "Run as Administrator".
- Note: The app will block access if you don't run it as Admin.
- Click the [ CLICK TO RESET ] button.
- Your Machine GUID is now verified and spoofed to a new random UUID.
You can build this tool yourself to verify its safety.
# Clone the repo
git clone https://github.com/yourusername/win_guid_reset.git
cd win_guid_reset
# Build independent release (static linking)
cargo build --releaseThe binary will be located at target/release/win_guid_reset.exe.
This tool modifies the Windows Registry. While safe, it is always recommended to:
- Know what you are doing.
- Use at your own risk.
Hackers welcome.
We want to make this the coolest looking utility on GitHub.
- Designers: Send PRs for cooler UI layouts!
- Coders: Optimize the registry logic or add new features.
MIT License. Hand-written with <3 in Rust.