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)