Skip to main content
pcfixby shin
Power User Resource Hub

Curated Power Tips, Cool Tools & Hidden Gems.

Handpicked terminal commands, free verified utilities, debloating playbooks, and retro Windows easter eggs tested for speed, stability, and safety.

15 CLI Commands18 Free Utilities100% Free & Spyware-Free
Mass Package Updater logo
Package Manager

Mass Package Updater

Upgrades all installed applications that have newer versions in the Windows Package Manager.

winget upgrade --all --include-unknown
Battery Health & Degradation Audit logo
Hardware Telemetry

Battery Health & Degradation Audit

Generates an HTML diagnostic report with factory design capacity, current max capacity, and cycle count.

powercfg /batteryreport /output "%USERPROFILE%\Desktop\battery-report.html"
DISM Component Store Repair logo
System Integrity

DISM Component Store Repair

Scans and repairs corrupted Windows component store (WinSxS) files using official Windows Update servers.

DISM /Online /Cleanup-Image /RestoreHealth
System File Integrity Check logo
First Aid

System File Integrity Check

Scans all protected Windows operating system files and replaces corrupted binaries with clean cached copies.

sfc /scannow
Multi-Threaded Resilient File Replication logo
File Management

Multi-Threaded Resilient File Replication

Copies directories with 16 parallel threads, retains file permissions, and resumes interrupted transfers.

robocopy "C:\Source" "D:\Destination" /E /ZB /MT:16 /R:1 /W:1 /V
Clear-Text Wi-Fi Password Extraction logo
Networking

Clear-Text Wi-Fi Password Extraction

Displays saved network profile security key in plain text without logging into router settings.

netsh wlan show profile name="SSID_NAME" key=clear
True Cold Kernel Shutdown logo
Power Management

True Cold Kernel Shutdown

Kills all active applications immediately and forces a true zero-power cold reboot without Fast Startup hibernation.

shutdown /s /f /t 0
Extended Multi-Item Clipboard History logo
Productivity

Extended Multi-Item Clipboard History

Opens a floating clipboard menu with your last 25 copied text snippets, screenshots, and pinned favorites.

Win + V
God Mode Centralized Control Panel logo
Admin Access

God Mode Centralized Control Panel

Creates a master folder linking over 200 legacy Control Panel applets and administrative settings into one searchable view.

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Restore Classic Windows 10 Context Menu in Win 11 logo
UI Tweak

Restore Classic Windows 10 Context Menu in Win 11

Bypasses the truncated Windows 11 right-click menu and eliminates the 'Show more options' click permanently.

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve && taskkill /f /im explorer.exe && start explorer.exe
Find Processes Preventing PC Sleep logo
Power Diagnostics

Find Processes Preventing PC Sleep

Reveals active audio streams, display requests, and driver handles keeping your system awake.

powercfg /requests
Audit Injected OEM Drivers in Driver Store logo
Driver Health

Audit Injected OEM Drivers in Driver Store

Lists all third-party OEM drivers installed in Windows with provider name, class, and version number.

pnputil /enum-drivers
Physical Disk Health & Media Query logo
Storage

Physical Disk Health & Media Query

Displays drive model, media type (NVMe/SSD/HDD), bus interface, and low-level health status.

Get-PhysicalDisk | Select-Object FriendlyName, MediaType, BusType, HealthStatus, OperationalStatus
Identify & Kill Process Locking a Network Port logo
Network Debug

Identify & Kill Process Locking a Network Port

Finds PID listening on a blocked port (e.g. 3000 or 8080) and terminates it with immediate force.

netstat -ano | findstr :3000 taskkill /PID <PID> /F
DNS Cache Flush & DHCP Lease Renew logo
Networking

DNS Cache Flush & DHCP Lease Renew

Purges corrupted local domain resolution records and renegotiates fresh IP assignment with gateway.

ipconfig /flushdns && ipconfig /renew
Chris Titus Tech Windows Utility (CTT WinUtil) logo
Debloat & TweaksChris Titus Tech & Community

Chris Titus Tech Windows Utility (CTT WinUtil)

All-in-one open-source utility for debloating Windows, toggling telemetry, and bulk installing software via winget.

irm "https://christitus.com/winutil" | iex
Always check 'Create Restore Point' first before applying system tweaks.
O&O ShutUp10++ logo
Privacy & TelemetryO&O Software

O&O ShutUp10++

Free, portable privacy tool with color-coded toggles to disable intrusive Windows telemetry and ad tracking safely.

AtlasOS logo
Performance PlaybookAtlas Team

AtlasOS

Open-source Windows modification that reduces input latency, cuts background process bloat, and optimizes power schemes.

Display Driver Uninstaller (DDU) logo
GPU MaintenanceWagnardsoft

Display Driver Uninstaller (DDU)

Boots into Safe Mode to completely clean GPU drivers, registries, and leftovers from NVIDIA, AMD, or Intel.

Always execute while booted into Windows Safe Mode with internet disconnected.
Everything logo
Search EngineVoidtools (David Carpenter)

Everything

Instantaneous desktop search engine reading the NTFS Master File Table directly, searching millions of files in milliseconds.

WizTree logo
Disk AnalyzerAntibody Software

WizTree

High-speed disk space visualizer that parses the NTFS MFT in seconds (46x faster than WinDirStat) with interactive treemaps.

CrystalDiskInfo logo
SMART HealthNoriyuki Miyazaki (hiyohiyo)

CrystalDiskInfo

Reads low-level SMART telemetry, TBW lifespan, reallocated sectors, and real-time temperatures for NVMe, SATA SSDs, and HDDs.

