How to get 1903 or do I fix 0x800703f1 first?

Joined
Apr 28, 2019
Messages
15
Reaction score
1
When I tried to do a windows update, I got the error between the dashed lines

-----------------------------------

Your device is missing important security and quality fixes

There were problems installing some updates, but we'll try again later.

2019-10 Cumulative Update for .NET Framework 3.5, 4.7.2 and 4.8 for Windows 10 Version 1809 for x64 (KB4524099) - Error 0x800703f1

2019-12 Cumulative Update for Windows 10 Version 1809 for x64-based Systems (KB4530715) - Error 0x800703f1

-------------------------------------

When I ran winver, I learned that I am, in fact, on 1809, not 1903



So, do I
- try to update to 1903 - HOW?

or

-try to fix this 1809 error 1st??
 

Attachments

  • 1809.jpg
    1809.jpg
    91.9 KB · Views: 250
Joined
Jan 27, 2016
Messages
795
Reaction score
80
I'd try and correct the errors first. normally errors will kill the process. I use a healthfix.bat as admin for my clients and this has been average 99% a total fix. copy the below to notepad, save as Healthfix.bat then run as admin.... or you can do 1 @ a time. if you havd ADK installed uninstall first then run bat
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
 

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