Skip to main content

Posts

Featured

Command Prompt

   LIST OF  SOME USEFUL 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 t...

Latest Posts