Created
September 13, 2018 18:42
-
-
Save florianroulet/56e198fb25683cf3691431b6bc79fe75 to your computer and use it in GitHub Desktop.
how to retreive windows licence under linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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