Pages

Wednesday, May 12, 2010

Command Prompt Tricks Tips & Hacks

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: