> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/running-remote-desktop-manager-as-another-user.md).

# Running Remote Desktop Manager as another user

There are many different types of credentials and they are used by a multitude of users. On Windows systems, having multiple user accounts enables the ability to launch Remote Desktop Manager Windows under a different set of credentials while we are already logged on using main credentials. This allows for using Integrated security to connect to an [Advanced workspace](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/).

{% hint style="info" %}
These solutions require the Secondary Log-on service to be running. If the other account belongs to a domain different than the one from your workstation, solution A must be used.
{% endhint %}

### Solution A - RunAs command

This solution is ideal for frequent use. You can create a batch file with the command and simply enter your password when prompted.

The RunAs command has many parameters to change its behaviour, we will not cover them all here, but if you have an advanced scenario we suggest you consult the Windows help. For a complete list and configuration information, see [Built-In Run As](https://docs.devolutions.net/rdm/kb/how-to-articles/run-as-another-user/built-in-runas/).

1. Open a command prompt.
2. Type runas /netonly /user:{your username here}. Usage of the NetOnly parameter signals that the credentials will be used for network access only. Ensure your username is entered as your infrastructure requires. Typically its {domain}{user}, i.e. windjammer\david.
3. Append the full path to Remote Desktop Manager, typically **%ProgramFiles(x86)%\Devolutions\Remote Desktop Manager\RemoteDesktopManager.exe**, but you must ensure this is correct for your machine.
4. When you press enter, you are prompted for the password, then the application will launch.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4584.png)

### Solution B - Shift+right-click on the shortcut or executable to ## Remote Desktop Manager

In Windows you can manually start any process as a different user using <kbd>Shift</kbd>+right-click to get the context menu.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4565.png)

You are presented with a logon form in which you must specify the username and password.

![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB4586.png)

### Manual Run As

Your session type is not supported and need help to manually configure Run As? See [Manual Run As](https://docs.devolutions.net/rdm/kb/how-to-articles/run-as-another-user/manual-runas/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/running-remote-desktop-manager-as-another-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
