99 Cmd Command Prompt commands briefly explained.properly works in windows.
1. **Assoc:** Displays or modifies file associations.
2. **Attrib:** Changes file attributes.
3. **Break:** Sets or clears extended CTRL+C checking.
4. **Cacls:** Displays or modifies access control lists (ACLs) of files.
5. **Call:** Calls one batch program from another.
6. **Cd:** Changes the current directory.
7. **Chcp:** Displays or sets the active code page number.
8. **Chdir:** Changes the current directory.
9. **Chkdsk:** Checks a disk and displays a status report.
10. **Chkntfs:** Displays or modifies the checking of disk at boot time.
11. **Cls:** Clears the Command Prompt window.
12. **Cmd:** Starts a new instance of the Command Prompt.
13. **Color:** Sets the default console foreground and background colors.
14. **Command:** Starts a new instance of the Command Prompt.
15. **Comp:** Compares the contents of two files or sets of files.
16. **Compact:** Displays or alters the compression of files on NTFS partitions.
17. **Control:** Opens Control Panel.
18. **Copy:** Copies one or more files to another location.
19. **Cscript:** Hosts script engines for Active Scripting languages.
20. **Date:** Displays or sets the date.
21. **Defrag:** Optimizes the performance of drives.
22. **Del:** Deletes one or more files.
23. **Deltree:** Deletes a directory and all the files and subdirectories in it.
24. **Dir:** Displays a list of files and subdirectories in a directory.
25. **Diskpart:** Manages disks, partitions, or volumes.
26. **Dism:** Services and Management Tool for Windows images.
27. **DOSKEY:** Edits command lines, recalls Windows commands, and creates macros.
28. **Driverquery:** Lists installed device drivers.
29. **Echo:** Displays messages or turns command echoing on or off.
30. **Endlocal:** Ends localization of environment changes in a batch file.
31. **Erase:** Deletes one or more files.
32. **Exit:** Quits the Command Prompt (CMD.EXE) program.
33. **Expand:** Expands one or more compressed files.
34. **Fc:** Compares two files or sets of files and displays the differences.
35. **Find:** Searches for a text string in a file or files.
36. **Findstr:** Searches for strings in files.
37. **For:** Runs a specified command for each file in a set of files.
38. **Format:** Formats a disk for use with Windows.
39. **Fsutil:** Performs tasks that are related to file allocation table (FAT) and NTFS file systems.
40. **Ftp:** Transfers files to and from a computer running an FTP server service.
41. **Ftype:** Displays or modifies file types used in file name extension associations.
42. **Getmac:** Displays the media access control (MAC) address of the network adapter.
43. **Goto:** Directs the Windows command interpreter to a labeled line in a batch program.
44. **Help:** Provides Help information for Windows commands.
45. **Hostname:** Displays the host name portion of the full computer name of the computer.
46. **Icacls:** Displays or modifies discretionary access control lists (DACLs) on specified files.
47. **Ipconfig:** Displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.
48. **Label:** Creates, changes, or deletes the volume label of a disk.
49. **Logman:** Manages the Performance Logs and Alerts.
50. **Mkdir:** Creates a directory.
51. **Mklink:** Creates Symbolic Links and Hard Links.
52. **Mode:** Configures a system device.
53. **More:** Displays output one screen at a time.
54. **Move:** Moves one or more files from one directory to another directory.
55. **Msconfig:** Configures system startup.
56. **Net:** Manages network resources.
57. **Netsh:** Configures dynamic and static network information.
58. **Notepad:** Opens Notepad.
59. **Nslookup:** Displays information that you can use to diagnose Domain Name System (DNS) infrastructure.
60. **Openfiles:** Displays files that are opened by remote users.
61. **Path:** Displays or sets a search path for executable files.
62. **Pause:** Suspends processing of a batch file and displays a message.
63. **Ping:** Verifies IP-level connectivity to another TCP/IP computer by sending Internet Control Message Protocol (ICMP) Echo Request messages.
64. **Popd:** Restores the previous value of the current directory saved by Pushd.
65. **Powercfg:** Configures power settings.
66. **Print:** Prints a text file.
67. **Prompt:** Changes the Command Prompt text.
68. **Pushd:** Saves the current directory then changes it.
69. **Rasdial:** Connects or disconnects a dial-up or virtual private network (VPN) connection.
70. **Rcp:** Copies files to or from a remote computer running the RCP service.
71. **Recover:** Recovers readable data from a bad or defective disk.
72. **Reg:** Registry Console Tool.
73. **Regedit:** Registry Editor.
74. **Regsvr32:** Registers or unregisters DLLs.
75. **Relog:** Command-line utility that converts performance counters log files to other formats.
76. **Rem:** Records comments (remarks) in a batch file or CONFIG.SYS.
77. **Rename:** Renames a file or files.
78. **Replace:** Replaces files.
79. **Rmdir:** Removes a directory.
80. **Robocopy:** Robust File Copy.
81. **Route:** Manipulates network routing tables.
82. **Runas:** Enables a user to run a program with the permissions of another user.
83. **Sc:** Service Control.
84. **Schtasks:** Schedules commands and programs to run periodically or at a specific time.
85. **Set:** Displays, sets, or removes Windows environment variables.
86. **Setlocal:** Begins localization of environment changes in a batch file.
87. **Sfc:** Scans and verifies the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions.
88. **Shutdown:** Shuts down, restarts, or logs off the computer.
89. **Sort:** Sorts input.
90. **Start:** Starts a separate Command Prompt window.
91. **Subst:** Associates a path with a drive letter.
92. **Systeminfo:** Displays detailed configuration information about a computer and its operating system.
93. **Tasklist:** Displays a list of applications and services with their Process ID (PID) for all tasks running on either a local or a remote computer.
94. **Taskkill:** Terminates processes by process ID (PID) or image name.
95. **Time:** Displays or sets the system time.
96. **Timeout:** Pauses command processing for the specified number of seconds.
97. **Title:** Sets the window title for a CMD.EXE session.
98. **Tracerpt:** Parses and displays ETL or EVTX logs.
99. **Tree:**
Thank Me Later
Post a Comment