5 Useful Command Prompt (CMD) Tricks You Should Know
1) Command History
There is a command that will let you track down all your command history. This command will be useful if you are trying to look for some command that you have used in the past.doskey /history
2) Colorful Command Prompt
You can also change the color of your command prompt to make it look more beautiful. You just need to right-click at the top corners of the Command prompt and then choose the option “Properties”. Find the colors tab and set the color according to your wish.3) Scan System files for problems
If your computer is showing you some error, then sfc /scannow command will be very helpful. If some of your computer files are missing or corrupted, this command will fix them.sfc /scannow
No comments:
Post a Comment
Leave your valuable opinion.