I'm getting a download error when trying to install Windows update KB5034441 on Windows 10. I saw an article from Microsoft that said this was a known issue and to ignore it, but I can't because not having Windows up to date prevents me from running remoting software for work. The only solution according to work is to clear this error somehow.
I looked through some articles online about this and want to make sure these are the correct commands. Is recovery the same as winre? Or do I not have a winre thus do not need to delete this?
part 3 is primary
part 4 is recovery
disk 0 is gpt
These are the commands I'm thinking about using, do I need to make corrections?
reagentc /disable
diskpart
list disk
sel disk 0
list part
sel part 3
shrink desired=250 minimum=250
sel part 4
delete partition override
list disk
create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes =0x8000000000000001
format quick fs=ntfs label="Windows RE tools"
list vol
I looked through some articles online about this and want to make sure these are the correct commands. Is recovery the same as winre? Or do I not have a winre thus do not need to delete this?
part 3 is primary
part 4 is recovery
disk 0 is gpt
These are the commands I'm thinking about using, do I need to make corrections?
reagentc /disable
diskpart
list disk
sel disk 0
list part
sel part 3
shrink desired=250 minimum=250
sel part 4
delete partition override
list disk
create partition primary id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes =0x8000000000000001
format quick fs=ntfs label="Windows RE tools"
list vol