Microsoft Windows command line tools Flashcards
This is the command you should used for if you are not sure.
help or [command] /?
This is the command when you want to close the command prompt
exit
This is the command that you use to list files and directories
dir
This is the command that you use to change working directories
cd
This is the command that you use to make directories
md
This is the command that you use to go to the folder above.
..
This command is used to shut down you computer
shutdown /s /t (nn)
This is the command that you use to restart your computer
shutdown /r /t (nn)
This is the command that you use to abort the shutdown or restart
shutdown /a
This command allows to make changes to your image, updates application, manage drivers, and manage updates
dism
Deployment Image Servicing and Management tool
This command allows you to check your system files
sfc
This command allows you to check your files and fix them while on your way. Also its to fix any corrupted files if malware got in your computer.
sac /scannow
This command fixes logical file system errors on the disk
chkdsk /f
This command locates bad sectors and recovers readable information
chkdsk /r
This command manages disk configurations
diskpart