windows-services
Finding users' HOMEPATHs from a service
In the process of writing a service I have //# Service Account Information serviceProcessInstaller.Account = ServiceAccount.LocalSystem;[详细]
2023-04-03 06:15 分类:问答For TCPListener server, Should i go for web service or windows service?
I have to develop a service which will continuously listen for broadcasted m开发者_运维百科essages over GPRS through TCPListener.[详细]
2023-04-03 00:32 分类:问答How PSExec runs application as SYSTEM user?
I 开发者_高级运维wondered how psexec.exe by sysinternals executes a process as a SYSTEM user. I need to run a tool under a SYSTEM process, but I don\'t really know how to do that without registering i[详细]
2023-04-02 23:55 分类:问答Error starting a windows service that uses COM interop
I developed a windows service that has the following COM dependencies: MSCOMM32.OCX MSWINSCK.OCX Interop.MSWinsockLib.dll[详细]
2023-04-02 22:34 分类:问答Is it possible to verify if a Windows Service is running from a different computer?
I\'m working on a project that is composed of a few windows services that collect data and persist them into a database. Now I have to develop an administration panel (a windows application) that cans[详细]
2023-04-02 19:14 分类:问答TaskFactory in Windows service
My app is using TaskFactory to do its work . If the user wants some instances of my app to start, when they log on, they put it as an startup entry. To avoid this I wish t开发者_如何学Pythono make a s[详细]
2023-04-02 14:49 分类:问答SQL Server Notifications - My OnChange does not fire from a windows service
I would like to make use of SQL Server notifications to capture insert/update events at my database within a windows service. I am attempting to use the SQLDependency object. The MSDN articles make th[详细]
2023-04-02 13:44 分类:问答Windows service lifetime and duty
I need a management application running w开发者_开发百科ith no-gui, doing some periodic jobs and connectable anytime by another console or desktop application.[详细]
2023-04-02 09:08 分类:问答Multiple config files for nServiceBus - same directory
I\'m trying to find a way to support multiple configurations for nServiceBus from the same installation directory (but running as separate processes). How do folks do this at the moment?[详细]
2023-04-02 07:39 分类:问答example code and API to log a user on and create a session and desktop - looking for - for Windows 7
I am looking for example code and API to log a user on and create a session and desktop for开发者_如何学运维 Windows 7.[详细]
2023-04-02 06:40 分类:问答