Useful CMD Commands to use | Computer tricks

 Useful CMD Commands  You Have to Use



  1. Ipconfig = To know your ip address
  2. Cd desktop = To jump on desktop
  3. mkdir folder(This is the name of folder) =To make folder on desktop
  4. Tasklist  =To view the programs run 
  5. help color   =To change the color in CMD   
  6. Color no. of color
  7. cls = TO CLEAR THE SCREEN
  8. wmic memorychip get memorytype, smbiosmemorytype =To check which type of RAM in your PC.
  9. wmic memphysical get maxcapacity = Maximum RAM Capacity of Your Computer.
  10. wmic memphysical get maxcapacity, memorydevices = Maximum RAM Capacity of Your Computer with slot information
  11. help prompt = TO CHANGE THE PROMPT
  12. title title name (This is your title)=TO CHANGE THE TITLE
  13. attrib +h +s +r folder = TO HIDE ANY FOLDER
  14. attrib -h -s -r folder   =   TO UNHIDE FOLDER
  15. dir(or another commands) | clip = TO COPY THE OUTPUT OF ANY COMMAND
  16. F7 = TO VIEW HISTORY 
  17. md aux/ =TO CREATE A FOLDER NAMED aux AND con        aux and con named folder can not be created normally.
  18. wmic product get name = TO VIEW ALL PROGRAMS INSTALLED ON YOUR PC (NOTE: It will take some time)
  19. telnet towel.blinkenlights.nl = TO WATCH STAR WARS MOVIE IN CMD (NOTE: To watch movie you need to enable telnet client in windows features )
  20. powercfg -h = To Enable Hibernate option in power configration

CMD TRICKS TO IMPRESS FRIENDS

  1. tasklist = Shows all recent used tasks
  2. tree = Graphically represents recent used files and folders.
  3. systeminfo =Shows almost everything about PC and OS
  4.  Doskey /history = Shows recent used commands in cmd

Best CMD Commands used 

WEBSITE = ANY WEBSIT LIKE google.com.

  1. ping website = TO KNOW THE IP ADDRESS OF ANY WEBSITE
  2. nslookup website =RESOLVING DNS INTO IP
  3. tracert website = DISPLAYING THE ROUTE PATH BETWEEN YOUR COMPUTER TO WEBSITE
  4. arp -a =SHOW The ARP TABLE
  5. route print =ROUTING TABLE, GATEAWAY, INTERFACE AND METRIC
  6. ipconfig/all =SEE YOUR IP,GATEWAY , DNS AND OTHER INFO
  7. netstat -an = SEE CONNECTION STATUS

Previous Post Next Post