Fixing Windows 10 Update Error 0x80070643 Fast

Ғылым және технология

Join me in this video as I guide you through the process of manually resizing your WinRE partition to fix Windows Update errors. I'll provide all the necessary commands and tips to help you successfully complete this task. Don't forget to subscribe for more tech tutorials and troubleshooting guides!
When running a Windows Update - You may receive "Error encountered" with Error code 0x80070643
At the time of making this video (3-2024), Microsoft has not released a fix, so we have to do it manually.
Simply copy everything below and paste in a notepad on your desktop to copy and paste the commands.
KB5028997 - Knowledge Base article from Microsoft:
support.microsoft.com/en-us/t...
Instructions:
• Open Command Prompt and Run as Administrator
• Search for CMD and then select Run as Administrator
• This will open command prompt
reagentc /info
reagentc /disable
diskpart
list disk
sel disk ## --- This will be your disk number.
list part
sel part ## --- This will be your C Drive Partition
list partition --- Look for a * next to the drive, confirm the correct drive is selected.
shrink desired=250 minimum=250
Next, Select the Recovery Partition
list partition
sel part ## ---This is the original Recovery Partition we will be deleting
list partition ---Confirm the * is on the drive you are going to delete.
delete partition override
NOTE: Next command will display if your disk is GPT or MBR - Read details below to confirm
list disk --- Please see below for instructions for GPT Disk or MBR Disk
NOTE: After running the list disk command above:
First, check if the disk partition style is a GUID Partition Table (GPT) or a Master Boot Record (MBR). To do that, run list disk. Check if there is an asterisk character (*) in the “Gpt” column. If there is an asterisk character (*), then the drive is GPT. Otherwise, the drive is MBR.
OPTION 1
If your Disk are GPT: Has * under the GPT Column after running the list disk command
Paste the following commands:
create partition primary
list partition
format quick fs=ntfs label=”Windows RE tools”
set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes =0x8000000000000001
detail partition
OPTION 2
If your Disk are MBR: Does NOT have * under the GPT Column - Paste the following commands:
create partition primary
list partition
format quick fs=ntfs label=”Windows RE tools”
set id=27 override
detail partition
list vol
exit -- This will exit you out of diskpart
reagentc /enable
reagentc /info
Check for updates - Should be good now.
Timestamps:
00:00 Intro
00:19 Open Command Prompt
00:36 Windows REAgent - Disable
01:00 Open Diskpart
01:14 List Disk
01:26 Select Disk
01:34 Select Partition
02:18 Shrink Disk
02:53 Select Recovery Partition
03:30 Delete Partition
03:47 Check GPT or MBR
04:13 List Disk
04:24 Create Partition ID 27
04:37 Format Partition
04:57 List Volumes
05:17 Exit Diskpart
05:24 Windows REAgent - Enable
05:55 Check Windows Update
BRAND NEW CHANNEL
Please Subscribe and Like

Пікірлер: 28

  • @hardsuspicious1877
    @hardsuspicious18778 күн бұрын

    Thank you so much, it solved my problem!

  • @Grotesquefet
    @Grotesquefet3 ай бұрын

    Thanks, helped with that problem

  • @stephenm3619
    @stephenm36192 ай бұрын

    Thanks for the detailed explanation! For folks with a GPT drive like me, paste the whole "format quick fs=ntfs label=”Windows RE tools” set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac gpt attributes =0x8000000000000001" command. I wasn't sure at first, but it worked fine. I had to press enter for the last part to work. Updates were successful after that.

  • @virta-tube

    @virta-tube

    2 ай бұрын

    Good Deal! Thank you for the input.

  • @General187
    @General1873 ай бұрын

    worked for me. Thank you!

  • @virta-tube

    @virta-tube

    3 ай бұрын

    I'm so glad to hear that it worked for you!

  • @kijuty
    @kijuty23 күн бұрын

    Thank you for this

  • @hanspetervonderfecht7722
    @hanspetervonderfecht7722Ай бұрын

    The complicated thing i have ever done. But it worked for me. Its not easy minimum size 750Mb - 800Mb. The correct side where the partition is installed.

  • @Rippers-TV
    @Rippers-TV21 күн бұрын

    I'm getting an unallocated partition of extra space, but I can't merge it into one larger partition for the intended increased size recovery partition, even when manually defining the size to max based on unallocated it fails.

  • @rosulrosul9211
    @rosulrosul92112 ай бұрын

    Working for me, thanks so much ...

  • @virta-tube

    @virta-tube

    2 ай бұрын

    Glad to hear that, Thanks for watching.

  • @hundredsdaygaming
    @hundredsdaygamingАй бұрын

    Thx i worked ;)

  • @diyk-h-m2423
    @diyk-h-m24232 ай бұрын

    ok thanks so much sir it working 👍

  • @virta-tube

    @virta-tube

    2 ай бұрын

    Good deal! Thank you for watching.

  • @kaustubh6648
    @kaustubh66483 ай бұрын

    3:02 already i have 3 Healthy(Recovery partition) , which one i should select

  • @virta-tube

    @virta-tube

    3 ай бұрын

    You can check which partition is being used by running command: reagent /info

  • @kaustubh6648

    @kaustubh6648

    3 ай бұрын

    ​@@virta-tube Thanks a lot !

  • @Call_me_Swaggernaut
    @Call_me_Swaggernaut2 ай бұрын

    unfortunately it didn't work for me !! should i give it a larger volume ?

  • @virta-tube

    @virta-tube

    2 ай бұрын

    Sorry to hear that. Good luck on your repair

  • @brunogazaille1592
    @brunogazaille15922 ай бұрын

    Mint!

  • @virta-tube

    @virta-tube

    2 ай бұрын

    Thank you!

  • @tawiach420
    @tawiach4202 ай бұрын

    I can not shrink to 250 what do i do now please help

  • @virta-tube

    @virta-tube

    2 ай бұрын

    Thank you for watching. Might need to free up some space. Good luck on your repair.

  • @SoulyFN
    @SoulyFN2 ай бұрын

    i did everything and it still didnt work

  • @virta-tube

    @virta-tube

    2 ай бұрын

    Sorry to hear that, good luck on your repair.

  • @timmigrant6597
    @timmigrant65972 ай бұрын

    There is an inaccurate explanation on this, because Microsoft made some assumptions that are not accurate for some users. That is the order of your partitions . If the order of your partitions doesn't match exactly, you will fail.

  • @virta-tube

    @virta-tube

    2 ай бұрын

    Thank you for the input.

  • @PuppetMasterdaath144

    @PuppetMasterdaath144

    Ай бұрын

    so now I cant play dakrtide anymore? and not diablo 4 season 4 tomorrow?!?!?!?! w t fffffffffffffffffffffffffffffffffffff

Келесі