Windows Update 0x80070643 Error *DIY DIRTY FIX* In English

Поделиться
HTML-код
  • Опубликовано: 5 мар 2024
  • This is the simplest and easiest fix for the 0x8007064 error you might get when you run Windows Update.
    Known updates that can fail and cause this error are KB5001716 and KB5034441.
    If you know of others that fail and are fixed by this method then add a comment and I’ll update the list.
    Note that this fix isn’t technically a full solution to the problem but it will fix the update error on a lot of systems in the least technical way possible.
    The problem update was released in Jan 2024 and I made this video in March after encountering the error when refurbishing a laptop.
    To help you, I've only used the command prompt when absolutely necessary!
    Clicking using Windows Disk Management handles the shrinking and creation of partitions but in the command line DISKPART has to be used to delete the exiting WinRE partition. I explain this step by step.
    This solution works with MBR and GPT partitions - if you don't know what they are then this guide is for you!
    If it doesn’t work then...
    1. Watch this follow on video: • Windows Update 0x80070...
    2. Enlarge the partition by another 250MB and see what happens. You might need to enlarge the WinRE partition again finally get the update to install.
    3. There might be a problem with WinRE on your system - rather than there being a partition size issue. Try opening an Admin level CMD prompt and using sfc /scannow to check your system files.
    4. You can also use the following DISM commands which might fix the problem.
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
    5. There are other guides to fixing the 'image not found' error that you might see when try to enable it again - but the follow onvideo shouldfix that. You’ll need to search for help with sny other errors you might get separately though.
    If this video works then it's going to be the easiest and simplest method of fixing the Windows Update error.
    But it's not going to work for everyone. I've done this procedure many times in the past and filmed this laptop being fixed because it was a very recent refurbishment with the same problem. It clearly worked!
    If it didn't work then add a comment stating the make of computer you attempted this fix on. If it did work then add a comment too!
    WARNING - you can seriously mess up your computer modify partitions. If you lack confidence and are worried then please do not try this. Technically, this isn’t a full solution to the problem - but for most people that doesnt matter and itll work without that bring obvious.
    Make sure your data is backed up safely before you attempt anything. And have a Windows Installation USB handy… just in case.
    😜
    I'm never going to get rich from this, but it is nice to get something... So if you've watched this video and it influenced or helped you then please click Like and Subscribe.
    You can also buy me a coffee using the Ko-fi link if you think I deserve one...
    ko-fi.com/nicbunting
    #0x80070643
    #KB5001716
    #KB5034441
  • НаукаНаука

