Latest NVIDIA GeForce Graphics Drivers for Windows 10


  1. Posts : 873
    Windows 11 x64 23H2 (22631.3527)
       #1391

    Here is the script I made to check if the extracted NVIDIA driver package and the current installed driver is UWP(DCH) or Standard.

    Code:
    @echo off
    :: NVIDIA Driver Package Verifier Script
    COLOR 02
    :: Start Command Prompt Maximised
    if not "%1" == "max" start /MAX cmd /c %0 max & exit/b
    :: Main Script Start
    for /F "eol= delims=~" %%d in ('CD') do set curdir=%%d
    pushd %curdir%
    if exist "%curdir%\Display.Driver\NvContainerSetup.exe" ( goto driverexists
    ) else ( echo Extracted NVIDIA Driver Package not found, Please place the script in the root folder of the extracted drivers and run the script again
    echo.
    goto end )
    cls
    echo.
    :driverexists
    for /f "tokens=2* delims= " %%a in ('find /n /v "" ^< "%curdir%\setup.cfg" ^| findstr "^\[2\]" ') do (set "version=%%b") 
    echo "%version%" > "%temp%\nvpackage.txt"
    FOR /f "tokens=1 delims= " %%a IN (%temp%\nvpackage.txt) do ( set string=%%a )
    if exist "%temp%\nvpackage.txt" ( del "%temp%\nvpackage.txt" )
    reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\nvlddmkm" /v "DCHUVen" >nul
    if %ERRORLEVEL% EQU 0 goto nvidiadch
    set version1=Standard
    goto package
    :nvidiadch
    set version1=DCH
    :package 
    find "DCHUVen" "%curdir%\Display.Driver\nv_dispi.inf" >nul
    if %ERRORLEVEL% EQU 0 goto nvidiadch1
    set version2=Standard
    goto package1
    :nvidiadch1
    set version2=DCH
    echo.
    echo ========================================
    echo      NVIDIA Driver Package Verifier
    echo ========================================
    echo.
    :package1
    echo NVIDIA Driver Package Version: %string:~10,6% %version2%
    echo.
    for /f "tokens=3* delims= " %%G in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_Display.Driver" /v DisplayVersion ^| findstr "."') do (set NVGPU=%%G)
    echo GPU Driver currently installed: %NVGPU% %version1%
    echo.
    echo.
    :end
    echo Please press any key to exit...
    Pause >nul
      My Computer


  2. Posts : 27,183
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #1392

    Dude said:
    Thanks Cliff, I had that and fixed mine by restoring an image. Good to see a fix for it
    You're welcome Doug
      My Computers


  3. Posts : 27,183
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #1393

    New GeForce Experience update:
    Version 3.16.0.140

    click to enlarge Latest NVIDIA GeForce Graphics Drivers for Windows 10-image.png
      My Computers


  4. Posts : 1,750
    Windows 10 HOME 64-BIT
       #1394

    Thanks Cliff S !
      My Computer


  5. Posts : 50,055
    Windows 10 Home 64bit 21H1 and insider builds
       #1395

    Not made it to me yet.


    Edit: Now it has.
      My Computer


  6. Posts : 27,183
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #1396

    RingTailCoon said:
    Thanks Cliff S !
    You're welcome
      My Computers


  7. Posts : 27,183
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #1397

    kado897 said:
    Not made it to me yet.


    Edit: Now it has.
    I was going to ask: "G T Xit"
      My Computers


  8. Posts : 7,904
    Windows 11 Pro 64 bit
       #1398

    417.35 is on NVidia's site
    Latest NVIDIA GeForce Graphics Drivers for Windows 10-image.png
      My Computers


  9. Posts : 1,750
    Windows 10 HOME 64-BIT
       #1399

    Steve C said:
    417.35 is on NVidia's site
    Latest NVIDIA GeForce Graphics Drivers for Windows 10-image.png
    Link???
      My Computer


  10. Posts : 7,904
    Windows 11 Pro 64 bit
       #1400
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:57.
Find Us




Windows 10 Forums