up vote 5 down vote favorite
2
share [g+] share [fb]

After many reconfigurations of screens I commonly find some applications have saved their position off screen someplace.

What is a good way to force them back onscreen so I can reposition them again?

link|improve this question

40% accept rate
feedback

2 Answers

up vote 9 down vote accepted

You can use the built-in move function in Windows. The How-To Geek has an article on it.

Summary:

  • Right click the application in taskbar
  • Select "Move"
  • Press any one of the arrow keys on the keyboard
  • Click somewhere on your screen
link|improve this answer
1  
I always alt-tabbed and then alt-spaced, but this is the answer I would have given too. – Phoshi Sep 3 '09 at 16:58
Move doesn't necessarily appear on the context menu of all application. – ChrisF Sep 3 '09 at 16:59
this did the trick (after I undid maximize) Thanks! – ericslaw Sep 3 '09 at 18:43
It should appear in the system menu of any application that can be moved by standard means. – Joey Sep 3 '09 at 19:30
it is important to note that some 'edgecases' exist (pardon the pun) where you may have to disable 'activeation follows mouse' in tweakui so that the keyboard focus remains on the 'move' rather than where the cross-hairs are. – ericslaw Sep 4 '09 at 11:24
feedback

In case you want to reposition many windows, just right click on the taskbar and tile them.

link|improve this answer
Or cascade of course – ChrisF Sep 3 '09 at 16:58
of course :) – Nick Dandoulakis Sep 3 '09 at 17:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.