Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. # Scenario -
  2. # Installed linux over windows without noting the key
  3. # Want to re-install windows (to sell computer )
  4. # Can retrieve the windows key thus -
  5.  
  6. sudo hexdump -s 56 -e '"MSDM key: " /29 "%s\n"' /sys/firmware/acpi/tables/MSDM
  7.  
  8. # Output - > MSDM key: .....-.....-.....-.....-.....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement