What Info about My Laptop Can I Check with CMD and How?
CMD is also known as Command prompt. CMD is the windows operating systems parser command line.
The command prompt is a native window operating system application that offers the user the option to carry out commands. This article gives you details about what information about a computer or laptop can be checked with CMD and how?
1. ASSOC
ASSOC is one of the best commands in the CMD command library. Your computer requires certain file extensions to connect with those applications.
So your computer learns how to open Adobe while double-clicking on a PDF file, or when you double-click on a DOC file on Microsoft word. By typing ASSOC in the command window, you can access all the related files of your computer.
Code: assoc.doc= Word.Document.8
2. FC
It is difficult to recall the discrepancies between versions as files are updated over time. You do not know that a CMD command will match and display all files, but that is valid.
The FC command compares an ASCII or binary file and lists all the variations it can find.
Code: Fc/a File1.txt File2.txt will compare two ASCII files
Fc/b Picture1.jpg Picture2.jpg compare the binary on two images
3. IPCONFIG
Network problem resolution is never easy, but IPCONFIG is one Command that facilitates it.
This command prompt returns information about the existing network adapter link with specific details such as:
- The IP address currently available
- Prefix Subnet
- Default Gateway Port
- Present Domain
4. Ping
You should use the Ping command if you want to verify a network connection between two devices. It sends an ICMP or Internet Access Communication Protocol to the target device and waits for the packet address.
5. NETSTAT
It indicates the active TCP connections, ports currently being listened to by the system.
Code: netstat
6. TRACERT
TRACERT command stands for “ Trace Path.” It sends packets to a remote destination and offers various information such as:
- Amount of hops prior to arrival
- It takes time to get to every hop
- IP and the name of each hop
The path of your Internet requests can be seen by TRACERT, depending on where you go on the network. It also allows fixing issues on a modem or connecting to a wireless network.
7. APPEND
Append is similar to the MS-DOS path command. This helps you to view files in another directory as if they are in the present directory.
8. SYSTEMINFO
The SYSTEMINFO command will provide support if you want to know your type of network card, the processor specifications, or the exact version of the Windows OS.
This Command tests the device and gathers the most relevant computer information. It lists the data in a clear and readable format.
Code: system info
9. SCHTASKS
Windows comes with an assistant to configure schedules. To customize this, you can click on the scheduled task wizard. Or, you can use a single command SCHTASKS to set it up.
Code: SCHTASKS/Create/SC HOURLY/MO 12/TR
The planned move embraces claims such as minutes, hours, days, and months. The /MO command then defines the frequency.
10. NET USE
You can open File Explorer, right-click on This PC and use the MapNetwork Drive Wizard if you want to navigate to a new path. However, you can do the same in one command string using the NET usage command.
Code: Net use Z: “\OTHER-COMPUTER\SHARE”/persistent:yes
Other useful articles:
- Basic Windows CMD commands
- Cool CMD Commands Tips and Tricks
- Best CMD Commands for Hacking
- CMD Commands for Wireless Network Speed
- Useful Keyboard Shortcuts for CMD
- What Info about My Laptop Can I Check with CMD and How?
- Getting Started with CMD Windows
- TOP-12 Command-Line Interview Questions (Basic)
- Command-Line Interview Questions (Advanced)
- CMD Commands to Repair Windows
- CMD Commands to Speed Up Computer
- CMD Commands for MAC OS
- How Does the Command Line Work?
- MS-Dos Interview Questions in 2021
- Windows OS Versions and History
- Recent Windows Versions Compared
- Basic Windows Prompt Commands for Every Day
- Windows Command Line Cheat Sheet For Everyone
- Windows Command Line Restart
- Windows Command Line for Loop
- Windows Command - Change Directory
- Windows Command - Delete Directory
- Windows Command Line – Set Environment Variable