Regain control of frozen endpoints instantly. Execute graceful reboots, forced hardware shutdowns, and targeted session logoffs using a highly resilient WinRM pipeline with automated PsExec fallbacks.
SEE HOW IT WORKS[UHDC] REMOTE POWER CONTROLS: LAPTOP-US-4829
[i] Attempting connection to LAPTOP-US-4829 via WinRM...
> Dispatching command: rwinsta.exe console
[UHDC SUCCESS] Power action 'Logoff' dispatched successfully!
When a computer is completely frozen or a rogue application locks the screen, standard remote management tools often fail. This engine utilizes a dual-protocol approach to guarantee your commands reach the Service Control Manager.
Attempts to execute native power commands via WinRM first for maximum speed. If the machine is severely locked up and WMI is unresponsive, it automatically falls back to a Base64-encoded PsExec payload.
Features a "Force Logoff" option that utilizes legacy Terminal Services commands (rwinsta) to instantly drop the physical console session. This kicks disconnected users off shared kiosks without waiting for a full hardware reboot.
Standard reboots are deployed with a 60-second timer, giving active users time to save their work. The GUI also includes an "Abort Restart" function to instantly cancel pending reboots if executed by mistake.
When Training Mode is enabled, the UHDC pauses execution to explain the exact command-line syntax used for the specific power action they selected, as well as the fallback logic.
Clicking the Start Menu and selecting 'Restart', holding down the physical power button on the laptop for 10 seconds, or opening Task Manager, going to the 'Users' tab, and clicking 'Disconnect'.
Restart-Computer cmdlet and standard WinRM sessions rely heavily on WMI (Windows Management Instrumentation). If a computer is severely frozen, the WMI service is often unresponsive, causing the command to fail. By automatically falling back to PsExec, we bypass WMI entirely and interact directly with the Service Control Manager to execute the native shutdown.exe binary, which is significantly more reliable on locked-up machines.rwinsta stands for "Reset Windows Station." It is a legacy Terminal Services command. By passing the argument console, we are telling the operating system to instantly drop the physical console session (the user sitting at the keyboard). It is much faster than a full reboot because it leaves the Windows kernel and background services running while simply resetting the user interface./t 60), you have a one-minute window to fix the mistake. Simply run the tool again against the same PC and select the "Abort Restart" option from the GUI. This sends a shutdown /a command, which instantly cancels the pending reboot.