Commands of CMD

Commands of CMD

Basic Networking:

- ipconfig;
- ipconfig/all;
- nslookup;
- ping;
- tracert;
- route print;

Shutdown any computer connected with the same network:

1. shutdown -i
2. name the computer's IP

Basic commands in cmd:

- color all;
- help prompt; // To get all prompt commands;
- title hacking;   // change title into hacking;
- telnet towel.blinkenlights.nl  // For star wars movie in cmd, you need to enable the telnet feature in your       pc to access it.
- Attrib +h +s +r folder_name     //Hide folder
- Attrib -h -s -r // show folders that are hidden;
- | clip               //output copying;
- F7 button      //seeing command history.
- md aux\        // Folder names that     cannot be written or published in windows like aux, con;    
- wmic product get name  // to see all the installed programmes.