app window restore from system tray

Allows you to restore an application from the system tray.


Example

Running this code will open the application window of "Pageant (PuTTY authentication agent)" which was previously minimized in the system tray.

From this:

To this:

This window is opened after the code.

plugin command("Desktop Automation.dll", "app window restore from system tray", "Pageant (PuTTY authentication agent)", "False")

Was this helpful?