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]
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
3
Q
shutdown
A
Used to schedule a shutdown.
Switches:
4
Q
tasklist
A
list all running processes
5
Q
cd
A
shorthand for chdir
6
Q
md
A
shorthand for mkdir
7
Q
rd
A
shorthand for rmdir
8
Q
chdir
A
change directory
9
Q
mkdir
A
make directory
10
Q
rmdir
A
remove directory
11
Q
del
A
delete files and directories
12
Q
format
A
wipe data off disks and prepare them for new use
13
Q
diskpart
A
partition hard drives
14
Q
copy
A
copies a file to a second location
15
Q
xcopy
A
copies files and directories