Tag Archives: winpe

Windows: Inject Process Monitor in an existing Windows installation by Windows PE

Hi,

for debugging purposes it’s sometimes necessary to enable the boot logging feature of sysinternals procmon.

Continue reading Windows: Inject Process Monitor in an existing Windows installation by Windows PE

Advertisment to support michlstechblog.info

Windows: Read Bitlocker encrypted drive in Windows PE

Hi,

in WinPE it is possible to read bitlocker encrypted drives.

Check state
manage-bde -status c:

If the drive is only protected by a password use
manage-bde -unlock c: -pw
Continue reading Windows: Read Bitlocker encrypted drive in Windows PE