| How to Create Shortcuts for Show Windows Stacked or Side by Side in Vista Information | | This will show you how to create a Show Windows Stacked, Show Windows Side by Side, and a Undo Windows (For: Undo Show Stacked and Undo Show Side by Side) shortcut that can be placed where you like them for easy use. |  | NOTE | | These shortcuts will allow you to have open windows on your desktop to either be displayed side by side vertically or stacked horizontally. The UndoWindows shortcut will set the open window back the way they were displayed before clicking on the SideBySide and Stacked shortcuts. |  | RELATED LINKS: EXAMPLE: Show Windows Stacked on DesktopShow_Stacked.jpg EXAMPLE: Show Windows Side by Side on DesktopShow_SideBySide.jpg EXAMPLE: Default Shortcuts Location NOTE: This is the location of the Vista default shortcuts for these. Right click on the taskbar to see these. You will not see Undo Show Stacked or Undo Show Side by Side until after you clicked on either Show Windows Side by Side or Show Windows Stacked. Right_Click_Taskbar.jpgUndo_Stacked.jpgUndo_SideBySide.jpg | OPTION ONE: |
|---|
| Download the Shortcuts |
1. Click on the download button below to download the ShowWindows.zip file.  2. Click Save and save it to the Desktop. 3. Right click ShowWindows.zip (On desktop) and click Open. 4. Click Allow for UAC prompt. 5. Extract the Stacked.vbs, SideBySide.vbs, and UndoWindows.vbs files to the desktop. 6. When done, you can delete the Show Desktop.zip (On Desktop) file if you want to. 7. Go to OPTION THREE below. | OPTION TWO: |
|---|
| Manually Create Shortcuts | 1. Open the Start menu. 2. To Create the Show Windows Side by Side Shortcut -A) In the white line (Start Search) area type Notepad.exe and press Enter.
B) Copy and Paste this into Notepad: (See code below) Code:
dim objShell
set objShell = CreateObject("Shell.Application")
objShell.TileVertically
set objShell = nothing
C) In Notepad, click on File and click Save As.
D) Change the save location to the Desktop.
E) In the File Name line, type SidebySide.vbs and click Save. (See screenshot below) NOTE: You can name it anything you would like. Just have .vbs at the end of it. SaveAs_SideBySide.jpgF) Close Notepad. 3. To Create the Show Windows Stacked Shortcut -A) In the white line (Start Search) area type Notepad.exe and press Enter.
B) Copy and Paste this into Notepad: (See code below) Code:
dim objShell
set objShell = CreateObject("Shell.Application")
objShell.TileHorizontally
set objShell = nothing
C) In Notepad, click on File and click Save As.
D) Change the save location to the Desktop.
E) In the File Name line, type Stacked.vbs and click Save. (See screenshot below) NOTE: You can name it anything you would like. Just have .vbs at the end of it. Save_As_Stacked.jpgF) Close Notepad. 4. To Create the UndoWindows (Undo Show Side by Side or Stacked) Shortcut -A) In the white line (Start Search) area type Notepad.exe and press Enter.
B) Copy and Paste this into Notepad: (See code below) Code:
dim objShell
set objShell = CreateObject("Shell.Application")
objShell.UndoMinimizeALL
set objShell = nothing
C) In Notepad, click on File and click Save As.
D) Change the save location to the Desktop.
E) In the File Name line, type UndoWindows.vbs and click Save. (See screenshot below) NOTE: You can name it anything you would like. Just have .vbs at the end of it. SaveAs_UndoWindows.jpgF) Close Notepad. 5. Go to OPTION THREE below. | OPTION THREE: |
|---|
| Have Shortcuts with Different Icons |
NOTE | | The .vbs file icons from above cannot be changed. If these .vbs files are ok with you to use as the shortcut, then proceed to OPTION FOUR below. |  | 1. Right click on one of the .vbs files (On Desktop) from OPTION ONE or OPTION TWO above and click Create Shortcut. 2. Right click on the new shortcut (On desktop) and click Properties. 3. For more on how to change a shortcut icon, see: How to Change a Shortcut Folder or File Icon in Vista | OPTION FOUR: |
|---|
| How to Add Shortcuts to Quick Launch |
NOTE | | Quick Launch will be the easiest way to use these shortcuts, but you can have them where you like. |  | 1. Go to: How to Use Quick Launch in Vista NOTE: See OPTION ONE under the How to Add or Remove Shortcuts to Quick Launch section. 2. Move the new shortcuts (On Desktop) from above to inside the Quick Launch folder location. That's it,
Shawn |  Published by | | | Administrator Join Date: Apr 2007 Location: Texas, USA
Posts: 13,545
Rep Power: 200 | |
 Tutorial Tools | | |
 Applies to | | All Vista Versions | | 64 Bit & 32 Bit | |
| | |