Hi all, I'm having some problems with logon scripts user permissions, and I would appreciate if anyone in here could give me a hint on how to fix this. The problem is simple, and I’d say there should be some simple solution! Here’s the problem: We are a large company, and we therefore install the software on our workstations automatically and unattended. These installations are started from a logon script, so when a new version of a piece of software we use is released, we simply drop in an extra line in our logon script, and the software is installed on the workstations next time a users logs on the workstation. This works great, and we have been using it for many years. However, we have now been ordered to tighten our security so users can’t install software on their local machines. This also means that the logon script that runs and should install new software won’t work, since it runs as the user who logged on. Does anyone here have any ideas to how we I could start up this logon script as a user with administrative privileges? First I tried using AutoIt to type in a password to a runas window. This wasn’t secure enough, because anyone could open a notepad window and let the autoit script type the password to the notepad window instead, or just view the script source... Then we bough some licenses for an application called ScriptLogic. It claims to be able to securely solve this problem, but it seems very overkill and messy, and has loads of features I don’t need or have already covered in my original logon script. On Linux/Unix I know a simple solution! I could chmod the sticky bit on the logon script, and in that way force it to run as root no matter who started it. Sadly, I’ve never heard of sticky bits in a Windows environment... Any hints or ideas are greatly appreciated. Thanks Allan, Denmark