How to use JumpFolder to create multiple “start menus”

Even after Microsoft abandoned the stupid idea of the Windows 8 start screen and gave us back the start menu in Windows 10 there is still a lot to desire. Of course you can replace the the start menu with a tool like Open Shell (formerly known as Classic Shell) which improves it quite a … Continue reading How to use JumpFolder to create multiple “start menus”

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