Blocking the Windows Screen Saver in Delphi

Sometimes your program needs to block the screen saver from automatically kicking in. My use case was that the program was recording data and whenever the screen saver was active, the data was lost (No idea why, it probably had something to do with the way HID is implemented in Windows.) So I was looking … Continue reading Blocking the Windows Screen Saver in Delphi

Deleting unwanted entries from the “New” submenu of Windows Explorer

Microsoft Office has the annoying habit of adding itself to various places in the Windows user interface. One of them is the popup menu of the Windows Explorer. It adds one entry for each of the installed programs to the "New" submenu. Have you ever used them? I have only used that submenu for creating … Continue reading Deleting unwanted entries from the “New” submenu of Windows Explorer

VirtualBox and Windows 8.1: This 64-bit application couldn’t load because your PC doesn’t have a 64-bit processor

I just moved a Windows 8.1 installation in Virtual Box from one computer to another. When booting up, Windows told me: This 64-bit application couldn't load because your PC doesn't have a 64-bit processor The host computer is an Intel Xeon CPU which definitely is a 64 bit CPU (the previous computer was an older … Continue reading VirtualBox and Windows 8.1: This 64-bit application couldn’t load because your PC doesn’t have a 64-bit processor

Adding a Windows 8.1 computer to a SAMBA domain

Note to self: If adding a Windows 8.1 computer to a SAMBA domain fails with the error "The specified domain either does not exist or could not be contacted" the following changes to the Registry might help: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanWorkstation\Parameters] ; Enable NT-Domain compatibility mode ; Default: ; [value not present] ; … Continue reading Adding a Windows 8.1 computer to a SAMBA domain