Most Useful CMD Commands in Windows 2022

CMD Command Prompt is a very powerful windows tool and this CMD's feature is a core part of a windows operating system. In this article, you will get the most useful CMD commands that will help you control your Windows PC very easily. So here are some of the powerful cmd commands for you.


What is CMD commands?

CMD means "Command" (CMD). A command is a set of instructions that tells a computer program what it needs to do. It is a program found on most computers that use Windows as their operating system. It helps run the commands that are typed in. It is also known as Command Prompt or Windows Command Processor.


Why Is Command Prompt Useful?

People who don't know much about IT are using command prompt more often because it makes it easy to automate tedious, everyday tasks with just a few clicks. The platform allows running multiple commands at the same time. That's because cmd commands are getting popular daily, and its cmd is very user-friendly.

Comparing Command prompt to modern apps, which have easy-to-use interfaces, most users find it hard to learn and can't use. However, the Command prompt can still be used in many situations.

 


 


How To Open CMD In Windows?

Opening CMD Commands Prompt is very easy. You can run cmd in 2 methods. 


Method 1: Go to the Start menu and search cmd.exe and press on it.


Method 2: The second method is very to run cmd command prompt press Win+R button after that type cmd and hit enter then cmd command prompt will open automatically. 


Most Useful CMD Commands


1) Ping

Sometimes, you need to know if a particular networked device is getting packets or not. That's is why ping is useful.

Awesome Windows Run Commands 2022

If you type ping followed by an IP address or web domain, a set of test packets will be sent to the address you typed. If they arrive and are returned, you know that the device can talk to your PC. If it doesn't work, you know something is stopping the device from talking to your PC. This can help you figure out if the problem is caused by a wrong configuration or a broken piece of hardware.


2) Ping www.google.com

With this command, you can check whether your website hosting is working or not, and you can also get the network data of your hosting.


3) Tracert

Both pathping and tracert do the same thing. Type tracert again, then the IP address or domain you want to track. You'll get information about each step between your PC and the target. Tracert keeps track of how long (in milliseconds) each hop between servers or devices takes.


4) IPCONFIG

Troubleshooting a network is never easy, but the IPCONFIG command makes it much easier.

Using this command at the CMD command prompt gives you detailed information about your current network adapter connection including

  • Current IP Address
  • Subnet Mask
  • Default Gateway IP
  • Current domain

5) SYSTEMINFO

The SYSTEMINFO command can tell you about your network card, processor, and the exact version of your Windows operating system.

This command polls your system to find out the most important things about it. It gives the information in a clear, easy-to-read list.


6)Tasklist

With the tasklist command, you can see a list of all the tasks running on your PC. Even though Task Manager does many of the same things, this command can sometimes find functions that aren't shown in Task Manager.

There are also a lot of ways to change the meaning. Tasklist -svc shows the services that are associated with each task. Tasklist -v gives you more information about each task, and tasklist -m finds the DLL files that are related to active tasks. These commands can help you fix problems in a more advanced way.


7) tree

Sometimes you can't get an overview of all the folders on a drive, which makes it hard to figure out where a certain folder is. In this case, the command line can help. It will show you a tree of all the folders in that directory that are inside other folders. When you type this command and press enter, you'll see pictures of all the folders.


8) Taskkill

When you use the tasklist command, each task will have an executable and a process ID, which is a four- or five-digit number. Taskkill is followed by the name of the executable or taskkill followed by the process ID that will force a program to stop. Again, this is similar to Task Manager, but you can use it to end programs that aren't responding or are hidden.


9) NETSTAT

Worried that your computer might be running malware that connects to sites on the internet without your knowledge?

At the command prompt, you can use the NETSTAT command to get a list of all the active TCP connections on your computer.


10) powershell

If you don't like the command prompt anymore, you might want to try PowerShell. To open PowerShell without being an administrator, just type this command into the Run box.