Tips & Tricks To Use Command Prompt :
I'm showing you some tips & tricks to use cmd! so open cmd on your PC and you may write these code to get understand better .
2. vol ➟ used checking in which volume(drive) you are working.
3. ver ➟ shows us the version of our operating system.
4. date ➟ show us the date and day and we can also put new date on it.
5. date /t ➟ only show date.
6. time ➟ shows time and we can also change it.
7. time /t ➟ only show time.
8. E: ➟ It is used for changing C:(drive) to another drive like E: , D: etc.
9. E:\>dir ➟ It show the file of the drive you entered eg. C:\>dir , D:\>dir , E:\>dir etc. (E:\>dir : means directory of drive E:\)
10.1 E:\>cd (file name) ➟ it will goes in E drive then we can open files on E drive (cd means change directory(folder) )
e.g. when we enter E:\>cd pubg then first it goes in E drive then open folder name as pubg .
10.2 E:\(filename)>dir ➟it open files in dir means Directory
11. E:\(file name)>cd ➟ E:\> (cd used for changing directory or it goes back in E Drive)
12. E:\>mkdir akash ➟ mkdir (makedirectory) make a new directory name as akash in E drive.
13. E:\akash>type nul>python.txt ➟type nul is used for creating a txt file in a directory .
14. E:\akash>ren python.txt ➟ ren used for renaming file.
15. E:\akash>notepad python.txt ➟ it will open notepad and then we can write anything in file python.txt.
15. E:\akash>type python.txt ➟ type command will show the content in the txt file or you can edit that .
16. E:\akash>del python.txt ➟ del command used as delete file (file name) .
17. E:\akash>rmdir pubg ➟ rmdir means remove directory , it is used for deleting folder.
18. E:\ping.google.com ➟ it will show you ping on websites like google.com , facebook.com etc.
19. E:\ipconfig/all ➟ it will show you mac(physical) address (ipconfig means internet Protocol Configuration )
20. E:\exit ➟ exit is used to quit command prompt
>>> CMD advance tips & tricks
1. Open Administrator-Command Prompt And then type this if you want to change your password without knowing old password➟ net user
➟ net user akash qwerty (akash is a username and qwerty is a password you can also type password you want to put )
2. Open CMD And then type this if you want to know your wifi password that u r connect to pc
➟netsh wlan show profile (wifi name) key=clear
3. Open CMD And then type this for knowing all detail about your PC ➟ ipconfig/all
Hope you Understand :)
If you have any query you may Contact Us
Insta : @akashmacskill (Founder)