Wednesday, October 17, 2018

October 2018 Windows Update - BSOD "WDF_VIOLATION" Resolution

Boot into Recovery mode and then choose Command Prompt. Type the below commands
D:
CD Windows\System32\Drivers
Rename hpqkbfiltr.sys hpqkbfiltr.old

Thursday, August 2, 2018

Fixing The Bitlocker Recovery Key Required Every Time


Login to Windows as an administrator
Suspend BitLocker using the following cmdlet:

Suspend-bitlocker -MountPoint “C:” -RebootCount 0

Launch, tpm.msc and Clear the TPM Chip.


Restart the computer as instructed
Approve the TPM reset action – the notification is provided by the BIOS:


 Login to Windows as an administrator, and the following prompt will appear informing you of the TPM reset:


Re-enable BitLocker protection using the following cmdlet:

Resume-BitLocker -MountPoint “C:” -Confirm