`startMinimized` not work in Windows 11 22H2
Closed this issue · 4 comments
config in capsicain.ini
:
GLOBAL StartMinimized
#start capsicain minimized in the taskbar
GLOBAL StartInTraybar
#start capsicain with a traybar icon instead. Toggle traybar<>taskbar with ESC+T
[CONFIG_1]
#OPTION debug
OPTION configName QwertzJ-KingCon
REWIRE CAPS LWIN
COMBO LWIN [...& ....] > key(CAPS) #[RSHIFT] + [LWIN] = CapsLock.
windows terminal always shows up on startup, if close the window, capsicain exited too.
finally, i figured it out. Just run as administrator
Run as admin should not be necessary. I run it on the same Win10 version without admin, on startup the Window pops up, capsicain initializes, then the Window minimizes.
I notice you're running in the 'special' shell from github. I have that installed, too, but it's not used by default when capsicain starts. I only start it manually. I guess that might be the reason why it won't minimize.
update: don't run as admin, see this instead
https://github.com/cajhin/capsicain/wiki/Installation#windows-11-version-22h2-cannot-minimize-to-tray
update: don't run as admin, see this instead https://github.com/cajhin/capsicain/wiki/Installation#windows-11-version-22h2-cannot-minimize-to-tray
thx👍