
You might be searching for shortcut command on windows for ease of access so, in this article, you will get all the essential ‘Windows command prompt command list’, where you can type the commands in the command prompt windows 10 (CMD) and reach the destinations where you want to locate your desired things and keep control over the windows PC.
There are some windows commands, which will be really helpful and easy to use for regular users.
Windows commands are playing a crucial role by helping the users to complete the tasks in a quicker way, it has become a key part of the operating system.
Well, we have been using CMD for quite many years and it has really helped us with our tasks in the windows system. Following are the top 15+ CMD command lists, you should know if you want to keep control over your windows computer.
Top windows command prompt command lists for regular users
- CHKDSK: Check Disk
- ATTRIB: Change File Attributes
- REGEDIT: Registry
- NET USE: Map drives
- SFC: System File Checker
- TRACERT: Trace Route
- IPCONFIG: IP Configuration
- ASSOC: Fix File Associations
- FC: File Compare
- NETSTAT: Network Statistics
- PING: Send Test Packets
- POWERCFG: Power Configuration
- SHUTDOWN: Turn Off Computer
- SYSTEMINFO: System Information
- SCHTASKS: Schedule Tasks
1) CHKDSK: Check Disk
This CHKDSK command is beneficial if you want to check the entire drive of your laptop or computer. If you want to check C: drive and repair any problems in the drives then launch the command prompt CMD and run as administrator and type CHKDSK /f C:
It is mostly used to check things like Bad sectors check, Disks Errors, and File Fragmentation.
2) ATTRIB: Change File Attributes
If you get an error and want to change the file attribute then right-click on a file and find the right property to change. You can use the ATTRIB command to set the file attributes.
For example, if you type: ATTRIB +R +H C:\temp\File1.bat, it’ll set File1.bat as a hidden, read-only file.
3) REGEDIT: Registry
Regedit command is a shortcut command which will redirect you to the registry, which is used to edit keys in the windows registry.
Note: You need to take caution while changing any keys.
4) NET USE: Map drives
Mostly this command is used to Map the drives in-network as well as local windows, you can right-click on This PC, and you will find the Map Network Drive wizard. however, using the NET USE command same thing can be done with just one command.
Example: If you want to map a folder on a computer on your network called: \\PC-COMPUTER\SHARE\, you can map this by typing the command.
5) SFC: System File Checker
This command can be used only when some software or Malware has corrupted your system core files. Use this command to scan those files and align the integrity.
You need to launch the CMD as administrator and type: SFC/ SCANNOW, it will check the integrity of the protected system files and if it encounters an error or any issues then it can repair with backed-up system files.
You can also use these below commands:
/VERIFYONLY: Check the integrity but don’t repair the files.
/SCANFILE: Scan the integrity of specific files.
/VERIFY FILE: Verify the integrity of specific files but don’t repair them.
/OFFBOOTDIR: Use this to do repairs on an offline boot directory.
/OFFWINDIR: offline Windows directory is repaired with this command.
/OFFLOGFILE: Specify a path to save a log file with scan results.
6) TRACERT: Trace Route
This is one of the valuable commands in terms of networking, Traceroute is a command where a sample data is sent to the destination, and the result for each hop along with the IP address is displayed.
7) IPCONFIG: IP Configuration
This command is used for network troubleshooting router issues and checking the network adapter. Type “ipconfig /all” in the Command Prompt and hit “Enter” to get detailed information about the network.
- Locate the IP address of the computer in the “IPv4 Address” field.
- Locate the primary DNS IP address in the “DNS Servers” field.
- Locate the default router IP address into the “Default Gateway” field.
8) ASSOC: Fix File Associations
This is one of the most important tools in windows ASSOC, your computer is associated with certain file extensions and programs. when you double click on certain word documents or PDF files your computer knows to open them.
By typing this command ASSOC you can view file extensions and the program it is associated with.
9) FC: File Compare
It is one of the commands which compares the files and sees all differences, the FC command will perform either ASCII or binary file comparison to show the list of all the differences.
- Fc /a File1.txt File2.txt will compare two ascii files.
- Fc /b Picture1.jpg Picture2.jpg will do a binary comparison of two images.
10) NETSTAT: Network Statistics
This command is used to get a list of all the active TCP connections from your laptop or computer.
11) PING: Send Test Packets
Ping is used to finding out what percentage of data is lost, to find the availability of the host, and to measure how long the response takes.
12) POWERCFG: Power Configuration
This command is used to get the power efficiency report, sometimes you may notice that your laptop runs out of battery, this is due to the power setting configuration. Type powercfg – energy command in the CMD prompt to get a full power efficiency report.
13) SHUTDOWN: Turn Off the Computer
In general, shut down you have to click on start, then you need to select the shutdown option from the start menu tab, and then the system gets shut down completely. By using this shutdown command in CMD you can easily shutdown, restart, and log off your computer as well as u the remote computers.
14) SYSTEMINFO: System Information
This command will display all the information about the computer system, it will pull the data about OS version, brand, BIOS version, processor, etc. in a proper format that will be easy to read and get the information.
15) SCHTASKS: Schedule Tasks
This command will help you with the wizard for creating a scheduled task. For example, if you want to create the backup of files or folders at a particular duration along with the frequency, then you need to schedule the task by typing the SCHTASKS command.
Other Windows Command Prompt command List
There are many other powerful and useful commands that will give you the ability to do some things that you never realized just by typing a simple command.
For File, Access Use These Commands
comp |
compact |
copy / xcopy |
diskcomp |
diskcopy |
erase / del |
expand |
mkdir |
move |
rename |
replace |
rmdir / rd |
tree |
type |
compare file contents |
display/change file compression |
copy files |
compare the content of two floppy disks |
copy floppy disc to another one |
delete one or more files |
extract files |
create a new directory |
move/rename files |
rename files |
replace files |
delete directory |
display folder structure graphically |
display content of text files |
For Networking Use These Commands
ftp |
ftype |
getmac |
netsh |
netstat |
nslookup |
pathping |
route |
telnet |
tftp |
transfer files to an FTP server |
display file type and mapping |
display MAC address |
configure/control/display network components |
display TCP/IP connections and status |
query the DNS |
test the connection to a specific IP address |
display network routing table, add static routes |
establish Telnet connection |
transfer files to a TFTP server |
For Media Use These Commands
defrag |
diskpart |
driverquery |
format |
label |
mode |
mountvol |
verify |
vol |
defragment media |
volume management |
display installed devices and their properties |
format volumes |
change volume name |
configure interfaces/devices |
assign/delete drive mountpoints |
monitoring whether volumes are written correctly |
show volume description and serial numbers of the HDDs |
Bottom Line
If you find this interesting and want to learn more, then visit the Windows command prompt command list website click here. Thank You