Allow Service to interact with Desktop
-
in a windows services, if we are calling an exe file and we want the UI of the exe to show on desktop. then Under LogOn tab (in services in administrative tools), we check "Allow Service to interact with Desktop" checkbox. i want to know is there any way that we achieve this through coding. i mean, can we make that windows service already configured to "Allow Service to interact with Desktop" checkbox checked through coding. thanks
-
in a windows services, if we are calling an exe file and we want the UI of the exe to show on desktop. then Under LogOn tab (in services in administrative tools), we check "Allow Service to interact with Desktop" checkbox. i want to know is there any way that we achieve this through coding. i mean, can we make that windows service already configured to "Allow Service to interact with Desktop" checkbox checked through coding. thanks
I think those are registry settings. you might find that Microsoft has hidden such information in the DOCUMENTATION and what does this have to do with ASP.NET?
"Just about every question you've asked over the last 3-4 days has been "urgent". Perhaps a little planning would be helpful?"
Colin Angus Mackay in the C# forumled mike
-
in a windows services, if we are calling an exe file and we want the UI of the exe to show on desktop. then Under LogOn tab (in services in administrative tools), we check "Allow Service to interact with Desktop" checkbox. i want to know is there any way that we achieve this through coding. i mean, can we make that windows service already configured to "Allow Service to interact with Desktop" checkbox checked through coding. thanks
Here is how to do it in C#: http://it.expertmonster.com/question/Allow-service-to-interact-with-desktop-112.html