Workstation Security

H

Harbour Capital

I would like to take a local INI file that a piece of software needs
to write to and make it accessible by ONLY the administrator account
so I can hide the actual location of the data on the server. The
location of the data is written in the INI file. The software also
needs to be able to write to this INI file. I would like to run the
software from a shortcut as the administrator account without user
intervention. Currently the only way I can "run as" is if the
credentials for the "run as" account are entered every time the
application is run by the user, which will not work for me.

Is there a way to force "run as" without user intervention? My
workstations are running a mixture of XP and 2K.

Thank you

J
 
A

Anteaus

You can do this with AutoIt's RunAsSet() function.

http://autoitscript.com

Bear in-mind that the built-in encryption of executables is not perfect, it
can be cracked. If you want the password to be highly secure then encrypt it
with an add-on function as well.
 
H

Harbour Capital

On Oct 1, 4:33 am, Anteaus <Ante...@discussions.microsoft.com> wrote:
> You can do this with AutoIt's RunAsSet() function.
>
> http://autoitscript.com
>
> Bear in-mind that the built-in encryption of executables is not perfect, it
> can be cracked. If you want the password to be highly secure then encrypt it
> with an add-on function as well.


Thank you very much.
 

Similar threads

Back
Top Bottom