Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with开发者_如何学C facts and citatio
We are using the ServiceController object to query if our Service is running or not. Our web application that is performing the query is using Impersonation for security/login.
I have developed a Win32 C/C++ application that creates dynamic WFP IP filters, however it must be run as admin to do so (due to the Wind开发者_高级运维ows security policy). I want to place the code t
For my projects I need quite often to create windows services. I need them for scheduling operations, file system watching, asynchronous or long running side tasks (backup files, sending messages, ch
I have a windows service where the app.config file and the log4net.config files are seperate. The logging is not working.
I\'m creating services on Windows XP. I have to use a utility that we are using . The utility is making registration in the registry.
I\'m using WiX to write a MSI installer to start a service that depends on DLLs installed by the MSI. On Vista, the DLLs become added to the global assembly cache in the MSI\'s InstallFinalize phase,
I have a Windows Service that must connect, via VPN, to the network in order to send emails. What I need to do (when I start the service) is check whether the VPN connection exist开发者_Python百科s, i
how can I send command to a Windows service from C++? Equivalent .NET code is: ServiceController sc = new ServiceController(\"MyService\");
Hi I have a problem with following scenario: There is a windows serv开发者_StackOverflow中文版ice running which spawns several processes. These processes open a WCF service host over a named pipe bin