Skip to content

Instantly share code, notes, and snippets.

@florianroulet
Created September 13, 2018 18:42
Show Gist options
  • Save florianroulet/56e198fb25683cf3691431b6bc79fe75 to your computer and use it in GitHub Desktop.
Save florianroulet/56e198fb25683cf3691431b6bc79fe75 to your computer and use it in GitHub Desktop.
how to retreive windows licence under linux
sudo cat /sys/firmware/acpi/tables/MSDM | tail -c 32 | xargs -0 echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment