Intel Entry 001: Emergency Surgery – Rolling Back the Chaos

OVERSEER NOTE: Sometimes the “cure” is worse than the radiation. If a monthly update has turned your workstation into a paperweight, you need to perform an emergency extraction. When the GUI fails, the Command Prompt is your only friend in the wasteland.

The Situation

You’ve applied the latest KBs, but now your print spooler is screaming, and the Blue Screen of Death (BSOD) is your new screen saver. You can’t get to the settings menu. You need a way out, and you need it fast.

The Tools of the Trade

We’re going to use the Windows Update Standalone Installer (WUSA). It’s a clean, surgical tool for removing specific updates when the standard “Add/Remove Programs” interface has been obliterated.

The Procedure

  1. Boot into WinRE: If you can’t get to the desktop, let the system fail to boot three times, or use your recovery media.
  2. Access Command Prompt: Navigate to Troubleshoot > Advanced Options > Command Prompt.
  3. Identify the Target: You need the KB number of the offending patch (e.g., KB5074109).
  4. Execute the Command: Type the following and hit Enter: wusa /uninstall /kb:5074109
  5. Confirm the Extraction: A dialog will appear asking to confirm. Hit Yes.

Pro-Tip for the Automated Wasteland

If you are managing 500+ settlements (endpoints), doing this manually is a death sentence. Tools like NinjaOne or Automox allow you to trigger these rollbacks across your entire fleet from a single terminal before the help desk tickets bury you alive.

STAY SAFE OUT THERE, INITIATE.