26/08/2016

9 Useful Windows Commands !






Hi guys,i want to talk about CMD on Windows.Windows has some cmd commands which are really useful.Firstly you should run  command for Windows(win+R),then  type cmd .Let's look  at featured commands:



1)assoc

As you know there are lots of file types,so file extensions.Sometimes  it can be confused to determine extensions and which programs use these extensions.For this ,assoc can be used and a great result is seen:




2)cipher


When you delete a file in your hard disk,usually it doesn't cleared from your disk.the file is signed as
inaccessible by Windows.If you really clear it,you should use this command, so it will be harder to achieve this file.An example is shown below for  the C: driver.It clears empty areas on disk.This command doesn't give harm to your existing data:




3)driverquery


You can see all your drivers by this amazing command.And if you use with -v parametre ,you will see the drivers with their folders.



4)ipconfig


This command shows your ip in your LAN.Also you can see your modem's ip.By using ipconfig/release and ipconfig/renew,you can get a new ip.You can use these commands when an ip problem is occured.




When  you have probelems with the network ,use ipconfig/flushdns.You can renew your DNS address.

5)ping


Use this command for viewing the communcation between your computer and the web site.By this command a test package is sent  to the site.If these packets come back,it means that you have connection with the site.



6)netstat



By typing this command with -an you can see the open adress with  connected ips.Use this command to protect your computer from harmful sites and programs.




7)pathping 


This command is an improved version of the ping command.If there are different routers ,you can view a detailed path.

8)powercfg


As it is seen from the name, you can view and configure your computer's power savings.

With “powercfg/hibernate on” and “powercfg/hibernate off” commands you can control to hold overyour power savings.You can see your system saving status with powercfg/a .


9)shutdown


Yes as you think you can shutdown your computer.But as a point if you use this command like this shutdown/r/o ,your computer restarts and you can access "safe mode".