Commands Flashcards

1
Q

taskkill

A

Terminates a process identified by a name or process ID (PID)

Switches:
/S [system name]
/IM [process image name]
/PID [process id]

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

bootrec

A

Used to interact with the master boot record (MBR), boot sector, or boot configuration data (BCD) store.

Switches:
/fixboot = write a new boot sector
/fixmbr = write a new MBR
/rebuildbcd = rebuild BCD store
/scanos = scan all disks for installations the boot manager menu is not listing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

shutdown

A

Used to schedule a shutdown.

Switches:

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

tasklist

A

list all running processes

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

cd

A

shorthand for chdir

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

md

A

shorthand for mkdir

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

rd

A

shorthand for rmdir

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

chdir

A

change directory

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

mkdir

A

make directory

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

rmdir

A

remove directory

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

del

A

delete files and directories

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

format

A

wipe data off disks and prepare them for new use

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

diskpart

A

partition hard drives

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

copy

A

copies a file to a second location

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

xcopy

A

copies files and directories

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

robocopy

A

robust file copy

17
Q

sfc

A

system file checker - checks and verifies versions of system files on your computer

18
Q

chkdsk

A

create and display status reports for the hard disk

19
Q

gpupdate

A

update group policy settings

20
Q

gpresult

A

shows the Resultant Set of Policy (RSoP) report/values for a remote user and computer

21
Q

dir

A

list files and folders in a directory

22
Q

exit

A

closes the current environment

23
Q

expand

A

expand one or more compressed files–usually security patches or critical updates.

24
Q

help

A

gives you information on specific command