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