HWiNFO64 logo
Hardware TelemetryMartin Malik (REALiX)

HWiNFO64

Exhaustive hardware sensor monitoring: per-core CPU temps, GPU hotspot, VRAM junction temp, VRM thermal sensors, and wattage.

Fan Control logo
Thermal ManagementRem0o

Fan Control

Unified custom fan curve manager combining CPU, GPU, and motherboard thermal probes to drive custom fan profiles.

LatencyMon logo
Audio & DPC LatencyResplendence Software

LatencyMon

Measures DPC and ISR execution times to name the exact driver causing audio pops, clicks, or micro-stutters in games.

Microsoft PowerToys logo
ProductivityMicrosoft & Open Source Community

Microsoft PowerToys

Official system tuning suite: FancyZones window snapping, Text Extractor OCR (Win+Shift+T), and Always On Top (Win+Ctrl+T).

Rufus logo
Boot MediaPete Batard

Rufus

Creates bootable USB installation flash drives with built-in toggles to bypass Windows 11 TPM 2.0, Secure Boot, and Microsoft Account requirements.

Ventoy logo
Boot Medialongpanda

Ventoy

Turns a USB flash drive into a multi-boot disk where you simply drag-and-drop ISO files without reformatting.

EarTrumpet logo
Audio ManagementFile-New-Project

EarTrumpet

Replaces default Windows audio tray with an elegant per-application volume mixer and instant output device switching.

ScreenToGif logo
Media RecordingNicke Manarin

ScreenToGif

Lightweight screen, webcam, and sketchboard recorder with built-in frame editor to create optimized bug reproduction GIFs.

Bulk Crap Uninstaller (BCU) logo
Software UninstallerMarcin Szeniak (Klocman)

Bulk Crap Uninstaller (BCU)

Automated batch uninstaller that removes multiple applications in silence and aggressively scrubs leftover registry keys and files.

Intelligent Standby List Cleaner (ISLC) logo
RAM & LatencyWagnardsoft (Creator of DDU)

Intelligent Standby List Cleaner (ISLC)

Automatically purges dormant Windows Standby memory cache to cure micro-stutter in games, and locks timer resolution to 0.50ms.

Set 'The list size is at least' to 1024MB and 'Free memory is lower than' to half your total RAM.
Microsoft Sysinternals RAMMap logo
Memory DiagnosticsMark Russinovich (Microsoft Sysinternals)

Microsoft Sysinternals RAMMap

Official Microsoft physical memory utility to analyze active processes, kernel pools, and file cache with safe manual cache purging.

Use Empty > Empty Standby List only. Avoid 'Empty Working Sets' as it forces disk paging.
SlideToShutdown Full-Screen Curtain logo
Hidden UI

SlideToShutdown Full-Screen Curtain

Summons a touch-friendly lock screen shade that drops down with the prompt 'Slide to shut down your PC'.

SlideToShutdown.exe
Instant Graphics Subsystem Driver Kick logo
Recovery Shortcut

Instant Graphics Subsystem Driver Kick

Display flickers black, beeps once, and restarts Desktop Window Manager (DWM) without closing games or rebooting.

Win + Ctrl + Shift + B
Windows 11 Setup Offline Local Account Bypass logo
Setup Hack

Windows 11 Setup Offline Local Account Bypass

Unlocks the 'I don't have internet' button on Windows 11 installation screen to create a pure local offline account.

Shift + F10 oobe\bypassnro
Reliability Monitor Hidden Stability Index logo
Hidden Diagnostic

Reliability Monitor Hidden Stability Index

Displays a visual 1-to-10 stability score graph over past weeks, charting app crashes, Windows updates, and blue screens.

perfmon /rel
Reserved DOS Device Names (CON, PRN, AUX, NUL) logo
Vintage OS Quirk

Reserved DOS Device Names (CON, PRN, AUX, NUL)

Windows forbids creating folders named CON, PRN, AUX, NUL, COM1-9, or LPT1-9 due to 1974 CP/M and 1981 DOS compatibility.

ASCII Star Wars in Command Prompt logo
Terminal Retro

ASCII Star Wars in Command Prompt

Streams the full Star Wars Episode IV animated movie rendered entirely in ASCII text characters inside CMD.

curl telnet://telehack.com starwars
Notepad Auto-Timestamp Journal (.LOG) logo
Built-In Feature

Notepad Auto-Timestamp Journal (.LOG)

Type .LOG as the first line of a text file in Notepad; every time you reopen it, the current date and time are stamped automatically.

.LOG
Aero Shake Window Minimizer logo
Desktop Gesture

Aero Shake Window Minimizer

Grab active window title bar and shake mouse left and right; all background windows instantly minimize to taskbar.

Edge Offline Surfing Arcade Game logo
Arcade Minigame

Edge Offline Surfing Arcade Game

Full 8-bit retro surfing game built into Microsoft Edge with obstacles, ramps, time trial mode, and a kraken boss fight.

edge://surf
Classic Solitaire Instant Win Cascade logo
Retro Easter Egg

Classic Solitaire Instant Win Cascade

Press Alt + Shift + 2 in classic Windows Solitaire to trigger the iconic bouncing card victory celebration immediately.

Alt + Shift + 2
Space Cadet Pinball Ball Drag Cheat logo
Retro Cheat Code

Space Cadet Pinball Ball Drag Cheat

Type 'hidden test' in 3D Pinball Space Cadet to grab the ball with mouse cursor and trigger infinite points.

hidden test