Monthly Archives: March 2018


Program Update – Klepsydra goes to v1.2

Klepsydra is a desktop countdown timer with sound alarm, now at v1.2 got:

  • Add pause and resume functionality
  • Change button captions to graphic, and make captions as tooltips
  • Add window minimize button
  • Seven-segment font for countdown
  • Fix sometimes no-sound playing bug

As its predecessor, the new features also uses native WinAPI calls and avoid any extra libraries and OCX dependencies.

For more info, updates and downloads see at the Project’s Home Page.


Windows shortcuts: Remove arrow & Make extension visible

Shortcuts at MS Windows look like the Unix symbolic links, but it’s not. Shortcuts are files containing info to open or execute a resource on the disk (program, file, folder etc.), instead of symbolic links which are references on the file system.

Make extension visible

By default the shortcut’s extensions are hidden, even if you select to view and the known file extensions. To make them visible, you can open the registry editor, go to the key HKEY_CLASSES_ROOT\lnkfile and delete the string value NeverShowExt.

Remove arrow

If you like to remove the shortcut arrow of yours shurtcuts at the desktop or windows explorer, open the registry editor, go to the key HKEY_CLASSES_ROOT\lnkfile and delete the string value IsShortcut.

Apply

To apply the previous changes, you must restart your sustem, or logout (no fast switch) and re-login your user account.