Tag Archives: Windows

BitLocker failure resuming from hibernation

This article refers to the HP Folio 12-2000 running Windows 7 with BitLocker.

Resuming the Folio 13 from hibernation will result in BitLocker detecting a change in the system boot information and asking for the recovery key.

Windows BitLocker Drive Encryption Information

The system boot information has changed since BitLocker was enabled.

You must supply a BitLocker recovery password to start this system.

Confirm that the boot changes to this system are authorized.

If the changes to the boot system are trusted, then disable and re-enable BitLocker. This will reset BitLocker to use the new boot information.

Otherwise, restore the system boot information.

ENTER=Continue

I have found a workaround by disabling the “Internal network device boot” option within the BIOS. I informed HP about the issue and the workaround and was told that they had previously received a report of this issue and their engineers are working on a fix that will probably require a BIOS update.

Continue reading

Installing .Net 3.5 on Windows 8

Windows 8 includes .Net 4.5 by default on new installations, but not .Net 3.5 which is required for applications built with versions 2.0, 3.0 and 3.5 of .Net.

Windows 8 has a neat feature that detects if an application requires a version of .Net other than what is installed and will prompt you to install the missing feature on Demand

Continue reading

Sysinternals Update: Process Explorer

On June 6th Windows Sysinternals released version 15.2 of Process Explorer (a Task Manager replacement). The update includes the following:

  • Autoruns functionality that adds a new Autostart Location column and property to the process and DLL views with information of where the image is automatically started or loaded from.
  • .Net stack walking support to the thread stack dialog.
  • Process timeline column showing the process’ lifetime relative to other processes.

For those who don’t know about Sysinternals and/or Process Explorer, here’s a quick description of each:

Sysinternals: Website featuring freeware utilities to manage, diagnose, troubleshoot, and monitor a Microsoft Windows. These are hosted on Microsofts TechNet website.

Process Explorer: System monitoring tool which can be used as a replacement for the built-in Task Manager for Windows. This is what the Task Manager should be.