Is there an application that fully divides desktop sessions on Windows?

AI Thread Summary
Mark Russinovich's Desktop application allows the creation of multiple desktop sessions but does not fully isolate processes between them, which can lead to issues when connecting to remote servers that detect multiple instances of an application. Users seeking complete session separation may consider using virtual machine software like VirtualBox, which enables the emulation of multiple computers on a single machine. Each virtual machine operates independently with its own IP address, helping to avoid server errors related to concurrent application instances. This setup is resource-intensive but useful for creating isolated environments for testing or running applications without affecting the host system. Additionally, virtual machines allow users to save states, making them ideal for trialware management and experimentation without permanent changes to the system.
trueo
Messages
16
Reaction score
0
http://technet.microsoft.com/en-us/sysinternals/cc817881

That Desktop application by Mark Russinovich helps create new session for desktop (4 in total) but it doesn't seem to be a full *split*. That is, processes created in one session are still alive or known in another session. Do you know a similar application for windows that does a full division of session for me to play with ? Thank you a lot.
 
Computer science news on Phys.org
To clarify what I mean to do, I would like to use an application that connects to a remote server; usually, without this sort of session split, the server will report an error of an already_process_is_being_run, so it will ask me to close that application instance before starting a new one. Mr Russinovich's Desktop *almost* passes this sort of server check yet it fails in the end with the same cause as that of mono-session clients.
 
one idea is to use a virtual machine program such as VirtualBox to emulate multiple computers on the same single computer. allowing multiple processors running at the same time from the same computer. each virtual machine has its own IP address so the server should not throw errors.

I currently use this program at RMIT University to emulate a server and 3 clients on one machine to virtually run a closed internal network, the program also allows you to use host controller meaning you can use the virtual machines in relation with physical machines, eg. virtual server with physical clients.

Unsure if this is exactly what your after (this is resource intensive)

You can also save states on the virtual machines, this is usefull for trialware as you can save your files externally(on the host computer) and then go back to when you had 30 days trial (before you install the software)

there are obviously a lot more applications you can use this type of program for but it does the job for me, allows me to screw around with a server without actually damaging things, plus let's me save its state before i screw it up entirely.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
i am customizing a Linux distro [arch] into love os which I am building to impress my crush. I had an idea to integrate an ai model into the Linux system so it can speak like me but romantically. but I don't know what or how to do. I don't know the basic concept of Linux but yet I am customizing my os purely relying on chat gpt and perplexity. when i ask chat gpt about this it said to fine tune an ai model and integrate to the Linux distro and my friend said for the data to be fed to the ai...
Back
Top