I have Windows server in virtual machine (Amazon EC2).
I have Java Script that run on Chrome extension.
When I disconnect my virtual machine, my JavaScript stop running.
Is there any way to keep the Windows alive while I disconnected to it?
I have Windows server in virtual machine (Amazon EC2).
I have Java Script that run on Chrome extension.
When I disconnect my virtual machine, my JavaScript stop running.
Is there any way to keep the Windows alive while I disconnected to it?
Not sure how come chrome knows that the user is disconnected, but if thats the cause.
You can rdp from the remote session to localhost (to another user of course), then open chrome in that inner session, keep the inner session connected when you disconnect from the external session.
Not sure if someone still wants to know but like RedSkull, here I am to guide the path to a roundabout solution. After spending the entire day on the problem, scraping through the different solutions and adding bit-by-bit. Here's the detailed explanation: https://stackoverflow.com/a/72798188/12743648
it's original problem : Can the GUI of an RDP session remain active after disconnect