You are on page 1of 1

Saving changes - if you're using window vista all changes will saved immediately.

if you're using window xp you'll see an additional window and a message asking you
whether you want to changes temporarily or permanently.

Piping and routing - pipe command more outputs information screen page by screen
page you will need to press a button (like space) to continue to the next page.
Piping use the vertical bar (|). This kind of piping is also known in powershell as
the "pipeline"

Alt+F7 - deletes current command history


PgUp, PgDn - display the first or last command you used in current session
Enter - send the entered lines to powershell for execution
End - moves the editing cursor to the end of the command line
Del - deletes the character to the right of the insertion point
Esc - deletes current command line
F2 - moves in current command line to the next corresponding to specified character
F4 - deletes all characters to the right of the insertion point up to specified
character
F7 - display last entered command in a dialog box

You might also like