|
I wand to find the NVIDIA graphics drivers version on all Windows XP clients remotely.
Answer Snippets (Read the full thread at superuser):
I'll leave it up to you to write the script to retrieve this from all from a domain, or direct name... .
The most reliable way to find the driver's version needs remote desktop:
Right-click on the desktop you driver version number.
|
|
Is there an easy way to get the version of the MySQL driver programmatically from within a C# program referencing MySQL.Data.dll ?
Started by nos on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How about this:
Version version = System.Reflection.AssemblyName.GetAssemblyName("MySQL.....
You can parse the assembly full name to get the version of your .net connector and then use which Mysql Server version are supported.
|
|
How can the display driver version be programatically obtained on the Mac?
Related:
Programmatically get processor details from Mac OS X
Started by V C on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Display option
This will display all the information about the current video card and driver info.
|
Ask your Facebook Friends
|
Using Visual Basic for Applications , how can I find out which version of the MySQL ODBC driver is installed in Windows on a user's machine?
I have a Microsoft Access application that uses the MySQL ODBC driver to make a connection. The connection string...
Started by Ben McCormack on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
MySQL ODBC 3.51 Driver HKEY_LOCAL_MACHINE\SOFTWARE\ ODBC\ODBCINST.INI\ ODBC Drivers\MySQL ODBC 5.1 Driver
Using the info found here , you can get at it using the below code (I tested it in Access 97 Drivers\MySQL ODBC 3.51....
|
|
I installed Boot Camp on my Mac, then Windows 7 and the specific Windows drivers from the Mac OS X installation DVD.
On the Windows side, how can I know which version of the Boot Camp driver I am running?
Started by tinmaru on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can find your version number..
|
|
Why the heck does Oracle offer a different(!) version of the JDBC driver, e.g. ojdbc14.jar, for every(!) database version?
The files all have different sizes and thus probably different content.
background:
We get a random and seemingly irreproducible...
Started by Stroboskop on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course.
So their jdbc driver supports quite a few versions at the same time.
driver (ojdbc14.jar).
|
|
Hi Everyone,
Can anyone help please in this regard ? What API's can be used from win32 to get installed device drivers details like version, installation date, path where installed ?
Regards, Kedar
Started by Kedar Joshi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I recently did something()) { Console.WriteLine("Driver caption: {0}", queryObj["Caption"]); } Console.ReadLine(); } }
Check out.
You need to consult the Setup API function for driver information .
|
|
On Windows, how can my user-mode program get the driver version number(s) for the video card(s) installed?
Programs like ATI's "Catalyst Control Center" can display this information to the user or include it automatically into bug reports. How do they...
Started by Die in Sente on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In PowerShell:
Get-WmiObject Win32_VideoController | format.
I believe you actually have to get the File Version information of the associated driver file.
I've had to solve this problem before.
|
|
I'm trying to install Windows 7 x64 on my computer (ASUS P6T Deluxe V2, one 80GB HDD and two 1 TB HDDs). When I'm supposed to select whether I want to Upgrade or do a Custom install, i get a dialog box telling me:
Load Driver
A required CD/DVD drive device...
Started by Eikern on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I solved it by using a new blank DVD and burning the ISO at the slowest speed that the DVD burner... .
I've had this exact error message, and it was caused by some sort of error on the DVD that I burned (I had burned the DVD at the fastest supported speed) .
|
|
Posted 17 November 2011 - 09:21 PM
I've got a Gefore 9800 GTX+ Running Windows 7
Any ideas what this would be? Happens randomly while playing Starcraft 2 (on cutscenes/cinematics, never during gameplay)Empire Total War, and Skyrim.
The screen goes black...
Started by Roffles on
, 20 posts
by 14 people.
Answer Snippets (Read the full thread at nvidia):
I have Nvidia GeForce GTX 550 Ti, running Windows 7, driver version 285.62 of the software Kernel Mode Driver, Version 285.62 stopped responding and has successfully recovered blank for a few seconds and then giving the error....
|