Disable Manufacturer Device Apps via Regedit

Windows automatically downloads manufacturer-specific device companion apps, custom icons, and metadata when you connect new hardware to your computer. This guide explains how to prevent Windows from automatically installing these third-party hardware applications using the Registry Editor (Regedit), allowing you to keep your system clean from unwanted background software.

Step 1: Open the Registry Editor

  1. Press Windows Key + R to open the Run dialog box.
  2. Type regedit into the text box and press Enter or click OK.
  3. Click Yes if prompted by User Account Control (UAC).

Step 2: Navigate to the Device Metadata Key

Use the left sidebar of the Registry Editor or copy and paste the following path into the address bar at the top:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata

Step 3: Modify the Metadata Download Setting

  1. Look for the DWORD value named PreventDeviceMetadataFromNetwork in the right-hand pane.
  2. If the value does not exist:
    • Right-click an empty space in the right pane.
    • Select New > DWORD (32-bit) Value.
    • Name the new value PreventDeviceMetadataFromNetwork.
  3. Double-click on PreventDeviceMetadataFromNetwork to open its properties.
  4. Set the Value data field to 1.
  5. Ensure the Base is set to Hexadecimal, then click OK.

Step 4: Restart Your Computer

Restart your PC to ensure the changes take effect.

Once restarted, Windows will no longer query the internet for manufacturer-specific metadata or automatically download proprietary device companion software when new hardware is connected. If you ever wish to re-enable this feature, navigate back to the same registry key and change the value of PreventDeviceMetadataFromNetwork back to 0.