Command Prompt
LIST OF SOME USEFULL COMMANDS
1. doskey /history - use this command to track down the history in command prompt or cmd this is very useful if you forgot the command that you type.
2. sfc /scannow - a system file checker tool in command prompt that if some files are missing or corrupted, this command fixes the problem.
3.driverquery - show a list of drivers installed in your computer.
4. | clip - this command is use to copy the output of the command you execute example " ipconfig | clip" it will display nothing in command prompt but if you open notepad then hit ctrl + v or right click then paste it will display the result in notepad.
5. wmic product get name - it will display all installed programs in your computer and also if you want to know the version and the date installed follow the example picture below.
6.CHKDSK /f /r - will check the entire disk surface for bad sectors and attempt to repair sometimes they only use chkdsk /f or chkdsk /r but i use chkdsk /f /r at the same time
7.ping - it will show the ip address of any websites example "ping www.google.com" and also it will tell you if your internet have a good connection.
8. ipconfig/all it will display all info about your computer network.
9. ipconfig /release - releases the connection.
ipconfig /renew - reconnect to the internet with a new IP address.
3.driverquery - show a list of drivers installed in your computer.
4. | clip - this command is use to copy the output of the command you execute example " ipconfig | clip" it will display nothing in command prompt but if you open notepad then hit ctrl + v or right click then paste it will display the result in notepad.
5. wmic product get name - it will display all installed programs in your computer and also if you want to know the version and the date installed follow the example picture below.
6.CHKDSK /f /r - will check the entire disk surface for bad sectors and attempt to repair sometimes they only use chkdsk /f or chkdsk /r but i use chkdsk /f /r at the same time
7.ping - it will show the ip address of any websites example "ping www.google.com" and also it will tell you if your internet have a good connection.
8. ipconfig/all it will display all info about your computer network.
9. ipconfig /release - releases the connection.
ipconfig /renew - reconnect to the internet with a new IP address.
Comments
Post a Comment