COMMAND LINE Flashcards
Command Line A+ 1001
Ready
Shortcut to Open command
Shift +CTRL+ ENTER TYPE CMD
help + your command
this gives more info on the command
command /?
this will give you info on command
dir
lists all files in current directory
cd + directory needed
change working directory
cd \
Changes through multiple directories
cd..
Goes back through directories
shutdown /s /t nn
Wait nn secounds, then shutdown
shutdown /r /t nn
shutdown and restart after nn secounds
shutdown /a
abort the countdown!
dism
deployment image servicing tool, WIM. This allows changes to be made with WIM images
sfc
system file checker, This reviews the system files
chkdsk /f
Check disk for errors
chkdsk /r
Recovers data in bad sectors of disk