Forum Discussion

MadisonGreen's avatar
MadisonGreen
Iron Contributor
Apr 22, 2025

Windows Insider ran into a problem!

I signed up for windows insider unassumingly thinking it would cause no harm, and now my laptop is boot looping into this. this is my first laptop and it had windows pre installed on it, so I have no technical knowledge on windows. I'm so lost right now and I don't have even the slightest clue on what to do, lol

 

1 Reply

  • ChuckSchumer's avatar
    ChuckSchumer
    Iron Contributor

    1. Roll back to the previous version
    Open Settings > System > Recovery

    Click the “Back” button

    Follow the wizard to complete the rollback

    2. Uninstall problematic updates
    powershell
    # Run PowerShell as an administrator
    wusa /uninstall /kb:5031451 # replace with actual KB number
    3. Repair system files
    dism /online /cleanup
    dism /online /cleanup-image /restorehealth
    sfc /scannow
    Solution when the system fails to boot

Resources