Driverquery = Displays a list of all installed device drivers and their properties. I would like to recommend this parameter "driverquery /s \\remotecomputer" , it helps you can remote to other PCs easily
Incorrect device drivers can lead to any number of system problems. If you want to see which drivers are installed on a Windows system, you can do so by running the driverquery tool. This simple command-line tool provides information about each driver that is being used. The command is:
driverquery
driverquery -v
driverquery -si
driverquery /nh
Note: Sample command with export the result... driverquery /s \\remotecomputer >> c:\driverresult.txt
0 comments:
Post a Comment