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
bootrec
helps to rebuild boot sectors in windows (in advanced start up option) simple run time program
tasklist
gives a list of all programs that are currently running
taskkill /im (program name.exe)
will close down the program. im for image.
used mainly in scripts
chkdsk
checks file system in partitions. checks for physical and logical errors
net user
including the user name will give info about the user
to create a new user account include user name desired password and / add (/delete) to remove a user