Command Prompt Tricks Tips & Hacks
There are lot of command prompt tricks and tips which many of us don’t know about.Command prompt can be very useful if you know how to use.Just go to cmd and check the following cool commands
1. systeminfo
With this command, you can retrieve the following information:
Host Name
OS Name
OS Version
OS Manufacturer
OS Configuration
OS Build Type
Registered Owner etc
2. driverquery
Get Installed Driver Information
3. ipconfig /all
information about your network connection and IP address
4.
subst W: C:windows
Map A Drive Letter to a Folder
5. tasklist
List All Tasks Running On The Computer
6.taskkill /im programnames.exe /f
to Kill A Program
No comments:
Post a Comment