kruizer23 / hotframefx

HotFrameFx is a system tray utility for configuring hot corner and edge actions.
https://kruizer23.github.io/hotframefx/
GNU General Public License v3.0
17 stars 1 forks source link

Registry entry needs to be surrounded by double-quotes #1

Closed kruizer23 closed 1 year ago

kruizer23 commented 1 year ago

This applies to the Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\HotFrameFx entry.

It currently stores the full path to the executable. If this one contains a space, the application fails to autostart. Instead, Windows popup a dialog about "How do you want to start this program".

The solution is to enclose the full path to the executable with double-quotes.