Windows10Update9252_exe

Joined
Oct 29, 2015
Messages
9
Reaction score
0
Hello, not able to run Windows10Update (Assistant Company: Microsoft Corporation).
5.96MB.- File Version 1.4.9200.22866.
First thought: computer corrupted (by local network and/or hackers/"developers" and/or
some CloudServerSiloTechnician having a baaad daay?!)
Becuse: ...for weeks I have been trying to install WinZip23, and then WinZip24, with
support from WinZipComputing (yes, the one in USA, not Canada).
Even sent log-file, and the log-file must have been altered...several places
on the log file there are open spaces (which is something new?) which someone
"closed", so the log file ("command") looks ok, if you don`t know about the
open spaces (between signs and words).
This is far over my head, is it something that can be done?
Attach the WZ logfiles, in case they can help.
Regards
hofkar
 

Attachments

  • PrepareToInstall3_Capture.JPG
    PrepareToInstall3_Capture.JPG
    62.6 KB · Views: 177
  • PreparingToInstall_Capture.JPG
    PreparingToInstall_Capture.JPG
    51 KB · Views: 186
  • PreparingToInstall2_Capture.JPG
    PreparingToInstall2_Capture.JPG
    48.2 KB · Views: 196
  • winzipLogFile_Capture.JPG
    winzipLogFile_Capture.JPG
    59.9 KB · Views: 186
Joined
Jan 27, 2016
Messages
795
Reaction score
80
If computer is corrupt here is how you can usually fix.
either PS (as admin) I prefer Commandprompt (as admin)
do 1 line at a time.
Dism /Online /Cleanup-Image /ScanHealth


DISM.exe /Online /Cleanup-image /Restorehealth


Dism /Online /Cleanup-Image /CheckHealth


sfc /scannow

Drive letter depends on you mount drive letter.

If install.wim use

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:G:\sources\Install.wim:1 /LimitAccess


if install.esd use

Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:G:\sources\install.esd /LimitAccess

This will allow you to get any updates if your updates fail.

a) From Start screen, type cmd. From the results, right-click on Command Prompt and choose Run as an Administrator.


net stop wuauserv and press enter.


rename c:\windows\SoftwareDistribution softwaredistribution.old and press enter.


rmdir /s /q c:\windows\SoftwareDistribution.old and press enter.


net start wuauserv and press enter.


reboot and retry.
 
Top