10 CMD Commands All Windows Users Should Know

10 CMD Commands All Windows Users Should Know

 CMD Commands


 

1.systeminfo

Displays detailed configuration information about a computer and its operating system, including operating system configuration, security information, product ID, and hardware properties (such as RAM, disk space, and network cards).

2.wmic bios get serialnumber

If you are looking to find BIOS serial number from CMD, then wmic bios is the command you would need. Below is the exact command you can run on any Windows computer to retrieve serial number.



3.ipconfig/all

Displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings. Used without parameters, ipconfig displays Internet Protocol version 4 (IPv4) and IPv6 addresses, subnet mask, and default gateway for all adapters.


4.getmac

media access control (MAC) address and list of network protocols associated with each address for all network cards in each computer, either locally or across a network. This command is particularly useful either when you want to enter the MAC address into a network analyzer, or when you need to know what protocols are currently in use on each network adapter on a computer.


5.tasklist

Displays a list of currently running processes on the local computer or on a remote computer. Tasklist replaces the tlist tool.

6.oskFor open on screen keyboar


7.hostname

Displays the host name portion of the full computer name of the computer. Important. This command is available only if the Internet Protocol (TCP/IP) protocol is installed as a component in the properties of a network adapter in Network.

8.taskmgr

Windows has shortcut commands which can be used from Run to launch applications quickly. Run command for opening 'task manager' is taskmgr .

9.netstat

netstat (network statistics) is a command line tool for monitoring network connections both incoming and outgoing as well as viewing routing tables, interface statistics etc

10.ver 

ver command displays the version of MS-DOS or, if running Windows 95 or above, the version of Windows. 

Post a Comment

Previous Post Next Post