I closed my terminal on Windows how do I restart OpenClaw

There are two Windows install modes:
1) WSL2 (recommended): the Gateway runs inside Linux.
Open PowerShell, enter WSL, then restart:
wsl
openclaw gateway status
openclaw gateway restart
If you never installed the service, start it in the foreground:
openclaw gateway run
2) Native Windows (not recommended): the Gateway runs directly in Windows.
Open PowerShell and run:
openclaw gateway status
openclaw gateway restart
If you run it manually (no service), use:
openclaw gateway run
Docs: Windows (WSL2), Gateway service runbook.