Hello,
I've search but couldn't find anything close to it. I'm looking for a script which would keep a RDP session active. I know what to set in the registry but a script that runs would be better. Does anyone have a solution? thx
Technology Tips and News
Hello,
I've search but couldn't find anything close to it. I'm looking for a script which would keep a RDP session active. I know what to set in the registry but a script that runs would be better. Does anyone have a solution? thx
Hi,
When you say you know what to set in the registry, what are you referring to?
Bill
there are four remote terminal settings that we have to eliminate in our environment and I could set them temp. to 0 but then if a scan is ran by the other department, it will show up.
Hi,
I read this several times, but it's completely incomprehensible to me; sorry.
The correct way to prevent disconnects on Terminal Server is to configure this on the server end (not a scripting question)
Bill
a simple script that would move the mouse randomly would most likely work ... but I'm not a programmer
What you want to do will not work with TS. It will only honor actual human interface events which you cannot synthesize with a script or a program. TS hooks the hardware interrupt to read keyboard and mouse input.
The only way it might be done is to hook the driver chain and force an interrupt somehow. This cannot be done in script and I am not sure it is possible to do this with a driver.
YOu are not the first to tink of this. It was brought up in NT4 with the first version of Terminal Server. Have your admins disable timeouts on your profile.
Hi,
You know how to disable what? And what's an "individual scan"?
In any case, the correct procedure would usually be to configure the Terminal Server's session time limits in a GPO.
Bill
Hey Flav,
You probably won't find a script for this purpose because your session will stay active if you just configure it correctly, that's what it's made to do. If it's not, then you probably have a more serious problem. While this isn't a Remote Desktop Services (formerly Terminal Services) Forum, I do have a few suggestions:
Good Luck!
-Dan
Hi,
did you found any option for keeping server alive
Thank you in advance