DEV Community

MentalistOps
MentalistOps

Posted on • Edited on

🛠️ QMR-Lite – Cognitive Recovery Toolkit for Windows 11 23H2

QMR-Lite is a modular PowerShell framework developed by MentalistOps to simulate the upcoming “Quick Machine Recovery” feature from Windows 11 24H2 — but fully compatible with earlier builds (21H2 to 23H2).🔧 Key Features:• Detects system instability (BSODs, crashes, critical events)
• Backs up and restores system configurations
• Auto-fixes common issues (Explorer, network, services)
• Event monitoring with automated response
• Fully documented, reversible, and offline-friendly
📁 Structure:• modules/ – PowerShell scripts
docs/ – user guide
.gitignore, LICENSE, README.md
🔐 License: MIT
💬 Feedback & requests: mentalistops [at] protonmail [dot] com
💸 Support: GitHub: github.com/MentalistOps/QMR-Lite

Hi everyone,

I’ve recently published QMR-Lite, an open-source PowerShell framework designed for intelligent and modular recovery on Windows 10/11 systems (up to 23H2).

🔧 Included modules:

  • bootcheck.ps1 – Detects boot errors
  • restorepoint.ps1 – Creates reversible restore points
  • configbackup.ps1 – Saves user configuration files
  • quickfix.ps1 – Fixes common issues
  • watchdog.ps1 – Monitors critical system events

📌 Key features:

  • No installation required
  • Fully documented and reversible
  • Compatible with forensic environments, VMs, and live systems
  • Designed for sysadmins, advanced users, and digital investigators

🔗 GitHub crepository:

https://github.com/MentalistOps/QMR-Lite

📥 Direct download (ZIP):

Download QMR-Lite


💬 I’m actively seeking technical feedback and suggestions.

Feel free to test it in a sandbox or VM and share your thoughts!👋

Top comments (0)