-
Notifications
You must be signed in to change notification settings - Fork 23
FAQ
English · 中文
Common questions about elevation, remote access, configuration, and platform support.
WispTerm does not elevate shells on its own. Shells inherit the same privilege
level as the running wispterm.exe process. Starting WispTerm normally (a
double-click or non-elevated shortcut) gives you a standard token, even if your
account is in the Administrators group (UAC split token).
-
Run WispTerm elevated: right-click
wispterm.exeor its shortcut and choose Run as administrator. New tabs inherit the elevated token after UAC approval. -
Separate elevated window only: from any shell, run
Start-Process pwsh -Verb RunAs(orpowershell). This starts a new elevated process after UAC; it does not replace the current tab.
There is no supported way to promote an existing non-elevated shell to elevated without a new process and UAC consent.
WispTerm Remote mirrors the local window because the desktop app is the source of truth for terminal state — the local PTY, VT state, scrollback, cursor, and split layout are captured there and streamed to the browser. The mobile UI can refocus a single surface, but it does not currently create a separate phone-sized terminal grid. See Remote-Access.
Run wispterm --show-config-path to print the resolved path, or press Ctrl+,
(Cmd+, on macOS) to open it in your editor. Saving the file applies most
changes without a restart. Full details and the key reference are in
Configuration.
WispTerm ships for Windows and macOS today. The Linux port is still
in progress — track it in
TODO.md.
See also: Configuration · Remote-Access · Home