Back to TILs

Obtendo key do windows a partir do linux

Date: 2020-10-13Last modified: 2023-03-07

To find your original Windows 10 product key from Linux:

  1. Open the terminal application.
  2. You must run the Linux command as the root user.
  3. Type ‘sudo strings /sys/firmware/acpi/tables/MSDM‘ to print Windows 10 or Windows 8 OEM product key
  4. You can also use the acpidump command to get the same information under Linux.

Let us see all the commands and examples in detail.

strings /sys/firmware/acpi/tables/MSDM 
MSDMU
ACRSYSACRPRDCT
1025
00000-00000-00000-00000-XD4FC

Referências