NVidia最新显卡驱动下载代码不能用了吗?
@echo offset "FileTemp=%temp%\BatHome.log"
set "BaseURI=https://gfwsl.geforce.cn/services_toolkit/services/com/nvidia/services/AjaxDriverService.php"
REM psid=120 # Geforce RTX 30 Series
REM pfid=929 # RTX 3080
REM osID=57 # Windows 10 64bit
REM https://learn.microsoft.com/en-us/openspecs/office_standards/ms-oe376/6c085406-a698-4e12-9d4d-c3b0ee3dbc4a
REM languageCode=2052 # Chinese - People's Republic of China
set "FullURI=%BaseURI%?func=DriverManualLookup&psid=120&pfid=929&osID=57&languageCode=2052&isWHQL=1&dch=1&sort1=0&numberOfResults=1"
curl -o "%FileTemp%" "%FullURI%"
for /f "delims=" %%i in ('powershell "(Get-Content '%FileTemp%' | ConvertFrom-Json).IDS.downloadInfo.Version"') do (
set "VersionNum=%%i"
)
set "DownloadURL=https://cn.download.nvidia.com/Windows/%VersionNum%/%VersionNum%-desktop-win10-win11-64bit-international-dch-whql.exe"
set "FileOut=%~dp0%VersionNum%-desktop-win10-win11-64bit-international-dch-whql.exe"
bitsadmin /transfer myDownloadJob /download /priority foreground "%DownloadURL%" "%FileOut%"
直接去官网下载不行么,需要整这么复杂了? 网页收藏个书签,想看了直接点开不就行了??
不行用英伟达那个app,只不过那玩意好象有延迟,没官网快
直接上官网都比它好用 本帖最后由 he852100 于 2025-3-14 12:12 编辑
$URI="https://gfwsl.geforce.cn/services_toolkit/services/com/nvidia/services/AjaxDriverService.php?func=DriverManualLookup&psid=120&pfid=929&osID=57&languageCode=2052&isWHQL=1&dch=1&sort1=0&numberOfResults=1"
$j=(irm $URI).ids.downloadinfo;iwr $j.DownloadURL -he @{Referer="https://www.nvidia.cn/"} -Outf (split-Path $j.DownloadURL -Leaf)
你这最新显卡 50 系不好,你看我的 3060,大显存还不费电,特别适合 photoshop。
页:
[1]