Impossible updating Windows 10 family

Joined
Jan 31, 2018
Messages
4
Reaction score
0
Hello!
When I try to update, I get this message:
<<Votre appareil ne dispose pas des correctifs de qualité et de sécurité importants.>>
What could I do ?
Thank you
 
Joined
Jan 27, 2016
Messages
795
Reaction score
80
Dism /Online /Cleanup-Image /ScanHealth

DISM.exe /Online /Cleanup-image /Restorehealth

Dism /Online /Cleanup-Image /CheckHealth

sfc /scannow

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

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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top