Windows command prompt as an administrator

Hi,

Probably a simple solution that I am overlooking, however I am trying to open a Windows command prompt as a administrator.

I tried
DELAY 1000
WINDOWS
STRING cmd
DELAY 1000
RIGHTARROW
DELAY 1000
DOWNARROW
DELAY 1000
ENTER
DELAY 1000
LEFTARROW
DELAY 1000
ENTER

This ends up opening another Windows menu instead of simulating the Windows key press.
Any suggestions? Thanks

This should work:

GUI r
DELAY 500
STRING cmd
CTRL-SHIFT ENTER
DELAY 1000
SHIFT TAB
DELAY 1000
ENTER

1 Like

Thank you, Ill give it a try