Windows 10 keyboard shortcuts you need to know

Command Prompt

  • Ctrl + C or Ctrl + Insert: Copy selected text to the clipboard.
  • Ctrl + V or Shift + Insert: Paste copied text inside the Command Prompt.
  • Ctrl + A: Select all text on current line. (If current line has no text, all text inside the Command Prompt will be selected.)
  • Ctrl + Up or Down: Move screen one line up or down.
  • Ctrl + F: Search Command Prompt via Find window.
  • Ctrl + M: Enter Mark mode (allows you to select text with mouse). Once Mark mode is enabled, you can use the arrow keys to move the cursor around.
  • Shift + Up or Down: Move cursor up or down one line and select text.
  • Shift + Left or Right: Move cursor left or right one character and select text.
  • Ctrl + Shift + Left or Right: Move cursor left or right one word and select text.
  • Shift + Page Up or Page Down: Move cursor up or down one screen and select text.
  • Shift + Home or End: Move cursor to beginning or end of current line and select text.
  • Ctrl + Shift + Home/End: Move cursor to beginning or end of screen buffer and select text and beginning or end of Command Prompt's output.


Comments