Looking for cool CMD hacks? Here are top cool CMD hacks that are easy to learn but they can be very useful.
1)CMD Hacks : Change CMD Title
Here is simple hack that will change cmd title .
Just Click on Start
title your Custom Message
Here your Custom Message indicates any message. Then hit Enter check out the title bar of the command window.
2) CMD Hacks : Get Installed Driver Information
In cmd window type
driverquery
and hit enter
It can be very useful when troubleshooting to know what drivers are installed on a system. This command will give you a complete listing of the drivers and when they were installed.
3) CMD Hacks: To Know What Is Running On Your System
Type
tasklist
and hit enter
4) CMD Hacks: Check System Information
Run Command Prompt (cmd)
type
systeminfo
5) CMD Hacks: Shutdown Command
CMD offers shutdown command that will shutdown , restart or log off your computer after certain seconds
shutdown -s -t 50 – command will shutdown your pc after 50 seconds
shutdown -l -t 50 – command will log off your pc after 50 seconds
shutdown -r -t 50 – command will restart your pc after 50 seconds
shutdown -a – command will abort all shutdown operations
I hope this helps...
Thank You..
0 comments:
Post a Comment