/drivers/beta- traditional
Press "F 12" to open the console, and copy and paste the following code into the console.
(Just copy the popup console directly. )
The code is too long, I will post it at the end of the article.
After copying, press Enter, and then click Search.
Click Download. If the download is too slow, you can try it several times.
You can copy the following code. If you have questions, you can leave a message below.
The last test was on May 26th, 2023, and this method can still be used.
Thank you for your attention, thank you!
The code is as follows:
system scanner . prototype . driver search = function(psid,pfid,osID,langCode,whql,beta,dltype,num results){ num results = 100; This. scannerstatusupdate(GFE _ server _ connection); thescanner . scanned device . download info = new Object(); Var parameter =' psid = '+psid;; Parameter+='&; pfid = '+pfid; Parameter+='&; osID = '+osID; Parameter+='&; language code = '+lang code; Parameter+='&; β= '+β; Parameter+='&; isWHQL = '+whql; Parameter+= "&; dl type = "+dl type; Parameter+= "&; sort 1 = 0 "; Parameter+= "&; 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.debugtrace ("Driver lookup service returns: \ 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 = "No driver available"} else { the scanner . scanner status = " Results Ready " } } catch(e){ this . driversloguievent(" error "," FAIL catch driver search "); thescanner . resetresults(); TheScanner.scannerStatus= "No driver available"}}, error: function (response) {the scanner. reset results (); TheScanner.scannerStatus="AJAX call failed "}}); this.driversLogUIEvent("warn "," SUID:"+this . tracker . scanid+" END DriverSearch request URL:"+request URL); }