Useful CMD Commands You Have to Use
- Ipconfig = To know your ip address
- Cd desktop = To jump on desktop
- mkdir folder(This is the name of folder) =To make folder on desktop
- Tasklist =To view the programs run
- help color =To change the color in CMD
- Color no. of color
- cls = TO CLEAR THE SCREEN
- wmic memorychip get memorytype, smbiosmemorytype =To check which type of RAM in your PC.
- wmic memphysical get maxcapacity = Maximum RAM Capacity of Your Computer.
- wmic memphysical get maxcapacity, memorydevices = Maximum RAM Capacity of Your Computer with slot information
- help prompt = TO CHANGE THE PROMPT
- title title name (This is your title)=TO CHANGE THE TITLE
- attrib +h +s +r folder = TO HIDE ANY FOLDER
- attrib -h -s -r folder = TO UNHIDE FOLDER
- dir(or another commands) | clip = TO COPY THE OUTPUT OF ANY COMMAND
- F7 = TO VIEW HISTORY
- md aux/ =TO CREATE A FOLDER NAMED aux AND con aux and con named folder can not be created normally.
- wmic product get name = TO VIEW ALL PROGRAMS INSTALLED ON YOUR PC (NOTE: It will take some time)
- telnet towel.blinkenlights.nl = TO WATCH STAR WARS MOVIE IN CMD (NOTE: To watch movie you need to enable telnet client in windows features )
- powercfg -h = To Enable Hibernate option in power configration
CMD TRICKS TO IMPRESS FRIENDS
- tasklist = Shows all recent used tasks
- tree = Graphically represents recent used files and folders.
- systeminfo =Shows almost everything about PC and OS
- Doskey /history = Shows recent used commands in cmd
Best CMD Commands used
WEBSITE = ANY WEBSIT LIKE google.com.
- ping website = TO KNOW THE IP ADDRESS OF ANY WEBSITE
- nslookup website =RESOLVING DNS INTO IP
- tracert website = DISPLAYING THE ROUTE PATH BETWEEN YOUR COMPUTER TO WEBSITE
- arp -a =SHOW The ARP TABLE
- route print =ROUTING TABLE, GATEAWAY, INTERFACE AND METRIC
- ipconfig/all =SEE YOUR IP,GATEWAY , DNS AND OTHER INFO
- netstat -an = SEE CONNECTION STATUS
Tags
Computer Tricks