-->

Master Cmd Commands From Beginner to Expert

Hello guys welcome back to our website now we are going to discuss about some interesting cmd tricks . Lot of people don't knows the usage 
some of people's use cmd as a hacking tool . where cmd is a hidden terminal in windows.where cmd stands for command prompt.

How CMD can be used.

It can be used to recover corrupted storage,to remove virus in a external storage,to put a lock to pendrive ,To install and run Java Development Kit (JDK).


What is Command prompt(CMD)

Command prompt is commonly called as cmd.where cmd is the command-line works on Windows NT, Windows OS and eComStation OS . In CMD we could give some commands to perform specific tasks.


How to open Command Prompt 

Method1

STEP1:first of all click on start button 
STEP2:Now enter CMD or command prompt in Search bar and tap enter 
STEP3:Now click on command prompt application 
METHOD 2
STEP1:Click Windows Key + R at a time 

STEP2:Now enter CMD or command prompt in Search bar and tap enter 
STEP3:Now click on command prompt application


Usage of Functional keys in CMD

Where in cmd mostly F1 to F9 Functional keys are used . Every Functional keys executes specific function.
F1:where you can use This function key to pastes the character lastly used .
F2: where you can use this function key only to paste last used command only to a specified command character
.F3: where you can use this function key to Paste the Last used command.
F4: where you can use this functional key to Delete specified command 

Also read:What Is A Batch File In Windows? How To Create A Batch File?

F5: where you can use this functional key to pastes last used the command without cycling.
F6: where you can use this functional key to Paste ^Z 
F7: where you can use this functional key to get a list of already used commands.
F8: where you can use this functional key to pastes cycle-able used commands.

F9: where you can use this functional key which let you paste command from the list of recently used commands.

Lets Copy data from cMd

here you can't easily copy data from cmd using short key Ctrl+C.
If you want to copy data from the cmd then follow below steps 
STEP1:Open cmd app then right click anywhere on the cmd window 
STEP2:now click on mark option from the drop down box.
STEP3: now select your desired text to copy and 
STEP4: At last click enter to copy that Desired text 
Note:-. You need to follow all these steps in windows 10 . But these steps should be copy data in cmd upto windows 9 versions.

Master CMD COMMANDS from beginner to expert.

In this article i have posted almost all commands from beginner to advanced.where you could know the usage and result after executing the command.i explained everything in brief.
If you want to execute certain command , you need to type “/?” at the end of the command and type enter to get result of that command.

Also Read:How To Remove Virus From USB Or Any Drive On Windows 10 Using CMD


Let's EXECUTE different commands in a sequence 
You can easily execute one command after another command in a ordinary way. But in a pro way you can run dual commands in a consecutive order by adding
"&&"in between both commands to execute them one after another.


How to get Ip address of any website 

If you want to get ipaddress of a specific mobile you have to share a link to the victim which remotely stole his ipaddress and provides you .

Also Read:Howto trace ip with different sources

 but in case of website ip address you need not to work hard . where you have to use "nslookup" command including website name to get ipaddress of a specific website . example if you want ip address of my website just enter nslookupkumarjeeru.blogspot.com


Lets Create Permanent Folders: 

STEP1:Open cmd and give disk as path in which you wish to create this folder as “md con\” or “md lpt1\” and hit enter.


STEP 2: The final code should look something like “D: md con\“. 
The new folder will be with this same name. 
There's another way to create unremovable folders click below link to know more.

Repair corrupted system files.

At first of the article i told you cmd can be used to recover corrupted storage,to remove virus in a external storage and internal storage. Simply type “sfc/scannow” and hit enter. 

It scans all files and shows if there are any errors in a certain disk . Then Google it for the solution of the problem . some of files can also be repaired through cmd like corrupted storage . deleting some malwares.

Also Read:12 Brilliant Command Prompt (CMD) Tricks You Probably Don’t Know About

Check whether both text files are same or not
To compare difference between content of two text files . For this, you have to type “FC” command to enter the directories of both text files.

Ex “FC textfileone.txt textfiletwo.txt " and then tap enter to get result whether both are different or same . If both files are same then you will get a response in return as “no difference encountered”.

