You are on page 1of 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