actual windows commands Flashcards
cd\ (change directory)
returns to the first directory
dir (directory)
shows all files and folders in current directory
md (make directory)
creates a folder
cd ____ [folder]
selects designated folder
cd..
goes back one directory
cls
clears terminal screen
system file checker (sfc)
windows command that checks the health of all os files and scans them to detect threats
sfc /scannow
scans and repairs
sfc /verifyonly
scans only
copy (file.extension/folder) drive_letter:
adding “(direcrotry)”
will copy selected file/folder to designated drive
with the additional (directory), it will copy selected file folder to that directory
xcopy
will copy all files and folders found within a single directory.
Used for multi copying and mainly in networks
copy (drive letter): (drive letter):
will copy an entire partition to selected drive
robocopy
is like xcopy, with additional options
DISM (deployment imaging servicing and management)
used to mange windows imaging format, winism. Helps fix and replace images/files in windows
shutdown
mainly used for remote computers. used to “shutdown” programs and computers