My Computer Won't Upgrade From 7 to 10

Joined
Jul 14, 2016
Messages
2
Reaction score
1
For some reason, I can't get my computer to upgrade from Windows 7 to 10.
I can't tell you why...it goes through the entire upgrading process and then
tells me the upgrade failed. Any ideas? Thanks.
 

bassfisher6522

Moderator
Joined
Sep 22, 2014
Messages
2,066
Reaction score
395
Generally speaking it's a hardware compatibility issue.....usually. With out any system specs or brand/make/model of OEM PC....we're just guessing.
 
Joined
Jan 27, 2016
Messages
795
Reaction score
80
For some reason, I can't get my computer to upgrade from Windows 7 to 10.
I can't tell you why...it goes through the entire upgrading process and then
tells me the upgrade failed. Any ideas? Thanks.
you might have several issues and it is possible to maybe correct this issue by:
dism /online /cleanup-image /scanhealth

dism /online /cleanup-image /checkhealth

dism /online /cleanup-image /restorehealth

sfc /scannow

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
rmdir /s /q c:\windows\SoftwareDistribution.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

net stop cryptsvc

md %systemroot%\system32\catroot2.bak

xcopy %systemroot%\system32\catroot2 %systemroot%\system32\catroot2.bak /s

net start cryptsvc

pause
then reboot and try again -- is this does not work try "MediaCreationTool" and let MS do it for you. if you see any error code posted copy that code for us.
 

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