Bitlocker .tpm file
This text can be used to create a recoveryfile for TPM. Recovery password is in most cases backuped to Active directory.
The password hash is what you should change.
Save it as “filname.tpm”.
<?xml version="1.0" encoding="UTF-8"?>
<!--
File for TPM recovery.
-->
<tpmOwnerData version="1.0" softwareAuthor="Microsoft Windows [Version 6.1.7600]" creationDate="" creationUser="domain\user" machineName="MachineName">
<tpmInfo manufacturerId="1229346816"/>
<ownerAuth>PasswordHash</ownerAuth>
</tpmOwnerData>
July 20th, 2010 in
Misc