Please run:
diskpart
select disk 2
list part
select part 2 -- This selects the EFI partition
del part override
create partition efi
format fs=fat32 quick
assign letter=Y
list vol
exit
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Whether I use Windows Update or the Application Assistant, I get this same error.
Error message:
There were some problems installing updates, but we'll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x800703ee)
I'm not sure what else to try.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Second fixlog:
https://drive.google.com/file/d/1zDSesWH3WSV8L2bVZqR8WumfNjBDteFR/view?usp=sharing
I fixed it.
https://drive.google.com/file/d/12vHhXJO4jy8rOXVm7KnRpQKiOGjhEuCG/view?usp=drive_link 4) Here's the link to setuperr.log
https://drive.google.com/file/d/1tlMApU-qeb6n6O45lMe2spTZCuuyfgWC/view?usp=drive_link
reagentc /info
dir c:\windows\system32\recovery /a
bcdedit
diskpart
list disk
select disk 0
list part
list vol
exit
Post the output.
C:$WINDOWS.~BT\Sources\Panther\setupact.log
Note: "C:$WINDOWS.~BT" is a hidden folder. To access it, press Win + R, type "C:$WINDOWS.~BT" and click OK.
Hi, I'm Ric, an independent advisor. I'm sorry you're experiencing this issue.
The 0x800703ee error typically points to file corruption or interference from third-party software, even if antivirus is disabled.
Please try these steps:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
Learn more here https://support.microsoft.com/en-us/topic/use-t...
https://www.microsoft.com/en-us/software-downlo...
https://support.microsoft.com/en-us/windows/tro...
If none of these work, try checking C:$WINDOWS.~BT\Sources\Panther\setuperr.log for detailed failure reasons.
Hope this helps, otherwise, I would be happy to assist you further.