A
A
asphalt82015-10-16 21:05:52
Windows
asphalt8, 2015-10-16 21:05:52

I installed windows 10. It has already been 2 days since the update center and the store do not work for me. Does not load updates either there or there. How to fix?

the system is activated. everything else works

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
RipperDeath, 2015-10-16
@asphalt8

Good afternoon, your error could be due to some new 10 updates. Try creating a notepad on your desktop and copy this script there:
@ECHO OFF
echo Reset Windows Update
echo.
PAUSE
echo.
attrib -h -r -s %windir%\system32\catroot2
attrib -h -r -s %windir%\system32\catroot2\*.*
net stop wuauserv
net stop CryptSvc
net stop BITS
ren %windir%\system32\catroot2 catroot2 .old
ren %windir%\SoftwareDistribution SoftwareDistribution.old
ren "%ALLUSERSPROFILE%\application data\Microsoft\Network\downloader" downloader.old
net Start BITS
net start CryptSvc
net start wuauserv
echo.
echo Done
echo.
PAUSE
Then rename it to bat permission.
And run.
This script will reset all windows updates and restart them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question