Command Line Tools Flashcards

1
Q

What bootrec switch will rebuild the BCD store?

A

bootrec /rebuildbcd

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

What bootrec switch will scan disks for installations?

A

bootrec /scanos

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

What bootrec switch will write a new boot sector?

A

bootrec /fixboot

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

What bootrec switch will write a new MBR?

A

bootrec /fixmbr

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

What command line tool allows you to see all of the processes running on your system?

A

tasklist

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

What command line tool allows you to shut down a system?

A

shutdown

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

What command line tool allows you to stop a process?

A

taskkill

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

What command line tool do you use to make directories?

A

MD

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

What command line tool is used to change directories?

A

cd

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

What command line tool is used to check system files?

A

sfc

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

What command line tool is used to check the disk system?

A

chkdsk

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

What command line tool is used to copy files and cannot do fancy things?

A

copy

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

What command line tool is used to create disk partitions?

A

diskpart

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

What command line tool is used to delete files?

A

del

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

What command line tool is used to elevate your privileges?

A

runas

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

What command line tool is used to ensure a GPO is refreshed on the local system?

A

gpupdate

17
Q

What command line tool is used to exit cmd.exe?

A

exit

18
Q

What command line tool is used to extend the capabilities of copy to include directories?

A

xcopy

19
Q

What command line tool is used to format disks?

A

format

20
Q

What command line tool is used to get context sensitive help?

A

?

21
Q

What command line tool is used to is used to list things in a file location?

A

dir

22
Q

What command line tool is used to list the commands you can type?

A

help

23
Q

What command line tool is used to perform robust file copies?

A

robocopy

24
Q

What command line tool is used to remove directories?

A

rd

25
Q

What command line tool is used to see what GPO settings apply?

A

gpresult

26
Q

What command line tool is used to unzip things?

A

expand