I have a laptop that came pre-installed with Windows 10 and Office 2016. The OS for some reason is essentially unbootable now. I am going to replace the spinning HDD with an SSD as the laptop has always been REALLY slow.
I was able to retreive the Windows 10 product key with the following procedure:
Thanks.
I was able to retreive the Windows 10 product key with the following procedure:
I am wondering if there is a similar method to retrieve my Office 2016 product key from the messed up HDD.sudo apt install chntpw
To look into the relevant registry file mount the Windows disk and open it like so:
chntpw -e /path/to/windisk/Windows/System32/config/SOFTWARE
Now to get the decoded DigitalProductId enter this command:
dpi \Microsoft\Windows NT\CurrentVersion\DigitalProductId
Thanks.