Hi, I want to ask you guys for helps with updating windows to 20h2. My current version of windows 10 update is 1909 (19h2) and I want to pass 20h1 update and directly install 20h2 using Windows 10 Update Assistant. I've faced many problems while installing the updates such as stuck at 49%, 71% and now it was stuck at 99%. I tried to find the answer from community and youtube videos but the updates still stuck at 99%. The first thing I did for the solution was :
1. copy the media folder at C:\$GetCurrent to Desktop - restart the PC - paste the media folder again where it should be - run the setup file. But the windows update said there were missing files and can't install the update.
2. I tried to install it again from windows 10 update assistant and after 71% an error shows up with code: 0x80070652.
So I found the solutions :
CMD (adm):
-net stop wuauserv
-net stop cryptsvc
-net stop bits
-net stop msiserver
-net stop AppIDsvc
-ren C:\windows\SoftwareDistribution SoftwareDistribution.old
-ren C:\windows\system32\catroot2 Catroot2.old
-net start wuauserv
-net start cryptsvc
-net start bits
-net start msiserver
-net start appidsvc
-exit
Powershell :
-wuauclt.exe /updatenow
and restart the PC, the system can pass 71% update with no more error code but the update still stuck at 99%.
I also used windows update troubleshoot and it said can't find the problem.
Hopes someone can help me with this matter, thanks a lot anyone.