1.4 - Done Flashcards
In reference to command lines, what would we type if we wanted to access files and directories?
dir
In reference to command lines, what would we type if we wanted to move between directories?
cd
In reference to command lines, what would we type if we wanted to access the folder above the current folder we’re at?
. .
In reference to command lines, what would we type if we wanted to shutdown the computer?
shutdown
In reference to command lines, what would we type if we wanted to shutdown the computer, but only after 60 seconds?
shutdown /s /t 60
In reference to command lines, what would we type if we wanted to shutdown the computer, but then restart after shutdown?
shutdown /r /t nn
In reference to command lines, what would we type if we wanted to abort a computer’s shutdown?
shutdown /a
In reference to command lines, what would we type if we wanted to make changes or view the WIM files?
dism
When would you use the dism command?
If you wanted to make changes to your image. For example, get information about an image, update applications, manage drivers, manage updates, mount an image, etc.
In reference to command lines, what would we type if we wanted to scan the integrity of all protected system files?
sfc (system file checker)
In reference to command lines, what would we type if we wanted to check our disk for errors?
chkdsk
What two types of chkdsk commands are there? What are the differences?
chkdsk /f and chkdsk /r
F = Fixes logical file system errors
R = Does “F” then locates bad sectors and if any are found it will recover readable information
True or False: You can’t run a chkdsk on the same drive you are currently using.
True, you must run the chkdsk either on a different drive or have the computer run the check after the system restarts.
In reference to command lines, what would we type if we wanted to manage disk configuration?
diskpart
In reference to command lines, what would we type if we wanted to manage tasks from the command line?
tasklist