How to Reinstall Microsoft Store After Accidentally Removing It

Quick fix: Open Terminal (Admin) and run Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"} — re-registers Microsoft Store from its existing files. If files were fully deleted, install via the offline package method (Method 2). You ran a Windows debloater script or removed Microsoft Store manually via PowerShell. Now you can’t install any … Read more

How to Exit the Preparing Automatic Repair Black Screen on Windows 11

Quick fix: Force-shutdown by holding the power button for 10 seconds, wait, power on, immediately mash F8 as Windows starts — interrupts the Automatic Repair entry and gives you Recovery Environment options. Windows boots, displays “Preparing Automatic Repair,” goes to a black screen, and stays there for hours. The spinning dots disappear. The disk light … Read more