Windows Useful CMD commands


Windows Useful CMD commands


The Command Prompt in Windows provides a list of access to over 280 commands! These commands are used to do certain tasks from a command line interface

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.

net use ===> shows the map on the computer.
net use h: \\\\ client98 \\ c ===> client maps the computer C of the 98 computer as H.
net use h: \\ 192.168.0.2 \\\\ CS ===> iPS given computer's hidden admin would share the map h.
net use / delete h: ===> h mapped drive.
net use lpt1: \\\\ server \\ ibm / persistent ===> provides a permanent printer connection.
netstat ===> shows connections made to the computer.
nbtstat ===> Enables you to display NetBIOS API related information on TCP / IP. The NetBIOS name table allows you to display both the local computer and other computers on the network.
nbtstat -RR ===> If you are running the command on a WINS client, the WINS Client will first delete the it entries on the WINS server; will then enroll again. (used to solve the problem)
tracert 131.107.10.1 ===> With this command, the same goal ICMP packets using a different TTL time gönderilir.b the way while reaching another destination on your computer, which is the way our package is checked item .
This command displays a list of routers that determine the nearest and shortest path between the target computer and you.
tracert [-d] [-h Maximum Hop Count] [-J Hot List] [- w Timeout Time] [Destination Name]

route print ===> Routing table.
net helpmsg 52 ===> speak error code description error code description .
net view ===>
net view \\\\ 192.168.0.2 ===> ip Shows the shared objects of the written computer.
net view \\\\ client98 ===> Shows the shared objects of the name computer.
net share ===> Shows the shared drives and folders on the computer.
net share hoop = f: \\ hoop ===> We share the hoop folder we created in drive f with the same name.
hostname ===> indicates the computer's name.
% username% ===> the username is the computer's logon.
% systemroot% ===> The folder where the operating system is installed.
% userprofile%



calc.exe ===> Opens the calculator.
diskmgmt.msc ===> Opens the disk management.
devmgmt.msc ===> Opens the device manager.
dfrg.msc ===> Opens the disk defragmenter.
eudcedit.exe ===> You can make characters.
appwiz.cpl ===> Add a program to uninstall.
access.cp ===> l Turn on accessibility options.
accwiz.exe ===> Opens the Accessibility wizard.
desk.cpl ===> Opens the image properties.
eventvwr.exe ===> Opens the event viewer.
FreeCell.exe ===> Opens the card game.
fsmgmt.msc ===> Shared folders opens the menu.
hdwwiz.cpl ===> Opens the Add Hardware wizard.
iexpress.exe ===> Opens the Setup program.

 These command will work on Operating system: Windows 10, Windows 8, Windows 7 and ETC...
Hope this article will help you a lot.

Was this page helpful?
Please Leave a comment below

Comments