FreeBeing Posted October 4, 2009 Posted October 4, 2009 (edited) Hi everybody, With 2000/XP, #RequireAdmin AutoIt function calls a "Run As" native GUI of Windows, very useful. But, with Vista/7, same function into Windows calls "Run As Adminstrator" Only, and you can't choose user. this is bad from microsoft. For Vista, there is not a good native alternative, but I know "RunAs" AutoIt command is OK. In fact, with Windows 7, microsoft reintroduce Run As Administrator + Run As (2 functions). This first can be call with right click onto any EXE and "Run As Administrator", same of Vista. The second one can be call with Shift+Right Click and "Run As another user" : Good ! same function of 2000/XP but new name ! So, my question : is it possible to integrate that new native function into AutoIt ? Maybe #RunAs ? or #RunAsAnotherUser ? Thank you very much Edited October 4, 2009 by Amour
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now