Windows Commands Flashcards

1
Q

What is the command to see what tasks are running?

A

tasklist

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

What is the command to kill a task?

A

taskkill /im

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

What is the recovery command to fix a boot problem?

A

bootrec /fixboot

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

What is the recovery command to fix the master boot record?

A

bootrec /fixmbr

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

What is the recovery command to fix corrupt boot configuration data?

A

bootrec /rebuildbcd

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

What is the recovery command to look for OS’ in a multiboot config?

A

bootrec /scanos

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

What are the different diskpart commands?

A

list disk

check nugget lab files

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

What is the command to see the health of a disk?

A

chkdsk c:

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

What command is used to change directory?

A

cd

cd \ goes to root directory

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

What command is used to make a directory?

A

md

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

What command is used to show all directories within the current folder?

A

dir

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

What command is used to remove a directory?

A

rd

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

What command is used to delete a file?

A

del

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

What command is used to copy a file from one location to another?

A

copy c:\users.. c:\temp

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

What is the xcopy command?

A

Can copy directories aswell as files

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

What is the robocopy command?

A

ntfs security permissions

17
Q

What is the sfc command?

A

Checks and verifies the versions of system files

18
Q

What is the extract command?

A

Extracts compressed files

19
Q

What is the gpupdate command?

A

Implements new group policy object settings

20
Q

What is the gpresult command?

A

Shows the group policies enforced on the computer