(E-Mail Removed) (Pavan Jha) wrote in message news:<(E-Mail Removed)>...
> Hi,
>
> I want my EXE to create folders in a specific directory, but the
> logged users (running the EXE) should not have the rights to create
> folders there manually (in explorer/dos shell)... I want to implement
> this without using "Run As.." on my EXE
You should be able to run if from the computer's startup script.
This can be set up using a GPO. Running from the computer's startup
script rather than the user's logon script, it will run with
SYSTEM privileges.
Alternately, you can have the users run it from a script that provides
alternate credentials:
http://www.winnetmag.com/WindowsScri...114/39114.html
--
Matt Hickman