Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Open CMD as ADMIN and put the following 3 lines into it, 1 by 1:
- 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
- # Additionally do the following:
- 1. Press WIN + R and enter regedit
- 2. Now go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdateHandlers\Driver
- 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 )
- 4. Look for the file name: wuuhext.dll
- 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)
- 6. Reboot machine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement