What's new

Closed Windows Commands

Status
Not open for further replies.

24patz

Honorary Poster
Joined
Nov 11, 2015
Posts
420
Reaction
75
Points
190
List of CMD Command and Descriptions:

ping 192.168.0.2

Until the rope sending small data packets to other computer, test taking connection

ping -a 192.168.0.2
Ip Sends and receives small data packets to the other computer and tests the connection. The "-a" parameter displays the ip address of the computer.

pathping
With this command, it is checked whether the data passing through the routers has passed or not.

ipconfig
Iindicates the IP address of the computer on the network.

ipconfig / all
Shows the ip address on the network and many extras.

ipconfig / all> egemen.txt
All the information that is poured into the file called egemen.txt.

ipconfig / release
Leave the computer in the network

ipconfig / renew
The computer replaces the network in the network. During the renewal process, first "release" is followed by "renew" operation.

ipconfig / registerdns
Is used to save the computer name and ipsini to DNS.

ipconfig / flushdns
Dns clears the names and ip address mappings that clients keep in their cache memory, empty the cache memory (used to resolve the problem)

ipconfig / displaydns
If the computer you are using is a DNS client at the same time, it will show the IP addresses in DNS Cache memory and their DNS names.


See more commands here
You do not have permission to view the full content of this post. Log in or register now.

Edited
 
Last edited:
Status
Not open for further replies.
Back
Top