[SOLVED] Windows update trying to install a drive for a device i don't have

chuck_85

Distinguished
Sep 19, 2009
10
0
18,510
Hi all. 2 days ago i needed to use my main ssd drive ( windows) in my old laptop . when the laptop booted in windows, windows update tried to download drivers for synaptics ps/2 port touch and other devices as well. Now i have placed the drive back in my main computer and windows update has a message that some updates failed. When i start the update procedure in windows update it starts downloading synaptics driver and when it completes the download it fails to install cause there is no a device like this in my computer. Is there any chance i can reset the windows update? Somewhere (maybe in registry?) the windows update it has sceduled download driver update :/ ( i know i shouldn't have used my drive in other pc but is fixed my boot issues i had after using DDU to remove graphic drivers not in safe mode.)
Thanks in advance and happy new year to all.
P.s.
Windows 10 pro
Ex58 ud5
I7 920 at 3.8 oc
Rx570 nitro
12 gb ram
Ssd vertex 3
 
Solution


open command prompt as administrator (start -> search for command promp, right click on it and run as admin)
type following and hit enter on each line:
Code:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc

Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
pres "Y" to confirm

Code:
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q

Code:
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv...

chuck_85

Distinguished
Sep 19, 2009
10
0
18,510
I managed to delete synaptics from device manager. It was hidden. Now windows update is stuck on youre not up yo date and your device missing important updates and quality fixes... But when i press check for updates it finds nothing......
 


open command prompt as administrator (start -> search for command promp, right click on it and run as admin)
type following and hit enter on each line:
Code:
net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc

Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
pres "Y" to confirm

Code:
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q

Code:
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)

Code:
cd /d %windir%\system32
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc
restart your computer
 
Solution

chuck_85

Distinguished
Sep 19, 2009
10
0
18,510
C:\Windows\system32>net stop bits
The Background Intelligent Transfer Service service is stopping..
The Background Intelligent Transfer Service service was stopped successfully.


C:\Windows\system32>net stop wuauserv
The Windows Update service is not started.

More help is available by typing NET HELPMSG 3521.


C:\Windows\system32>net stop appidsvc
The Application Identity service is not started.

More help is available by typing NET HELPMSG 3521.


C:\Windows\system32>net stop cryptsvc
The Cryptographic Services service is stopping..
The Cryptographic Services service was stopped successfully.


C:\Windows\system32>Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
The system cannot find the path specified.

this is as fas as I go
 

chuck_85

Distinguished
Sep 19, 2009
10
0
18,510
Thanks again for your support my friend. i did what you said and completed the task but still after i checked again for updates it returned me 0 updates but with the same message : Your device is missing important security and quality fixes.
2 days ago my kms stopped working. is there any way that it has something to do with it? i mean right now my windows 10 need activation... but i red somewhere that it doesnt need to be active for the updates to work fine