Do you know Netstat Command: 

You can use this tool when you want to know about who is establishing a connection with your pc. 
The output of this command provides you the resultant information regards all active connection ports through your pc .like data sharing,file sharing,charging,bluetooth transfer
Commands for netstat

COMMAND1 -a( Which display all connections like bluetooth, wifi etc).

COMMAND2. -n(sorts connection in numerical order
1-wifi
2-bluetooth
Likethat).
COMMAND3. -b(display executable name. that is browser name)

Create wifi hotspot through cmd 

Of course in some older windows versions has no hotspot feature to share Internet access with multiple number of devices . 

Aldo Read:How to create WiFi hot spot using cmd (without any software)

you might used hotspot service in smartphone . now i am going to teach you how to setup hotspot on cmd 
STEP1:First of all Enter the text “netsh wlan set hostednetwork mode=allow ssid=HotspotName key=Password“ in the cmd and tap enter then that details will be saved.

Hint:-put your desired name in place of hotspot name and some critical password in place of (password) in above command

STEP2: Now you have to share your WiFi hotspot,for this you have to type “netsh wlan start hostednetwork” in the cmd such that your wifi hotpot becomes public then nearby devices can be connected but Password required 

Step-3: To stop the WiFi hotspot, enter following command “netsh wlan stop hostednetwork” and tap enter . Such that hotspot wile be stopped. No one can access your hotspot anymore. 
Note :-if you want to reuse hotspot follow for step2

Shutdown pc with cmd 

Every time it's boring to shut down pc by pressing start button then tapping shutdown.now let's do shutdown task with cmd.
Follow respective commands as i shown below 
To Shutdown your computer :shutdown -sFor To Restarting your computer :shutdown -rFor To Logoff your computer :shutdown -l

Some additional cmd commands 

Also Read:How to repair a corrupted flash drive (memory card / USB pendrive)


1. Accessibility Controls – access.cpl | Best CMD Tricks
2. Accessibility Wizard – accwiz
3. Add Hardware Wizard – hdwwiz.cpl
4. Add/Remove Programs – appwiz.cpl
5. Administrative Tools – control admintools
6. Automatic Updates – wuaucpl.cpl
7. Bluetooth Transfer Wizard – fsquirt
8. Calculator – calc
9. Certificate Manager – certmgr.msc
10. Character Map – charmap
11. Check Disk Utility – chkdsk
12. Clipboard Viewer – clipbrd
13. Command Prompt – cmd
14. Component Services – dcomcnfg
15. Computer Management – compmgmt.msc
16. Control Panel – control
17. Date and Time Properties – timedate.cpl
18. DDE Shares – ddeshare
19. Device Manager – devmgmt.msc
20. Direct X Troubleshooter – dxdiag
21. Disk Cleanup Utility – cleanmgr
22. Disk Defragment – dfrg.msc
23. Disk Management – diskmgmt.msc
24. Disk Partition Manager – diskpart
25. Display Properties – control desktop
26. Display Properties – desk.cpl
27. Dr. Watson System Troubleshooting Utility – drwtsn32
28. Driver Verifier Utility – verifier
29. Event Viewer – eventvwr.msc
30. Files and Settings Transfer Tool – migwiz
31. File Signature Verification Tool – sigverif
32. Findfast – findfast.cpl
33. Firefox – firefox
34. Folders Properties – control folders
35. Fonts – control fonts
36. Fonts Folder – fonts
37. Free Cell Card Game – freecell
38. Game Controllers – joy.cpl | Best CMD Commands 2017
39. Group Policy Editor (for xp professional) – gpedit.msc
40. Hearts Card Game – mshearts
41. Help and Support – helpctr
42. HyperTerminal – hypertrm
43. Iexpress Wizard – iexpress
44. Indexing Service – ciadv.msc
45. Internet Connection Wizard – icwconn1
46. Internet Explorer – iexplore
47. Internet Properties – inetcpl.cpl
48. Keyboard Properties – control keyboard
49. Local Security Settings – secpol.msc
50. Local Users and Groups – lusrmgr.msc
51. Logs You Out Of Windows – logoff
52. Malicious Software Removal Tool – mrt
53. Microsoft Chat – winchat
54. Microsoft Movie Maker – moviemk
55. Microsoft Paint – mspaint
56. Microsoft Syncronization Tool – mobsync
57. Minesweeper Game – winmine
58. Mouse Properties – control mouse
59. Mouse Properties – main.cpl
60. Netmeeting – conf
61. Network Connections – control netconnections
62. Network Connections – ncpa.cpl
63. Network Setup Wizard – netsetup.cpl
64. Notepad – notepad
65. Object Packager – packager
66. ODBC Data Source Administrator – odbccp32.cpl
67. On Screen Keyboard – osk
68. Outlook Express – msimn
69. Paint – pbrush
70. Password Properties – password.cpl
71. Performance Monitor – perfmon.msc
72. Performance Monitor – perfmon
73. Phone and Modem Options – telephon.cpl
74. Phone Dialer – dialer
75. Pinball Game – pinball
76. Power Configuration – powercfg.cpl
77. Printers and Faxes – control printers
78. Printers Folder – printers
79. Regional Settings – intl.cpl
80. Registry Editor – regedit
81. Registry Editor – regedit32
82. Remote Access Phonebook – rasphone
83. Remote Desktop – mstsc
84. Removable Storage – ntmsmgr.msc
85. Removable Storage Operator Requests – ntmsoprq.msc
86. Resultant Set of Policy (for xp professional) – rsop.msc
87. Scanners and Cameras – sticpl.cpl
88. Scheduled Tasks – control schedtasks
89. Security Center – wscui.cpl
90. Services – services.msc
91. Shared Folders – fsmgmt.msc
92. Shuts Down Windows – shutdown
93. Sounds and Audio – mmsys.cpl
94. Spider Solitare Card Game – spider
95. SQL Client Configuration – cliconfg
96. System Configuration Editor – sysedit
97. System Configuration Utility – msconfig
98. System Information – msinfo32
99. System Properties – sysdm.cpl
100. Task Manager – taskmgr
101. TCP Tester – tcptest
102. Telnet Client – telnet
103. User Account Management – nusrmgr.cpl
104. Utility Manager – utilman
105. Windows Address Book – wab
106. Windows Address Book Import Utility – wabmig
107. Windows Explorer – explorer.
108. Managing the Boot Configuration Data – bcdedit
109. Editing Boot Settings – bootcfg
110. Encrypting or Decrypting Files/folders – cipher
111. Clearing the screen – cls
112. Managing stored usernames/passwords – cmdkey
113. Changing CMD Color – color
114. Compressing one or more files – compress
115. Converting FAT drives to NTFS – convert
116. Delete files – del
117. Deleting User Profiles – delprof
118. Displaying the list of files and folders – dir
119. Displaying Message On Screen – echo
120. Deleting one or more files – erase
121. Opening the windows Explorer – explorer
122. Formatting a disk – format
123. Knowing file extension – ftype
124. Displaying the Mac Address – getmac
125. Online help – help
126. Displaying the host name – hostname
127. Editing disc label – label
128. Log a user off – logoff
129. Get a log time in a file – logtime
130. Creating .cab files – makecab
131. Creating new folders- md
132. Opening Windows Installer – msiexec
133. Managing the network resources – net
134. Knowing the permissions for a user – perms
135. Testing a network connecting – ping
136. Printing a text file – print
137. Shutdown computer – psshutdown
138. Checking free disk space – freedisk
139. Know the file and volume utilities – fsutil
140. File transfer protocl – ftp
141. Showing the space used in folders – diskuse
142. Deleting a folder and all subfolders – deltree
143. Importing or Exporting Active directory data – csvde
144. Displaying the resultant set of Policy information – gpresult
145. Updating the Group policy settings – gpupdate
146. Replacing the files that are currently in use by the os – inuse
147. Comparing two files – fc
148. Finding a text string in a file – find
149. Finding for a strings in file – findstr
150. Displaying the memory usage – mem

I hope you may loved this cool post.If you have any doubts post in comment section.
Please check out advertisements on our website which helps us to post more content for you . Don't forget to share this cool post with all your friends and groups.
Have a nice day sharing is caring

Also Read

Post a Comment