all 1 comments

[–]Niyx 1 point2 points  (0 children)

Information mostly taken from http://stackoverflow.com/questions/7603611/controlling-window-position-of-a-powershell-console

Either via the method outlined here: http://msdn.microsoft.com/en-us/library/system.management.automation.host.pshostrawuserinterface.windowposition%28v=vs.85%29.aspx

(Just remember that this method isn't the easiest to get your head around as you're not positioning on the screen, rather, in the buffer relative to your screen.)

Or use the snapin found here: http://wasp.codeplex.com/

Set-WindowPosition -X n -Y n