Hi there,
Is it possible to restore or maximize the window of program B whenever the program A window session is closed?
You'd need a scripted function for that. Could you tell me what the window title is of program B, and the process name for program A?
I don't have a specific example, but if you can create a template for me to use, I should be able to get it working on my end.
Ok, here's an example that either restores or maximizes Notepad when Paint closes. The scripted function will maximize Notepad if it's currently restored, and will restore it if it's currently maximized. The Trigger rule calls the scripted function when it sees that mspaint.exe has terminated.
Hope that helps!
TriggerRule.png