Windows Window Management Guide
Why this matters
When coding, you need to quickly move between:
- VS Code (current assignment)
- VS Code (reference project)
- Browser (instructions)
This guide gives you a consistent setup so you do not lose time hunting for windows.
Mental model (simple version)
- App: VS Code, browser, terminal
- Window: one rectangle belonging to an app
- Desktop: a virtual workspace (optional)
- Maximized: fills the screen, but still on the current desktop
Most students work fastest with two snapped windows side-by-side.
Core shortcuts (Windows)
Win(tap the Windows key): open Start/Search (quickly launch apps)Win + S: open Windows Search directlyAlt + Tab: switch between open windows/appsWin + Left Arrow: snap active window to left halfWin + Right Arrow: snap active window to right halfWin + Up Arrow: maximize active windowWin + Down Arrow: restore/minimize active windowWin + Tab: open Task View (see all windows and desktops)Win + Ctrl + D: create a new virtual desktopWin + Ctrl + Left/Right Arrow: move between virtual desktops
Put two windows side-by-side
Option A: Keyboard snap
- Click your first window
- Press
Win + Left Arrow - Click your second window and press
Win + Right Arrow
Option B: Snap Layouts (Windows 11)
- Hover over the maximize button
- Pick a two-column layout
- Place each app in a column
Recommended coding layout
- Keep your exam/lab VS Code window on the left
- Keep your reference VS Code window on the right
- Keep your browser:
- in the taskbar for quick
Alt + Tab, or - on a second desktop if you prefer (
Win + Ctrl + D)
- in the taskbar for quick
Common confusion fixes
"I lost a window."
- Press
Alt + Taband keep tapping Tab until you see it - Or press
Win + Taband click it from Task View
"My windows keep stacking instead of side-by-side."
- Click one window first, then press
Win + Left Arrow - Click the other window, then press
Win + Right Arrow
"I created multiple desktops and now I cannot find things."
- Open Task View with
Win + Tab - Check each desktop at the top
- Move back with
Win + Ctrl + Left/Right Arrow