"Allow service to interact with desktop" option for Windows service
-
Can anyone please let me know what is the difference between a service with "Allow service to interact with Desktop" checkbox checked and unchecked ?
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1002276&SiteID=1
#region signature my articles #endregion
-
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1002276&SiteID=1
#region signature my articles #endregion
is it only for making interactive or something else is also there ? We have a service for our application, and our application uses another application. The option "Allow service to interact with desktop" for this service is set. If i set this option checked for my service then only my application works, otherwise no. For my application to work, both the services's option must be either checked or unchecked.