Hmmm..... I rotated the screen using the key shortcuts: ; Rotate Screen 270 DegreesSend, {CTRLDOWN}{ALTDOWN}{LEFT}{CTRLUP}{ALTUP} Process, WaitClose, PinballFX2.exe; Rotate Screen to normal positionSend, {CTRLDOWN}{ALTDOWN}{UP}{CTRLUP}{ALTUP}But I think your issue is far easier to solve: I am pretty sure that Run, c:\iRotate\iRotate.exe /1:rotate=0 /exit,,UseErrorLevel means that you rotate Display 1 0 degrees, so try Run, c:\iRotate\iRotate.exe /1:rotate=270 /exit,,UseErrorLevel instead. (Edited, nonsense....)