Add “Open with” for any executable to the Explorer context menu

Many tools optionally add an "Open with [Name of tool]" entry to the context menu of the Windows Explorer. Some others don't, even though it would be useful. Here is how to do it yourself: Open any text editor (Notepad will do) Copy and paste the following text into it: Windows Registry Editor Version 5.00 … Continue reading Add “Open with” for any executable to the Explorer context menu

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