Default settings The default command prompt setting on Windows is pretty limited. Some limitation that I found while working on the command prompt is as follows… Screen buffer size is very little. This means output of commands like ‘tree’ will not show up entirely in the command prompt. Once you scroll up you’ll not see […]
Continue reading…
DOS
DOS command to display a list of installed device drivers
To list all the drivers on your box use the DOS command DriverQuery. Usage: C:>driverquery /? DRIVERQUERY [/S system [/U username [/P [password]]]] [/FO format] [/NH] [/SI] [/V] Description: Enables an administrator to display a list of installed device drivers. Parameter List: /S system Specifies the remote system to connect to. /U [domain]user Specifies […]
Continue reading…