actual windows commands Flashcards

1
Q

cd\ (change directory)

A

returns to the first directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

dir (directory)

A

shows all files and folders in current directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

md (make directory)

A

creates a folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

cd ____ [folder]

A

selects designated folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

cd..

A

goes back one directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

cls

A

clears terminal screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

system file checker (sfc)

A

windows command that checks the health of all os files and scans them to detect threats

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

sfc /scannow

A

scans and repairs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

sfc /verifyonly

A

scans only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

copy (file.extension/folder) drive_letter:

adding “(direcrotry)”

A

will copy selected file/folder to designated drive

with the additional (directory), it will copy selected file folder to that directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

xcopy

A

will copy all files and folders found within a single directory.
Used for multi copying and mainly in networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

copy (drive letter): (drive letter):

A

will copy an entire partition to selected drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

robocopy

A

is like xcopy, with additional options

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DISM (deployment imaging servicing and management)

A

used to mange windows imaging format, winism. Helps fix and replace images/files in windows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

shutdown

A

mainly used for remote computers. used to “shutdown” programs and computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

bootrec

A

helps to rebuild boot sectors in windows (in advanced start up option) simple run time program

17
Q

tasklist

A

gives a list of all programs that are currently running

18
Q

taskkill /im (program name.exe)

A

will close down the program. im for image.

used mainly in scripts

19
Q

chkdsk

A

checks file system in partitions. checks for physical and logical errors

20
Q

net user

A

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