The display batch file "displaynvver.bat":
Code: Select all
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation" /s | find "Display.Driver" | find "Display.Update"
Code: Select all
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation" /s | find "Display.Driver" | find "Display.Update" >nvver.txt
This information could possibly even be added to the FAHClient "header" at the top of every log file in an NVidia-GPU system, perhaps after the "</config>" line. Having the NVidia driver version available in every log file could be a help, in diagnosing user's problems.
Here is what it looks like when run from the command line: