How to Move a Window or Application when the Title Bar is Off Screen

Having trouble moving a window back onto your screen?
by Updated January 29, 2009

Every once in a while you may find that a window or application is off screen and can't be dragged using the mouse cursor.  The window may just be visible on the edge of your screen, but just can not be grabbed or moved using your mouse. Sometimes this can happen while using only one monitor with extended desktop turned on. Applications typically will remember the position that they were last in when you closed down the app, and will return to that spot when it is opened back up. To get around this problem here are some steps to move a window that is off screen using the arrow keys on your keyboard.

Using only keyboard shortcuts:
1. Hold down Alt + Spacebar.
2. Press the M key on your keyboard.
3. Use the arrow keys to relocate the window.
4. Press the Enter key when you have positioned the window in its desired location.

Using your keyboard and mouse:
1. Right click on the program you want to move in you Windows Taskbar.
2. Select Move (you should then see a cursor with four arrows).
3. Use the arrow keys on your keyboard to move the window in the direction you want.
4. Click on the title bar when you have the window in its desired location.

 


0
1

1 Comment

anonymous by aswad on 5/2/2008
I have a windows server 2003, the problem occur today, when i shut down the server last week, and today when i turn it on, my desktop a missing. I push the windows button on the keyboard also the start menu program didn't pop-up. I only manage run the program through task manager, why it's happened? and what should i do to get my desktop back?.

Add your comment

by Anonymous - Already have an account? Login now!
Your Name:

Comment:
Enter the text you see in the image below
What do you see?
Can't read the image? View a new one.
Your comment will appear after being approved.

Related Posts


This computer tip will help you quickly increase or decrease the size of text on a web page or in an email message for better viewing using a mouse click wheel.  more »

A regular expression for validating a image url.  more »

Windows Vista comes with a little known tool called the "Snipping Tool" that allows you to take screenshots of your computer screen. The Snipping Tool has the ability to take 4 different types of screenshots. You can choose from Free-form Snip,...  more »

One of these useful features is the pivot table function. You can find it in all spreadsheet applications. The present guide shows how to create a pivot table in the Calc application of LibreOffice, which is the Ubuntu Linux version of Calc in...  more »

The ScanDisk utility that was in previous versions of Windows is no longer available in Windows XP. Not to worry because you can now use the Error-Checking tool to check the integrity of your hard disk.  more »

In the following step by step, I will take you through the process of deleting existing hard drive partitions, formating and installing Windows XP on a hard drive using the Windows XP installation CD. Note: If you have any data/applications or drivers on...  more »

Here's one way to setup your connection string for a SQL Server 2008 Express database for a live website using ASP.NET on Windows Server 2008. Open "Sql Server Configuration Manager" -> the click on "SQL Server Network Configuration" -> then click...  more »

Here's a quick way to enable programs to 'Run as Administrator' in Windows Vista. Click on the 'Start' menu button, it's the blue circle located on the left-hand side of the Task bar. Now click on 'All Programs' Find the program you want to 'Run as...  more »

Copying text from the command prompt is pretty easy, but it's not all that straightforward if you've never done it before. Knowing how to copy text from the command prompt can come in handy, especially if you need to show someone else (like a forum user)...  more »

In the code below, you will be able to find the baseUrl of your website using javascript. The following javascript code will work when used on your localhost or when it's used in a live site (finds the root url of the domain address). Just add this...  more »

SQL Server Reporting Services can be a pain in the arse to set up correctly for the first time. Even after you've got things running correctly, you can sometimes run into issues, which is exactly what happened to me recently. I had setup my local...  more »

For a while I wasn't sure how to access GetRouteUrl from an .ashx IHttpHandler page. I wanted to access route url's setup in the Global.asax file to be used in files like rss.ashx, instead of having to hard codes the page URL's in my .ashx pages. Well,...  more »