I have a C# program that I am trying to run as a scheduled task. It will run successfully if 开发者_运维百科the user is logged in as the computer administrator. However, if the log in is an admin user
If I install an application on windows XP and that application writes some keys to HKCU registry , then will those keys be copied to HKCU for other users?
I have a CSid object holding a well known sid for SYSTEM. Calling Domain() function I can see that the domain is \"NT AUTHORITY\".
I am doing a Java EE web application that requires Single Sign On with Active Directory. The application will no longer prompt for a username and password. The authentication process would require re
I have a NAnt script that does a build and deployment of an ASP.Net application. This lives on a remote machine that many people log into to perform builds.
I\'ve written a service that is to be started automatically. It does some initialization stuff in its OnStart method, including setting up SENS watchers for who logs in.