Drivers

How to identify direct URL for Windows Update driver in Windows 10

How to identify direct URL for Windows Update driver in Windows 10

With so many Windows Updates happening in the background you never really know which webpage URL is a source of your PC's last driver update. Knowing direct URL's can be particularly useful if you want to have manual control on driver updates or after a reboot of your PC.

Identify direct URL for Windows Update driver

Here is a method through which you can identify a direct URL for a Windows Update driver in Windows 10/8/7. This method involves the following steps as follows:

  1. Stopping Windows update service
  2. Cleaning up the local Windows Update cache
  3. Removing driver for a particular device
  4. Restarting Windows update service
  5. Installing latest available driver
  6. Inspecting logs to identify direct URL

Step 1: Stopping Windows Update service

Using admin command prompt, execute the command “net stop wuauserv”. This will stop the Windows Update service.

Step 2: Cleaning up the local Windows Update cache

To clean up local Windows Update cache, use admin cmd, and execute the following commands, one after the other:

del /s /q %windir%\SoftwareDistribution\*.*
del /s /q %windir%\Logs\Windows Update\*.etl

Step 3: Removing driver from a particular device

This step involves uninstalling a particular device driver. Follow these steps,

Step 4: Restarting Windows Update service

With the driver successfully uninstalled, now restart Windows update service using admin cmd-prompt. Execute “net start wuauserv”.

Step 5: Installing the latest available driver

Follow these steps to install the latest available drivers for a device whose drivers were uninstalled in Step 3.

Step 6: Inspecting logs to identify direct URL

To identify direct URL for a Windows Update driver you have to browse through logs in the Windows directory. Follow these steps:

Open Windows/ logs / WindowsUpdate

Open the .etl file in notepad (if there is more than one log, open the larger one)

Search for “. c a b” and find the last match in the file.

Remove spaces from the string to get the URL of the .cab file.

Remove the regional datacenter prefix “au.ds”: You will get for example the URL:

http://download.windowsupdate.com/d/msdownload/update/driver/drvs/ 2015/06/200005630_d9e19222b206b4dd6ed9813f790565c2638d0f75.cab

This is the direct download to your device driver

Source: MSDN blogs.

Viisi parasta ergonomista tietokonehiirtä Linux-tuotteille
Aiheuttaako pitkäaikainen tietokoneen käyttö kipua ranteessasi tai sormissasi?? Onko sinulla nivelten jäykkyys ja sinun on jatkuvasti ravistettava kät...
How to Change Mouse and Touchpad Settings Using Xinput in Linux
Most Linux distributions ship with “libinput” library by default to handle input events on a system. It can process input events on both Wayland and X...
Remap your mouse buttons differently for different software with X-Mouse Button Control
Maybe you need a tool that could make your mouse's control change with every application that you use. If this is the case, you can try out an applica...