Windows 10 1709 Driver update close ?

Discussion in 'Windows 10' started by Bordo38, Oct 28, 2017.

  1. Bordo38

    Bordo38 MDL Novice

    Apr 6, 2014
    26
    1
    0
    Hello, windows 10 1709 version
    dism regedit Integrated
    how to prevent the driver from updating thank you
     
  2. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    By using O&O ShutUp10.
     
  3. Bordo38

    Bordo38 MDL Novice

    Apr 6, 2014
    26
    1
    0
    how do you do it in regedit's method
    I want to integrate Dism with iso thank you
     
  4. °ツ

    °ツ MDL Addicted

    Jun 8, 2014
    816
    1,122
    30
    I think this should work:

    Code:
    reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v DontSearchWindowsUpdate /t REG_DWORD /d 1 /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v SearchOrderConfig /t REG_DWORD /d 0 /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Device Metadata" /v PreventDeviceMetadataFromNetwork /t REG_DWORD /d 1 /f