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
What is the robocopy command?
ntfs security permissions
What is the sfc command?
Checks and verifies the versions of system files
What is the extract command?
Extracts compressed files
What is the gpupdate command?
Implements new group policy object settings
What is the gpresult command?
Shows the group policies enforced on the computer