I had the same issue so I wrote a simple batch file to start the GUI after a delay and chucked the batch file in the startup folder. @Echo off Echo Wait 15 Seconds, then start Monitor Switcher GUI TIMEOUT /T 15 START C:\Users\shoal\Downloads\MonitorProfileSwitcher_v0700\MonitorSwitcherGUI.exe You just need to change the path to the directory you keep the exe in.
I had the same issue so I wrote a simple batch file to start the GUI after a delay and chucked the batch file in the startup folder. @Echo off Echo Wait 15 Seconds, then start Monitor Switcher GUI TIMEOUT /T 15 START C:\Users\shoal\Downloads\MonitorProfileSwitcher_v0700\MonitorSwitcherGUI.exe