You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 recently added the feature to change the default terminal, this causes an issue with the app using the default terminal rather than conhost on startup. Which leaves the following window open when I log in:
I worked around this by creating a custom shortcut that points to conhost and passes the exe path as an argument:
(Target: C:\Windows\System32\conhost.exe "C:\Program Files\Hassium\hassium.exe")
Then I changed the run regedit value to "C:\Program Files\Hassium\Hassium.lnk"
It would be great if something like this were done in the installer.
The text was updated successfully, but these errors were encountered:
Windows 10 recently added the feature to change the default terminal, this causes an issue with the app using the default terminal rather than conhost on startup. Which leaves the following window open when I log in:
I worked around this by creating a custom shortcut that points to conhost and passes the exe path as an argument:
(Target: C:\Windows\System32\conhost.exe "C:\Program Files\Hassium\hassium.exe")
Then I changed the run regedit value to "C:\Program Files\Hassium\Hassium.lnk"
It would be great if something like this were done in the installer.
The text was updated successfully, but these errors were encountered: