Set Power Settings Best Performance

What it does Sets Windows 11 display, sleep, and hibernate timeouts to Never (both on AC power and battery), and switches the Power Mode slider to Best Performance. Useful for workstations, kiosks, or troubleshooting scenarios where you don’t want the machine sleeping, dimming, or throttling. Logs every change and verifies the settings actually applied before finishing. ...

August 15, 2026 · 4 min · Jason, Cyber Professional

Reinstall Default Apps

What it does Re-registers every installed Windows app package (Start Menu, File Explorer, Settings, Camera, Mail, Edge, and other built-in apps) by running Get-AppxPackage against each one’s AppxManifest.xml. This is the standard fix for things like a broken Start Menu, a crashing Settings app, or a non-functional taskbar — without needing to reset or reinstall Windows entirely. Logs each package’s result individually and summarizes success/failure counts at the end, rather than letting errors scroll by unlabeled. ...

August 15, 2026 · 4 min · Jason, Cyber Professional

Repair Windows System Files

What it does Automates the standard Windows corruption repair workflow: runs DISM to repair the component store, then runs SFC to scan and repair corrupted system files. Checks for admin rights before running, logs every step with timestamps, and gives a plain-language summary of whether corruption was found and fixed — no scrolling through raw console output to figure out what happened. ...

August 15, 2026 · 5 min · Jason, Cyber Professional