2

I couldn't see any specific answer so asking the community directly.

Using the "Windows Multiple Desktop Feature" (see picture linked below in case of ambiguity) can I have one Windows User (or MS Windows Account) logged in on one desktop, and another User (or MS account) logged into another?

If different users accounts is a limitation of this functionality, could anyone suggest the simplest tutorials/software to achieve this is a virtual desktop environment?

Screen shot of Multiple Desktop User launchpad access screen

Screen shot of Multiple Desktop User launchpad access screen

phuclv
  • 30,396
  • 15
  • 136
  • 260

3 Answers3

2

You can't use and see multiple users on a desktop at once, it'll violate security rules. You can use Fast User Switching though, and just a simple click will switch you to the other user account (after a quick login of course, which can be accelerated even more with Windows Hello biometric login with finger or face), and lock the current user. This is true even for Windows server, you aren't allowed to see the other users' environments

But if you have multiple monitors you can use multiple users concurrently. This is called multiseat and has nothing to do with virtual desktops. You can probably fake the multiple monitors with a KVM switch, but you still need special software to enable multiseat feature. See


The simpler solution is to use virtual machines. Just bind separate monitors and input devices to separate virtual machines and you can use them in parallel, because they're technically separate machines and can be used simultaneously

phuclv
  • 30,396
  • 15
  • 136
  • 260
1

You could use remote desktop if you're willing to hack with your system:

  1. Install rdwrap this is a small open source tool that will enable rdp with multiple connections on windows desktop. Some virus scanners will flag it as a virus because it messes with system files. This is a bit hackish and possibly a violation of the Windows EULA. so only do this if you're willing to go down this road. Install tutorial for Windows 11.
  2. Then enable Remote Desktop in Windows and enable it for the users you want to use it with.
  3. Use a rdp client (I recommend PRemoteM) to connect to 127.0.0.2 (127.0.0.1 will not work) and login with the user and password. This will give you a remote desktop connection.

An alternative would be to use a VM.

Here is the discussion about the legality for reference: github.com/stascorp/rdpwrap/issues/26.

IMHO the chance of you getting in trouble for this is marginal but it might be an issue if you're using company equipment and with insurances.

0

Multiple simultaneous users on the same desktop: It seems it is possible with this 3rd party software called MouseMux. Only found this site now, but it looks promising, and while still in beta it's free to use. https://mousemux.com/

Franz
  • 1