Skip to content

Instantly share code, notes, and snippets.

@mister2d
Created September 1, 2022 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mister2d/cbecb1e21cc3c04818c44525147337ff to your computer and use it in GitHub Desktop.
Save mister2d/cbecb1e21cc3c04818c44525147337ff to your computer and use it in GitHub Desktop.
Print Windows Activation key from with Linux
#!/bin/bash
strings /sys/firmware/acpi/tables/MSDM | tail -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment