KEMBAR78
Command Prompt Tips for Beginners | PDF
0% found this document useful (0 votes)
5 views1 page

Command Prompt Tips for Beginners

The document provides information on using commands in the Command Prompt interface. It lists common commands like ipconfig and dir and explains how to execute multiple commands together using &&. It also describes how to get help for a specific command by typing "/?" after it and discusses keyboard shortcuts for navigating command history like F1-F9. Finally it gives examples of commands like shutdown/I and ipconfig/all.

Uploaded by

ShehzaadRamjan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Command Prompt Tips for Beginners

The document provides information on using commands in the Command Prompt interface. It lists common commands like ipconfig and dir and explains how to execute multiple commands together using &&. It also describes how to get help for a specific command by typing "/?" after it and discusses keyboard shortcuts for navigating command history like F1-F9. Finally it gives examples of commands like shutdown/I and ipconfig/all.

Uploaded by

ShehzaadRamjan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Driverquery

Show all drivers on PC


Ipconfig
Dir
Assoc
To execute multiple commands once put && btw them pconfig && dir && assoc

If you cant seem to understand what a specific command does, or what its options
are, you dont have to search it online. Command Prompt provides full details on
what a command does and may even provide examples (if possible). Just type /?
at the end of the command on which you need more information, like assoc/?.

Use Ctrl-C to Abort a Command


F1: Pastes the last executed command (character by character)
F2: Pastes the last executed command (up to the entered character)
F3: Pastes the last executed command
F4: Deletes current prompt text up to the entered character
F5: Pastes recently executed commands (does not cycle)
F6: Pastes ^Z to the prompt
F7: Displays a selectable list of previously executed commands
F8: Pastes recently executed commands (cycles)
F9: Asks for the number of the command from the F7 list to paste

shutdown /I .Just enter the name of the remote computer (which you can get by
running the hostname command on the other PC), choose what you want to do (restart or
shutdown), select some other options and then click OK

ipconfig /all

You might also like