I am trying to write a simple PS script that implements some basic windows keyboard shortcuts. For example, pressing (WINDOWSKEY)+(UP) should maximize the currently active window.
I can't find any information on how to send the windows key as input. (CTRL)+(ESC) does not work. How can I test simple windows keyboard shortcuts that require pressing the windows key?