英伟达官网怎么找到之前版本的驱动?我找不到它。谢谢大家!
/drivers/beta-传统
按“F12”键打开控制台,将以下代码复制并粘贴到控制台中。
(直接复制弹出控制台就可以了。)
代码太长,我会贴在文末。
复制后,按Enter键,然后单击搜索。
点击下载,如果下载太慢,可以试几次。
你可以复制下面的代码。如果有问题,可以在下面留言。
最近一次测试是在2023年5月26日,这个方法还能用。
谢谢大家的关注,谢谢!
代码如下:
system scanner . prototype . driver search = function(psid,pfid,osID,langCode,whql,beta,dltype,num results){ num results = 100;this . scannerstatusupdate(GFE _服务器_连接);thescanner . scanned device . download info = new Object();var参数= ' psid = '+psid;参数+= ' & amp;pfid = '+pfid;参数+= ' & amp;osID = '+osID;参数+= ' & amp;language code = '+lang code;参数+= ' & amp;β= '+β;参数+= ' & amp;isWHQL = '+whql;参数+= " & amp;dl type = "+dl type;参数+= " & amp;sort 1 = 0 ";参数+= " & amp;number of results = "+num results;var request URL = this . drivermanuallookupurl+parameters;this.driversLogUIEvent("warn "," SUID:"+this . tracker . scanid+" BEGIN DriverSearch request URL:"+request URL);this . debug trace(request URL);jQuery.ajax({url:requestUrl,async:false,type:'get ',success:function(response){ try { The scanner . debug trace("驱动程序查找服务返回:\ n \ n("+response+"));if(response . length & gt;0){ the scanner . reset results();var driverLookupJsonObj = '('+response+')';thescanner . results list = new Object();the scanner . Results list = eval(driverLookupJsonObj)} if(the scanner . Results list . success = = 0){ the scanner . scanner status = "没有可用的驱动程序" } else { the scanner . scanner status = " Results Ready " } } catch(e){ this . driversloguievent(" error "," FAIL catch driver search ");thescanner . resetresults();theScanner.scannerStatus= "没有可用的驱动程序" }},错误:function(response){ thescanner . resetre sults();theScanner.scannerStatus="AJAX调用失败" } });this.driversLogUIEvent("warn "," SUID:"+this . tracker . scanid+" END DriverSearch request URL:"+request URL);}