Command Line Tools Flashcards
What bootrec switch will rebuild the BCD store?
bootrec /rebuildbcd
What bootrec switch will scan disks for installations?
bootrec /scanos
What bootrec switch will write a new boot sector?
bootrec /fixboot
What bootrec switch will write a new MBR?
bootrec /fixmbr
What command line tool allows you to see all of the processes running on your system?
tasklist
What command line tool allows you to shut down a system?
shutdown
What command line tool allows you to stop a process?
taskkill
What command line tool do you use to make directories?
MD
What command line tool is used to change directories?
cd
What command line tool is used to check system files?
sfc
What command line tool is used to check the disk system?
chkdsk
What command line tool is used to copy files and cannot do fancy things?
copy
What command line tool is used to create disk partitions?
diskpart
What command line tool is used to delete files?
del
What command line tool is used to elevate your privileges?
runas
What command line tool is used to ensure a GPO is refreshed on the local system?
gpupdate
What command line tool is used to exit cmd.exe?
exit
What command line tool is used to extend the capabilities of copy to include directories?
xcopy
What command line tool is used to format disks?
format
What command line tool is used to get context sensitive help?
?
What command line tool is used to is used to list things in a file location?
dir
What command line tool is used to list the commands you can type?
help
What command line tool is used to perform robust file copies?
robocopy
What command line tool is used to remove directories?
rd
What command line tool is used to see what GPO settings apply?
gpresult
What command line tool is used to unzip things?
expand