Windows commands Flashcards
1
Q
which command shows a snapshot list of running processes in windows?
A
tasklist
2
Q
How do you display the content of a folder?
A
dir
3
Q
How do you display the windows registry?
A
regedit
4
Q
How do you display the system configuration in windows?
A
msconfig
5
Q
How do you display the command prompt in windows?
A
cmd
6
Q
How do you quit the command prompt?
A
exit
7
Q
Which command copies a file?
A
copy
8
Q
how do you copy a file from one directory to another?
A
copy ..\filename.xxx ..\filename.xxx
9
Q
How do you rename or move a file?
A
move
10
Q
what format is used to move or rename a file?
A
move ..\filename.xxx ..\filename.xxx
11
Q
how do you delete a file?
A
del