Sinds 1 1/2 maand kan ik geen updates installeren. Het gaat om de updates "kb3093266" en "KB3105210"
Wat heb ik ge probeert:
Maar helaas geen resultaat
Wat heb ik ge probeert:
DaarnaC:\Windows\system32>Dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.10240.16384
Image Version: 10.0.10240.16384
[==========================100.0%==========================]
The restore operation completed successfully.
The operation completed successfully.
Verder heb ik dit script gedraaidC:\Windows\system32>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
| @ECHO OFF echo. echo ============================================= echo Simple Script to Reset / Clear Windows Update echo. echo Created by "Vishal Gupta" for AskVG.com echo. echo Thanks to DTM for sharing the commands echo ============================================= echo. PAUSE echo. attrib -h -r -s %windir%\system32\catroot2 attrib -h -r -s %windir%\system32\catroot2\*.* echo Stopping Windows Update related services... echo =========================================== echo. net stop wuauserv net stop CryptSvc net stop BITS echo Done! echo. echo Renaming Windows Update related folders... echo ========================================== echo. ren %windir%\system32\catroot2 catroot2.old ren %windir%\SoftwareDistribution sold.old ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\downloader" downloader.old echo Done! echo. echo Starting Windows Update related services... echo =========================================== echo. net Start BITS net start CryptSvc net start wuauserv echo Done! echo. |
Maar helaas geen resultaat
Dit staat in de event viewer:Cumulative Update for Windows 10 for x64-based Systems (KB3105210)
Failed to install on 30-10-2015
Heeft hier iemand nog een idee?errorCode 0x80070011
updateTitle Cumulative Update for Windows 10 for x64-based Systems (KB3105210)
updateGuid {98EFF918-2B3D-409E-BF0D-C2FF9F55B7A3}
updateRevisionNumber 203
serviceGuid {7971F918-A847-4430-9279-4A52D1EFE18D}