Advertisement
Guest User

Untitled

a guest
Dec 30th, 2015
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. # Open CMD as ADMIN and put the following 3 lines into it, 1 by 1:
  2.  
  3. reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v DontSearchWindowsUpdate /t REG_DWORD /d 1 /f
  4.  
  5. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DriverSearching" /v SearchOrderConfig /t REG_DWORD /d 0 /f
  6.  
  7. reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Device Metadata" /v PreventDeviceMetadataFromNetwork /t REG_DWORD /d 1 /f
  8.  
  9. # Additionally do the following:
  10.  
  11. 1. Press WIN + R and enter regedit
  12. 2. Now go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdateHandlers\Driver
  13. 3. Take ownership of the folder "Driver" (You can use those tools if you don't know how to do it manually: 1) http://winaero.com/comment.php?comment.news.210 / 2) http://www.thewindowsclub.com/regownit-take-full-control-windows-registry-keys )
  14. 4. Look for the file name: wuuhext.dll
  15. 5. Double-click it and change it to: -wuuhext.dll (You just need to add the "-" before the .dll name - So Windows can't find the .dll and won't look for any driver updates from now)
  16. 6. Reboot machine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement