I'm trying to automatically run an mmc console on logon. I made one the usual way and it works fine if I start it myself.
I placed it in c:\myconsole.msc
But when I use the Programs > Start a Program tab I gives me the following error:
An Error (193) occured while creating user login.
A quick google tells me that it fails to start because explorer.exe isn't running yet.
Anyway way to resolve this?
Is there a way to delay exectution of the command until explorer.exe is running?
I know I could easily add it to the console to auto start-up but that would require me to configure each individual account which is something I want to avoid.
Hi,
We added a delay option for a customer using a ThinClient. maybe this will help. It's in the application option, Advanced tab page: Delay the initial connection.
Let me know if this help.
David Hervieux
Thank you for your reply.
Changing the setting you mentioned doesn't seem to have any effect.
I tried between 10 en 60 seconds but this had no impact.
Would it be possible to run a batch script or similar on connect that automatically takes the users credentials and starts the console with a timer?
Remote Desktop Manager support command line, maybe you could call it in a script. I'm not the best reference to create script. For the credentials, if it'saved in RDM, it will be handled correctly.
David Hervieux