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

A

chkdsk

17
Q

Determines the route a packet takes

A

tracert

18
Q

Lists files and folders

A

dir

19
Q

Updates the latest group policy setting

A

gpupdate

20
Q

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

A

nslookup

21
Q

Remove folder

A

rmdir

22
Q

Test reachability of network; an echo request

A

ping

23
Q

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

A

ipconfig

24
Q

Sends a signal to turn off system

A

shutdown

25
Q

Make folder

A

md

26
Q

Optimize a drive by reorganizing fragmented files

A

defrag

27
Q

Used to create and manage disk partitions

A

fdisk

28
Q

Requests new IP configuration information from the DHCP server

A

ipconfig /renew

29
Q

Provides detailed configuration information, shows additional details that are not displayed by the standard ipconfig command

A

ipconfig /all

30
Q

Allows you to view the status of workstation or server services

A

net config

31
Q

Scan the integrity of all protected system files and repair any files that are found to have issues

A

sfc /scannow

32
Q

Scan the integrity of all protected system files without performing any repairs

A

sfc /verifyonly

33
Q

Check the integrity of a specific file and repair it if any problems are detected

A

sfc /scanfile

34
Q

Scan the integrity of a specific file without making any repairs

A

sfc /verifyfile

35
Q

Opens the Remote Shutdown Dialog

A

shutdown /i

36
Q

Used to restart the local computer

A

shutdown /r