Unsolved
This post is more than 5 years old
7 Posts
0
1022
June 18th, 2009 05:00
interactive services dialog detection pop up on Windows Server 2008
i have a problem with the Win 2008 "interactive services dialog detection" . If Autostart starts my Application (ConsoleType) no interaction is possible. In the Process Options (AutoStart Console) i have activate "Allow Access to the Windows Desktop" but there comes only a Win2008 Popup:
Interactive services dialog detection
A program can't display a message on your Desktop....
I want to see my Application running and not this stupid message
Can anybody help me ?
Thank you
Interactive services dialog detection
A program can't display a message on your Desktop....
I want to see my Application running and not this stupid message
Can anybody help me ?
Thank you
No Events found!


JoelStewart
24 Posts
0
June 29th, 2009 11:00
Windows has introduced new security settings and this sounds like it is the result of one of them.
Best Regards,
Joel
ecervant
63 Posts
1
June 30th, 2009 14:00
In Windows 2008, session 0 is a non-interactive session and is only used to run services and backend processes. They have moved the user sessions to session 1, 2, etc. Due to this change the user now has to enable the Interactive service on the Windows 2008 server, to be informed when a process is trying to display something in session 0. With the service enabled, the user will have the capability to switch to session 0 (A special toned down desktop) and interact with the application. Upon completion of the interaction the user returns to the logon session to continue working on the server.
Unfortunately this appears to be new functionality to the Windows 2008 Operating system that Administrator's will have to adjust too. With the new design, I am not sure AutoStart will be able to build a workaround (to function as in the past Operating Systems) without breaking Windows security practices.