I needed assistance here!!!
below code maximize Folder named "Tasks" if it exists, else open it.
How should I achieve the same result with a specific chrome profile?
^Numpad1::
IfWinExist, tasks
WinMaximize, tasks
Else
Run, E:\zzz\tasks
return
Thanks!!