mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 20:43:20 +03:00
Updated FAQ (markdown)
5
FAQ.md
5
FAQ.md
@@ -1094,4 +1094,7 @@ Build a custom client with [WebSocket allowed](https://rustdesk.com/docs/en/self
|
||||
|
||||
# Failed to start `--server` process in `--service` process.
|
||||
|
||||
Some users run Windows sandbox which prevents obtaining user token from winlogon.exe, so that we can not start `--server` process in console user env.
|
||||
When running in Windows Sandbox, it is not possible to obtain the user token from `winlogon.exe`, which prevents us from starting the --server process in the console user environment.
|
||||
|
||||
> [2025-06-04 09:32:02.777040 +01:00] ERROR [src\platform\windows.rs:695] Failed to launch privileged process: The parameter is incorrect. (os error 87)
|
||||
> [2025-06-04 09:32:02.777506 +01:00] ERROR [src\platform\windows.rs:700] No process winlogon.exe
|
||||
|
||||
Reference in New Issue
Block a user