12

So I'm basically my family's IT guy, as you'd expect, but this is just pulling my hairs.

My mom's laptop has a weird error message saying something about a corrupt windows update database.

Not wanting to mess the system up, I decided to factory reset the computer and see if that helped.

During the factory reset, windows tells me that it can't delete all files, and that another factory reset might be in order.

Alright, I don't think any more of it and proceed to setup the account on the computer, everything works fine.

Next day I decide to run windows update on it just to see if everything works as it should, the computer restarts and immediately BSoDs on me. Upon reboot the same error from before the system reset pops up again, and I'm back to square one.

Fuck windows and all its constant issues

Comments
  • 5
    Critical structure corruption....
    http://msdn.microsoft.com/en-us/...

    In other words, don't blame windows. I would advise you to check RAM with memtest86+ and then check S.M.A.R.T data on the HDD. After replacing any faulty parts, reinstall windows from scratch using a USB stick created with "media creation tool" (google it and pick the first result).
    (select custom, then to delete all partitions on the HDD).

    If it asks for product key, select "skip". It will fetch your license from the cloud by using your hardware serial.
  • 4
    I used to have to help my mom with computer issues all the time on windows. I moved her over to Ubuntu, and she hasn't had problems since.
  • 4
    @penguin same here, My mother is happy, the printer/scanner works great and libre office is ok replacement for ms office.

    Also I can ssh to that machine so is an extra node for me XD.
  • 2
    @sebastian Well you know. If it has Windows:

    if (computer.IsBroken("Hardware"))
    {
    if (computer.contains("Windows"))
    {
    blame("Windows");
    }
    else
    {
    blame("Hardware");
    }
    }
  • 1
    @sebastian well if he changes hardware wouldn't Windows be unable to fetch the right license key?
  • 2
    @oscarascal There is a certain limit on how much hw changes you can do before Microsoft considers this a "new" computer and wont allow the old license to be fetched/activated. A disk change isn't going to trip this anyways. The motherboard has the major identifiers like MAC, BIOS serial, processor serial..

    I have changed faulty RAMs and disk's on multiple computers and Microsoft has always been able to fetch the license back after a keyless reinstall.
    However, replacing the mobo always triggers the "not activated" message even after having same RAM and disk.
  • 1
    OK thanks :)
  • 2
    Same thing here. There is probably some win10 update that doesn't like older hardware. I ended up installing Zorin Linux on my dad's laptop since he just used it for Internet anyway.
  • 3
    Omg!!! I just got this fucking screen! Came to devRant waiting the windows automatic repair
Add Comment