Windows Commands Flashcards
What is the command to see what tasks are running?
tasklist
What is the command to kill a task?
taskkill /im
What is the recovery command to fix a boot problem?
bootrec /fixboot
What is the recovery command to fix the master boot record?
bootrec /fixmbr
What is the recovery command to fix corrupt boot configuration data?
bootrec /rebuildbcd
What is the recovery command to look for OS’ in a multiboot config?
bootrec /scanos
What are the different diskpart commands?
list disk
check nugget lab files
What is the command to see the health of a disk?
chkdsk c:
What command is used to change directory?
cd
cd \ goes to root directory
What command is used to make a directory?
md
What command is used to show all directories within the current folder?
dir
What command is used to remove a directory?
rd
What command is used to delete a file?
del
What command is used to copy a file from one location to another?
copy c:\users.. c:\temp
What is the xcopy command?
Can copy directories aswell as files