Комментарии • 418

  • @artomontonen3722
    @artomontonen3722 Месяц назад +1

    The new partition not work because it is not a recovery partition. The partition is a standard NTFS partition. Recovery files point to drive C and folder Recovery and new partition is completely useless now.

    • @artomontonen3722
      @artomontonen3722 Месяц назад

      @@sterntechdaddy Command prompt reagentc /info tells you where the recovery partition is. I had a similar problem, but I finally figured it out. Microsoft's own official instructions are incorrect for the MBR disk type. The problem was the ID number and the instruction made a standard NTFS partition. Everything is correct only when the reagentc /info data actually points to the recovery partition. Info data reveals this. Windows simply does not accept a normal NTFS partition because the ID(Type 07) number is wrong. All values up to the ID(Type) number are important or else the recovery partition will not work. Diskpart can change and fix the partition ID number and it is enough for MBR disk type. In GPT disk type, Microsoft's official instructions work. Diskpart command detail partition show selected partition info. Diskpart command setid set partition type. Only one parition allowed to be type 27 and it's Recovery Partiotion. Normal NTFS partition type is 7. Partition type 27 is special partition witch allowed to boot automaticly if main boot partition fail. Standard NTFS partition type 7, it is not allowed to act as a Recovery Partition under any circumstances. The restriction is valid even before Windows starts. The update didn't even touch your new partition. The standard NTFS partition is not in any way or form a Revocery Partition and all the update data was stored in to the C drive. I think Microsoft's way of putting the recovery partition on the same disk is bad and it can also be locked if you use a pin code login and a Microsoft account. The problem can be fixed only by login with the correct Microsoft account password, which is not easy. After that, create a local user account and the old account password suddenly starts working in the revocery partition, if you do the same with pin code to login, the revocery partition stops working. This is a 0-day bug and the recovery partition requires a correct password, which won't work if this bug hits your spot. Because of this, one local backup user is a reasonable solution, but Microsoft is trying its best to prevent Windows users from creating a local account in the future. I am using windows server and logging into it, but it doesn't work or help to Windows Home version users. 99.9% have ended up reinstalling Windows or leaving the problem as it is. I don't, because I started to investigate the reason why the correct password is not valid for the places where it should work. From this we can conclude that the system administrator's passwords are stored in the recovery partition, because internet connection not needed, but a password is required. The recovery partition can be easily tested from Windows. Hold shift key down and select restart with the mouse. Revocery partition boot starts. The location is C drive or real revocery partition. In your case, the recovery partition should work, even if you delete the new created partition, because the recovery drive path leads to the C drive, where all the data is stored, if the C drive partition stops working, then the revocery feature can do the same. If you delete and create a new recovery partition, file copying starts on an empty partition when the partition is activated with the reagentc /enable command. If the recovery partition has been created incorrectly, then C drive starts to handle the recovery partition function (backup option for this fuction). It is safer if you know how to repair the real recovery partition. I suspect that the next target for hackers may be the recovery Ipartition passwords, if they can get their hands on them. About 1982 I got my first computer. So I know a lots of things that others don't. I using USB or bluetooth Yubikey 2FA security keys in all places where they work. I have 3 active USB keys. All accounts that can be locked if 2FA physical key is missing. I don't want to break you, so keep up the good work on the channel. If you play this information security game, there should be 3 keys. i have yubico 5 NFC keys and one 5Ci key for the apple products.

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад

      I've gone back to the laptop used and you're right - WinRE is using a folder on the C: drive and not the new partition. The reagentc /info command points to a Recovery folder on partition 3 - which is the main C: drive.
      So I think WinRE b0rks as it tries to use the new partition, fails and so reverts to the C: drive because it's the only place it can use.
      This fix does work, but not for the right technical reasons - and it won't work for everyone first time.
      I'll make a video explaining this in the future.
      😁

    • @adrianandrews2254
      @adrianandrews2254 Месяц назад +1

      If the new partition type comes up as "Data" you can use Disk Genius (free) to change the identity to "Recovery" before carrying on. I spotted this and this how I fixed it.

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад

      Excellent tip!
      I'll use this for the follow up video.
      :)

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад

      Here's the follow up video...
      ruclips.net/video/3YSUF4pCr0o/видео.html

  • @justinalmazan
    @justinalmazan 2 месяца назад +7

    Been ignoring this error for months lol, this video fixed it! Thank you.

  • @D-yowszaaa
    @D-yowszaaa 2 месяца назад +3

    This was my problem for months! Thank you so much, now it's gone! What a clever solution!

  • @RomySpring
    @RomySpring 2 месяца назад +1

    Thank you so much! Tried other fixes which exclusively use cmd and they didn't work. However following your simpler guide actually worked. Appreciate it!

  • @kumadog910
    @kumadog910 3 месяца назад +1

    THANK YOU SO MUCH, IVE BEEN STRESSING FOR A FEW DAYS, you really helped me, it was messing with my vr a lot when I tried to play.

  • @hungyounos
    @hungyounos 2 месяца назад +4

    google can't even solve their own problems but you are built different 🔥

  • @CRomeS-kj3gj
    @CRomeS-kj3gj 7 дней назад +1

    This was the fix for my Windows 10 Pro. It worked like a charm. Thank you so much, keep up the wonderful work.

    • @sterntechdaddy
      @sterntechdaddy  7 дней назад

      Glad it helped. If you want make the fix a bit less messy then see the follow on video. Link in the description.

  • @cezarstraut580
    @cezarstraut580 Месяц назад +1

    Dirty Fix really worked i can't believe it, thank you so much for your effort! I wish you all the best!

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад

      Glad it helped.
      Watch the follow on if you’re interested. Link in the description.
      It make the fix less messy.
      🙂

  • @derekr5552
    @derekr5552 3 месяца назад +5

    Thanks for the fix! Only video I found that worked 👍

  • @Piosonghost55
    @Piosonghost55 2 месяца назад +1

    I hope you receive the biggest check possible for this video thank you so much for this keep this up. People love to have videos like this when ever we need them and not enough people with these talents make them sadly.

  • @ZarcothGaming
    @ZarcothGaming 2 месяца назад +1

    Thank you so much, finally a video that worked on the topic. You are the best!

  • @cobbler40
    @cobbler40 5 дней назад +1

    Thanks for this clear procedure

  • @Cerveaus
    @Cerveaus 2 месяца назад +1

    I've had this problem for months now not knowing how to fix it and nothing worked. I came across this video and it solved everything. Thank you 🙏🙏

  • @DrDensetsu
    @DrDensetsu 3 месяца назад +1

    Bruv, you really pulled my balls out of the fire here. As of march 13th 2:44 am central time I can say that this error is still an issue. Thanks for helping me get this sorted out. I subbed too. Cheers mate!

  • @digitalconsumator
    @digitalconsumator 2 месяца назад +1

    Thank you so much!
    This is the most useful and easiest way I found on RUclips. Worked like a charm, and solved problem very easy in my case! Thumbs up for this tutorial.

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад +1

      Glad it helped! And glad it’s easier to follow than the other videos about this. 🙂

    • @digitalconsumator
      @digitalconsumator 2 месяца назад +1

      @@sterntechdaddy I saw few of your other videos, and I decided to subscribe. Keep up a good work! Greetings from Serbia! 😉

  • @DOGMAN201322
    @DOGMAN201322 2 месяца назад +1

    I followed the steps in this video and now the problem is fixed, thank you so much

  • @sitrepgaming5941
    @sitrepgaming5941 2 месяца назад +1

    Lets GOOO! The only video that was straight forward and the result was a success... Thanks!~

  • @PcEntertainment-dz9st
    @PcEntertainment-dz9st 3 месяца назад +2

    worked perfectly brother. thanks for this. subbing right now

    • @sterntechdaddy
      @sterntechdaddy  3 месяца назад

      Glad it helped and thanks for the sub.
      🙂

  • @splashbruda8211
    @splashbruda8211 2 месяца назад +2

    BRO!!!! I watched multiple videos on RUclips. THIS IS THE ONE! AGAIN! IF YOURE HAVING THIS ERROR THIS IS THE VIDEO TO FIX!!! I watched multiple other videos regarding the CMD and followed the prompts on Microsoft page. NOTHING WORKED! THIS worked for me! THANK YOU THANK YOU THANK YOU THANK YOU! I wouldnt recommend any other video except this one, ive had this issue for months and its finally fixed! THANK YOU AGAIN!!!!

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад +1

      Glad it helped. :)

    • @BmoreHumbleCrafts_Gaming
      @BmoreHumbleCrafts_Gaming Месяц назад +1

      This comment was thee one that made me try this video!...I have been pulling my hair out trying to fix....will post update after troubleshooting

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад +1

      Hope it works for you too. 🙂

  • @rixa.
    @rixa. 3 месяца назад +2

    Thank you!!! Windows support couldn't help me at all. This video helped me fix it.

  • @KRZPlayz
    @KRZPlayz Месяц назад

    I actually can't even comprehend how grateful I actually am! I've not had Windows updated for months due to that I've had problems with monitors flickering or the second monitor won't even turn on, buzzing or humming sounds coming from my microphone when I'm playing on Steam, I'm kind of hoping this fixes that issue but either way I greatly appreciate your genius! Finally part of the windows updated club once again. 🙏💯

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад +1

      It probably won’t fix the sound issues… but Windows Update will be a lot happier.
      🙂

    • @KRZPlayz
      @KRZPlayz Месяц назад

      Probably won't fix it no. I'll try it tomorrow, literally only happens when I play a game on Steam, so weird! Hey windows being updated is definitely a positive.

  • @valyeonvy
    @valyeonvy 3 месяца назад +1

    Thank you so much Nic! You helped me a lot!

  • @johnyyj8580
    @johnyyj8580 2 месяца назад +1

    Yep, definitely the quickest and easiest way to fix it! Thanks alot finally get rid that annoying warning in my malwarebytes

  • @johnbest298
    @johnbest298 3 месяца назад +1

    The only method that really worked! Thanks a lot!

  • @wedgewx6847
    @wedgewx6847 2 месяца назад +1

    Wow! I would have saved a bunch of time if I had found you earlier. Awesome. Thank you and subscribed!

  • @MohamedMohamed-qn3ii
    @MohamedMohamed-qn3ii Месяц назад +1

    Omg after a long struggle and many videos this finally worked. Thanks you

  • @TheFrozenDesert
    @TheFrozenDesert 2 месяца назад +2

    Absolutely brilliant. Many thanks.

  • @glenndorawa
    @glenndorawa Месяц назад +1

    Love you bro, this solved my problem. Thank you. 😁

  • @JanusLazzy
    @JanusLazzy Месяц назад

    Wow I had a hard time figuring how this thing works now after watching this video it completely worked. Thank u so much you’re the best

  • @davidnelson7407
    @davidnelson7407 2 месяца назад +1

    Thank you. This method fixed the error on my computer. I have a few others which I'm going to try it on.

  • @tihy001
    @tihy001 4 месяца назад +1

    thank you Nic, here it worked for me... I increased the partition to 500 MB and now everything is fine 🤗🤗🤗🤗🤗

    • @sterntechdaddy
      @sterntechdaddy  4 месяца назад

      Glad it worked.
      Interesting how 500MB worked, but the laptop in the video initially had a larger one and it didn’t like it until 250MB was added.

  • @deeab7384
    @deeab7384 2 месяца назад +1

    The only video who really help me! Thank so munch!

  • @tonygreen7864
    @tonygreen7864 2 месяца назад +1

    Thanks mate you have made a grown man happy 👏👍🏿

  • @yppat
    @yppat 2 месяца назад +1

    Awesome!!! Thanks, fixed my issue. Liked and subscribed.

  • @digitaldrriver
    @digitaldrriver 22 дня назад +1

    Update 4441 successfully installed! Finally, a fix that worked! I'm moving on to your follow-on video. Thanks for the constructive video!😊

  • @mfisher4823
    @mfisher4823 3 месяца назад +2

    Great info, fixed the issue!

  • @NBWDOUGHBOY
    @NBWDOUGHBOY 2 месяца назад +1

    Wow! This actually worked. Thanks alot!

  • @MarkLumsley
    @MarkLumsley Месяц назад

    This worked 100% first time! Thank you! :D

  • @arnoldguhan8086
    @arnoldguhan8086 2 месяца назад +2

    Thanks alot this fixed that update issue. If you don't do this update does it cause BSOD errors ?

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад

      Glad it helped.
      There's no BSOD if you don't do this update - you just keep getting the Windows Update error. It's ironic that KB5001716 is an update for Windows Update components - it's just larger than some WinRE partitions can handle. The KB5034441 is a WinRE update that can also cause this error according to some of the comments on this video.
      Personally, I've only encountered the KB5001716 error.
      Microsoft might decide to fix it at some point.
      :)

  • @hadi.abokaws
    @hadi.abokaws 2 месяца назад +1

    it was really helpful , thank you so much

  • @pyrogod9751
    @pyrogod9751 3 месяца назад +1

    thanksyou man u r a lifesaver. i hope u made this video alot cause i had a lot of strange problem from my computer

    • @sterntechdaddy
      @sterntechdaddy  3 месяца назад +1

      Glad it helped. 🙂

    • @pyrogod9751
      @pyrogod9751 3 месяца назад

      Can u make a video about when i turn on the pc but it said no signal in the screen

  • @cohenvongsady
    @cohenvongsady 24 дня назад +1

    You are a life saver. 100 percent use this tutorial it works.

    • @sterntechdaddy
      @sterntechdaddy  23 дня назад

      Glad it helped. If you want make the fix a bit less messy then see the follow on video. Link in the description.

  • @aliahmadi8776
    @aliahmadi8776 2 месяца назад +1

    The problem was solved with this method. thank you man❤

  • @davidsheets5494
    @davidsheets5494 2 месяца назад +1

    Shout out to you man awesome video fix my problem and you're the best thank you

  • @ahmedmulla2725
    @ahmedmulla2725 Месяц назад +1

    thank you worked perfect, had this for ages and now i can rest

  • @viiju100
    @viiju100 3 месяца назад +1

    Thanks for the fix!

  • @royjamsran6797
    @royjamsran6797 29 дней назад +1

    This worked mate, cheers!

    • @sterntechdaddy
      @sterntechdaddy  29 дней назад

      Glad it helped. Check the follow on video if you want to tidy up a bit.

  • @Mark-rw3kw
    @Mark-rw3kw 4 месяца назад +1

    There was another Windows update error in the couple of days, not related to the recovery partition size (assuming the size was previously increased for the problem a few weeks ago). However, it appears that MSFT has fixed the latest problem with a new update.

    • @sterntechdaddy
      @sterntechdaddy  4 месяца назад

      I hope so!
      It's the 9th March 2024 as I type, and I made this video a few days ago using a laptop I was refurbishing. It encountered the error during my usual Windows Update session - so if they have fixed it then they've fixed it very recently!
      About time too... the common update that produces this error was released in January!
      The error code actually refers to a 'not enough disk space' error so it might happen again. It seems the size of the WinRE partition varies!
      As this fix is free and pretty easy to follow it’s worth trying before getting anyone else involved. It might work and thus save some money.
      🙂

  • @genmarktisado158
    @genmarktisado158 14 дней назад +1

    Thank you so much Sir 😊

  • @mohamedkhames1621
    @mohamedkhames1621 2 месяца назад +1

    You're amazing thank you so much for this❤

  • @nadhifaap8139
    @nadhifaap8139 2 месяца назад +1

    amazing......Finally in this video I found the answer. and the update was successful. Thank you, I hope more people see the video.

  • @jerrealthumberlineandyjuni3168
    @jerrealthumberlineandyjuni3168 2 месяца назад +1

    Thank you so much for this🎉
    But I've also been having issues with my hello face and fingerprint which says it's currently unavailable on my hp laptop. Any help here 🙏

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад +1

      Glad this video helped.
      Can’t really help with the biometrics though… but I expect a careful Google will give you a few clues.

  • @jonathanorentlich5724
    @jonathanorentlich5724 3 месяца назад +1

    Thank you so much it fixed it for me!

  • @hichamelalaoui
    @hichamelalaoui Месяц назад +1

    worked perfectly Thanks

  • @TheNYG71
    @TheNYG71 2 месяца назад +1

    Big help sir! Thank You!!!

  • @GamesGuy1
    @GamesGuy1 23 дня назад +1

    Tysm dude u possibly saved my windows

    • @sterntechdaddy
      @sterntechdaddy  23 дня назад

      Glad it helped. Take a look at the follow on video though. It helps finish things of properly.

  • @ViralGoswami
    @ViralGoswami 3 месяца назад +1

    Thanks a lot , it worked 😃, Great Job👍

  • @NFA44
    @NFA44 2 месяца назад +1

    Excellent ! Fixed now thanks

  • @Kemot82
    @Kemot82 Месяц назад +1

    Perfect, thank you.

  • @PWGProWrestlingGobal
    @PWGProWrestlingGobal 8 часов назад

    Does this work on powershell as i am having trouble with this update as well. I just worried about trying it just in case i loose things on the laptop.

    • @sterntechdaddy
      @sterntechdaddy  8 часов назад

      It’ll work with PowerShell. Just make sure you run as admin.
      PowerShell is better than the CMD prompt because it supports scripting.
      🙂
      If you follow the video correctly you won’t lose anything, but I would make sure everything you want to keep is backed up - which is what you should do anyway…
      😜

  • @chriswrightt
    @chriswrightt 2 месяца назад +1

    Thanks....its working rn good job 👏🏽

  • @user-dk3gg1hp9n
    @user-dk3gg1hp9n 2 месяца назад +1

    Thanks so much it worked 👍

  • @vexule
    @vexule 3 месяца назад

    Man AINT NO WAY BRAHHH , U HELPING ME MANNNN , thx u so much , u my new tech hero bru

  • @user-xx4xc3iz6s
    @user-xx4xc3iz6s 3 месяца назад +1

    Thanks man. my laptop is now fixed😃

  • @twinshock175
    @twinshock175 Месяц назад

    Hi Nick, nice and simple, but I have encountered an error as REAGENTC.EXE: Operation failed: 2. I think my issue is my dual boot system with a Linux FAT32 after the Windows NTFS, so the free un-allocated is not picked up, as the WinRE is in the right side of the FAT32. I have read Linux may not boot from the BIOS if I move it?
    So it will be easier to delete the Linux partition, fix the 0x80070643 error and reinstall Linux partition, as Gparted and Linux image is small and faster to work with (and never has update issues like windows...just saying)?

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад

      Extra partitions will complicate things!
      If you remove Linux then you should be OK. I can’t cover every possible partition configuration though… most Windows users don’t have Linux installed too!
      😜

    • @twinshock175
      @twinshock175 Месяц назад +1

      Done - went down a few rabbit holes bricking the thing twice then deleting Grub and other Win MBR related issues. Applied as you demonstrated, and success, thankyou!

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад

      You’re the one who deserves the well done.
      This is a messy fix that generally works well enough for home users with no complicated OS configurations.
      😁

  • @ugiskirkops6014
    @ugiskirkops6014 2 месяца назад +1

    OH SHIT BRO THIS IS AMAZING!! THANK YOU THIS FIX MY PROBLEM!
    💥💥💥

  • @pantereq8826
    @pantereq8826 7 дней назад +1

    Done, Its work ! thank you !!

    • @sterntechdaddy
      @sterntechdaddy  7 дней назад +1

      Glad it helped. Read the description for the follow on video if you want to make this fix less messy. 😊

  • @kevinangkham
    @kevinangkham 12 дней назад +1

    Thank you…. I have this problem too… finally…

  • @tonylewis5850
    @tonylewis5850 4 месяца назад

    Thanks for this Nick. Been having this problem too with this KB5034441 but also KB5001716. I tried to include a screen shot of update history showing KB5001716 from October 2023 still refusing to install but exactly same KB5001716 with today's date installed successfully. Can't paste screen shot so you'll have to take my word for it. Anyway KB5034441 now installed.
    Thanks again. Tony

    • @sterntechdaddy
      @sterntechdaddy  4 месяца назад

      Glad it helped. The error is a general error that pops up when the WinRE partition isn’t large enough to fit the update into. So you can get the error for several updates - as you know!
      I’ll add this info to the description in case it helps someone else.

  • @wompwomp004
    @wompwomp004 2 месяца назад +1

    Thank you so much sir, it worked :)

  • @HimanshuKumar-ib7vo
    @HimanshuKumar-ib7vo 2 месяца назад +1

    it worked, Thanks a Lot!

  • @phatheyakhemotsoeneng3111
    @phatheyakhemotsoeneng3111 Месяц назад

    This guy is the GOAT🔥💯 thanks bro🙏

  • @Wholioyt
    @Wholioyt 2 месяца назад +1

    thank you!

  • @omariorowe8039
    @omariorowe8039 Месяц назад +1

    Hey, when I tried reagentc /enable it says "The Windows are image was not found ", what do I do?

  • @hosseinasgari5214
    @hosseinasgari5214 Месяц назад +1

    I can only say that you were great! ❤

  • @dennis.teevee
    @dennis.teevee 2 дня назад +1

    This fixed my issue. 👍💯

  • @Share_The_World
    @Share_The_World 2 месяца назад

    Wow! This step by step guide provided was very helpful to. Thanks Nic... appreciate

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад +1

      Glad it helped.

    • @Share_The_World
      @Share_The_World 2 месяца назад

      God bless you

    • @Share_The_World
      @Share_The_World 2 месяца назад

      Everything worked perfectly after update successfully. Few minutes ago it came up again with this blue error Dog watch...

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад +1

      What is the error code?
      You can perform repairs by using a Windows setup USB stick made with the Media Creation Tool if you can't boot to the desktop.

    • @Share_The_World
      @Share_The_World 2 месяца назад

      Memory management

  • @nikolayspasov8647
    @nikolayspasov8647 3 месяца назад +1

    Thank you very much.

  • @gamerworld5863
    @gamerworld5863 6 дней назад

    Do I have to delete my other partitions first so i can start fixing the error

    • @sterntechdaddy
      @sterntechdaddy  6 дней назад

      Absolutely not... you risk delewting all your data!
      This video relates specifically to the size of the WinRE partition - that's the only one you delete *after* you've shrunk the main partition next to it. Then when you make a new partition it uses all the free space and the WinRE partition is then larger.
      This is messy though - so check out the description for a link to an other video that cleans things up a bit.

  • @yxngkonan3710
    @yxngkonan3710 2 месяца назад +1

    IT WORKED THANKS ,Subbing rn

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад

      Glad it helped and thanks for the sub. 🙂

  • @hardave17
    @hardave17 2 месяца назад

    Cheers buddy! This one gave the Mac users their 5 mins of fame!!!

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад

      Macs are pretty famous already so I doubt this video contributed to that in any meaningful way.
      😂

  • @supersonicchef
    @supersonicchef 3 месяца назад

    Thanks for your fix which did fix one Windows 10 machine. I found there's 500MB of unallocated space (with blue line on top) in disk manager. How can I reabsorb that into the primary drive?

    • @sterntechdaddy
      @sterntechdaddy  3 месяца назад

      Glad it worked… for the 500MB free, I would leave it along if you’re not 100% confident.
      Disk Management should let you extend the partition next to it and include it - if your main C: partition isn’t next to it then I wouldn’t try this though.
      Who made the computer with the 500Mb free?

    • @supersonicchef
      @supersonicchef 3 месяца назад

      @@sterntechdaddy I must have been the one who made the 500MB unallocated space in 2 failed attempts to enlarge WRE space via other youtube channel instructions using CMD ( I must have skipped inadvertently some final steps). Your instructions are , as you said, simpler and therefore better for a tech nerd like myself. The unallocated space is right next to my C drive but when I clock on my primary C drive, it doesn't allow me the choice of extending it. It only offers me to shrink it. So I'm scratching my head. Hope you're enjoying Easter Sunday

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад

      You might have to use something more powerful than Disk Management. DISKPART can do it, but it’s not very friendly so I would suggest something like MiniTool Partition Wizard Free or the free tools from AOMEI or EaseUS.

  • @myzwiftlivestream
    @myzwiftlivestream Месяц назад

    I have 2 recovery partitions, is there anything I need to adjust or change before starting this fix?

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад

      Make sure you adjust the WinRE partition and not the OEM recovery partition.
      You can run reagentc /info to identify the WinRE partition.
      Then take a look at the follow on video. Link in the description.

    • @myzwiftlivestream
      @myzwiftlivestream Месяц назад

      @@sterntechdaddy So I can just leave the 2 recovery partitions (1.12GB and 20.82GB) as is? And just shrink the NFTS partition to 250 mb

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад +1

      Use the reagentc /info command to determine where the WinRE partition is.
      Then use Disk Management to find it and check how big it is. You shrink the partition next to it by 250MB and then add that 250MB to the WinRE partition as shgown in the video.
      The 20.82GB partition is the OEM recovery image - I tend to delete that to get the space back. It's the factory image with the version of Windows the device was sold with - not much use if the hard drive breaks as it won't work, and if you restore Windows using it then you'll end up with a very out of date version of Windows and loads of OEM bloatware. If your laptop is older then you might get Windows 8 or even Windows 7 - not Windows 10 or 11. But it delends upon how old the laptop is and if you bought it new or not.
      1.12GB is pretty big for a WinRE partition if the reagentc command identifies it as being the WinRE partition, but the messy fix may still work and get Windows Update to install the problem update.
      If you're not sure what you are doing then don't do anything... you should pay a local tech person to sort it for you.

  • @DedesFewscres
    @DedesFewscres 3 месяца назад

    3:40 if you have a lot of drives, you can look at the name of your boot drive on diskmanagement (the first step where you shrunk the volume) or another way is is when you type diskpart it will show free amount in mb. usually the other drives have 0 free.

    • @sterntechdaddy
      @sterntechdaddy  3 месяца назад

      DISKPART can be pretty scary, so a less technicdl way for people who don’t have your skills is to use Disk Management to view this information. It will show the partitions on a drive and label them as boot and system. It will also show the drive letter assignments.
      The WinRE partition will be small and not have a drive letter which identifies it nicely.
      Note that you can assign a drive letter and it’ll appear and be browsable in File Manager. Handy if you want the check what’s there.
      🙂

  • @McWebTech
    @McWebTech 2 месяца назад +1

    Well Done! Great fix! Worked for one of my systems.

  • @iTKi.
    @iTKi. 3 месяца назад

    so i just did your fix, and is there any way to change the WinRE partition back to the Recovery Partition that is only like 500 mbs?

    • @iTKi.
      @iTKi. 3 месяца назад

      nevermind the recovery partition remade itself so i just deleted the winre and extended my main drive again with its storage 👍

    • @sterntechdaddy
      @sterntechdaddy  3 месяца назад

      You could reverse the process… but there’s no point doing that. The 250MB isn’t significant and if you’ve got an SSD it’s performance will be affected if it’s not got about 20% free space anyway.
      🙂

    • @sterntechdaddy
      @sterntechdaddy  3 месяца назад

      Nice!
      I left it just in case Microsoft throw out another update that's might cause this error again.
      :D

  • @dimitrisntelis8074
    @dimitrisntelis8074 2 месяца назад

    I have a question .will i encounter the same problem in future updates ?

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад +1

      I hope not. Not all computers get this problem anyway, but as it’s fixed by making the WinRE partition slightly larger then leaving the partition that size might prevent a similar problem in the future.

  • @7Im8O66
    @7Im8O66 Месяц назад +1

    Great tutorial Nic Thx 4 that

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад +1

      Have a look at the follow on video… it’s a more technically correct tweak to this fix.

    • @7Im8O66
      @7Im8O66 Месяц назад +1

      @@sterntechdaddy I will thank you 😊

  • @thato_hatsi
    @thato_hatsi 2 месяца назад +1

    Thanks it worked 😌🙏

  • @leftyy5826
    @leftyy5826 3 месяца назад

    i am struggling in 5:32 please help me
    i entered reagentc /enable and it says The Windows RE image was not found. how to fix it?

    • @sterntechdaddy
      @sterntechdaddy  3 месяца назад

      Have a look in the description…
      You can try opening an admin level CMD or Powershell and type sfc /scannow first to see if that helps.

  • @syetan1830
    @syetan1830 11 дней назад +1

    Wis suwun lik...mantep tenan sampean...

  • @kenmacharia2767
    @kenmacharia2767 2 месяца назад +1

    Thanks!

  • @volvoscott
    @volvoscott 2 месяца назад

    mine didn't work. it kept it in two separate unallocated partitions, one at each end of that disk management line. I turned the largest one back into WinRE.. how do I merge the two unallocated partitions,,, doesn't seem to be any way to do it in Windows

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад

      You can do it with DISKPART or a third party program like EaseUS Partition Manager.
      But if you're not sure what you're doing then I would pay a tech expert to sort it for you.

  • @topnotchsound
    @topnotchsound 2 месяца назад

    As I'm following your directions, I see 2 recovery disks in my system, is this normal?

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад

      There’s usually two… the smaller one is the WinRE partition - that will be MB.
      I expect the other will be the OS recovery image - that one will be several GB. It varies, but 23GB is typical.
      This video is about the smaller one.

  • @kitten1591
    @kitten1591 2 месяца назад +1

    Wow! Thank you, thank you, thank you!

  • @MrZorro1975
    @MrZorro1975 6 дней назад +1

    Bravo best metode

  • @AniruddhaPurohit-uq3rn
    @AniruddhaPurohit-uq3rn 2 месяца назад

    Please help me is this method completely Format my Pc or it only format C drive , i have alot of personal data , i want confirmation from You , please help

    • @sterntechdaddy
      @sterntechdaddy  2 месяца назад

      This won’t format your C: drive if you follow it correctly.
      If you have any doubt the don’t do it. You’ll need to contact someone local with PC tech skills and be prepared to pay them for their help.
      This video is free, obviously, and you do need enough confidence and skill to follow it.

  • @lupoaica_dacica
    @lupoaica_dacica Месяц назад

    Worked like a charm, thanks alot @Nic Bunting

    • @sterntechdaddy
      @sterntechdaddy  Месяц назад

      Glad it helped. See the follow on video to tidy up this messy fix if you want to.

  • @Freckle01
    @Freckle01 3 месяца назад

    I did everything at the end when i typed reactc enable it came back no image do you have any advice.?

    • @sterntechdaddy
      @sterntechdaddy  3 месяца назад +1

      Open an admin level cmd prompt and type sfc /scannow
      This is the system file checker and it might detect and repair this for you.
      Looks like the WinRE environment on your PC is corrupted - which is a different problem that this video can reveal.

  • @microsoftsarker
    @microsoftsarker 3 месяца назад +1

    Thankyou bro 😊