Windows commands

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/31

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

32 Terms

1
New cards

dir

List files and directories

2
New cards

cd or chdir

Displays the name of the current directory or changes the current directory

3
New cards

md or mkdir

Make a directory

4
New cards

rd or rmdir

Removes directory

5
New cards

hostname

View the name of the device

6
New cards

format

formats a disk for use with Windows

7
New cards

copy ( /v, /y )

Copy one or more files to destination

/v - verifies that new files are written correctly

/y - Suppresses prompting to confirm you want to overwrite an existing destination file

8
New cards

xcopy

copies files and directory trees

ex: xcopy Documents m:\backups

9
New cards

robocopy

a better xcopy with more additional features

10
New cards

shutdown /s

shutdown a computer

11
New cards

shutdown /r

restarts a computer

12
New cards

shutdown /a

abort a shutdown before it completes

13
New cards

diskpart

manage disk configurations

14
New cards

winver

displays the Windows version information

15
New cards

gpupdate /force

force a group policy update

16
New cards

gpresult /r

display group policy setting summary

17
New cards

ipconfig

displays IP configuration details for network adapters

18
New cards

ping

checks network connectivity to a host or IP address by sending packetss.

19
New cards

netstat

Displays protocol statistics and current TCP/IP network connections

20
New cards

netstat -a

display all connections and listening ports

21
New cards

netstat -b

Displays the executable involved in creating each connection or listening port.

22
New cards

netstat -n

Displays addresses and port numbers in numerical form.

23
New cards

nslookup

Used to query DNS to obtain domain name or IP address mapping.

24
New cards

net

A command used for network operations, such as managing network resources and connections.

25
New cards

net view \\<servername>

Displays network resources on a specified server.

26
New cards

net view /workgroup:<workgroupname>

Displays network resources in a specified workgroup.

27
New cards

net use <driveletter>: \\<servername>\<sharename>

Maps a network share to a local drive letter.

28
New cards

net user <username>

Displays user account details and manages user accounts on the system

29
New cards

net user <username> * /domain

Prompts for a new password for the specified user account in a domain.

30
New cards

tracert

Determine the route a packet takes to a destination

31
New cards

pathping

Combines the features of ping and tracert to provide information about network latency and packet loss along the route to a destination.

32
New cards

defrag <diskletter>

Runs a disk defragmentation process on the specified disk drive.