Scroll Top

Getting started with windows command line basics (cmd) for hackers

blocks-image-123 (Demo)
Windows commands
Ipconfig
It relays all Ip addresses that our system is currently using
CLS
Type CLS, to clear the screen.
Ping
Ping command will send a series of test packets to the specified address. If they arrive and are returned, then we get to know that the device is capable ofcommunicating with the PC; But, if it fails then there will be something, which blocks thecommunication between the device and computer. It can also help to decide if the root of the issue is an improper configuration or a failure of network hardware.
Pathping
Just the advanced feature of ping, which is useful when there are multiple routers between asystem and the device of testing. It also gives information about the route that test packet takes..
Tracert
It traces the IP addresses and domain names. It also ​tracks how much time (inmilliseconds) each hop between servers or devices takes.
Powercfg
This command is used for managing and tracking how the computer uses energy or power.Use command——>> ​powercfg /a
Powercfg /lastwake ​will show what device last woke your PC from a sleep state.In Window8, use command ​powercfg /batteryreport​, which provides a detailedanalysis of the battery.
Shutdown
This command will shut down our system.
For restart the system, use command ​shutdown /r /o
Systeminfo
It relays all the information about operating systems and hardwares.
Make file
For making a file or folder, use command [ dir—>>cd Desktop —>>mkdir(name) ]
View on location, where the folder has been created i.e Hacker folder on Desktop in this case.
Author : Gurpreet Kaur
Privacy Preferences
When you visit our website, it may store information through your browser from specific services, usually in form of cookies. Here you can change your privacy preferences. Please note that blocking some types of cookies may impact your experience on our website and the services we offer.