I am not a Windows programmer, but I can find my way around the API when necessary.
I have a client who wants to kickoff a process that installs a small piece of software on a user’s local Win NT workstation. The users do not have access to the Administrator account (which is required to install new sottware), so I want to know if the process could gain Administrator access if it was given the Administrator account and password for the local machine. If the process needs to restart the OS that’s acceptable, but not optimal. I do want to make sure that the user would not have access to the login information.
Is any of this possible or feasible?