Sign in with
Sign up | Sign in
Your question
Solved

is it possible to check graphics driver from command line?

Tags:
  • Command Line
  • Graphics
Last response: in Graphics & Displays
Share
October 23, 2013 4:51:38 PM

im writing a basic script to install drivers. is it possible to check to see if the windows default VGA driver is in use from a command line batch file? i would like to check to see if it is use and if it is to execute a series of driver installations.

More about : check graphics driver command line

Best solution

October 23, 2013 6:13:50 PM

more simple just creating a batch file with drivers to be installed. Some systems, just the video card might need drivers installed, so even a 'batch' file is useless.
Share
October 23, 2013 7:48:18 PM

computertech82 said:
more simple just creating a batch file with drivers to be installed. Some systems, just the video card might need drivers installed, so even a 'batch' file is useless.


This is for a variety of computers. i have everything i need. Except a way to check if windows is using the default driver or not then return a value. This is a just part of a larger project.
m
0
l
!