Windows Commands Flashcards

1
Q

Finds a manual of how to use the command

A

[command name]/?

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

Utility that allows users to manage and interact with disk storage devices

A

diskpart

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

Used to replicate files from one folder to another

A

copy

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

View and manage user account

A

net user

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

Map a network share drive to a drive letter

A

net use

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

Used to repair system files

A

sfc

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

Erases a disk file applying a file system

A

format

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

Shows what group policy is being applied to computer

A

gpresult

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

Change folder

A

cd

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

Tool that maintains attributes, permissions, and directly structures during the replication process

A

robocopy

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

Displays IP-related statistics including incoming and outcoming connections, active sessions, ports, and sockets, and the local routing table.

A

netstat

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

Replicates files and directories

A

xcopy

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

Finds status of network and the packet mapping

A

pathping

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

Shows what version of Windows is being used

A

winver

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

View the name of the device

A

hostname

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

Scans a disk to recover corrupted files

17
Q

Determines the route a packet takes

18
Q

Lists files and folders

19
Q

Updates the latest group policy setting

20
Q

Lookup information from DNS servers; used to resolve hostname to its corresponding IP address.

21
Q

Remove folder

22
Q

Test reachability of network; an echo request

23
Q

Displays network interface configurations for network adapters, allowing you to view the IP address, subnet mask, and default gateway.

24
Q

Sends a signal to turn off system

25
Make folder
md
26
Optimize a drive by reorganizing fragmented files
defrag
27
Used to create and manage disk partitions
fdisk
28
Requests new IP configuration information from the DHCP server
ipconfig /renew
29
Provides detailed configuration information, shows additional details that are not displayed by the standard ipconfig command
ipconfig /all
30
Allows you to view the status of workstation or server services
net config
31
Scan the integrity of all protected system files and repair any files that are found to have issues
sfc /scannow
32
Scan the integrity of all protected system files without performing any repairs
sfc /verifyonly
33
Check the integrity of a specific file and repair it if any problems are detected
sfc /scanfile
34
Scan the integrity of a specific file without making any repairs
sfc /verifyfile
35
Opens the Remote Shutdown Dialog
shutdown /i
36
Used to restart the local computer
shutdown /r