bighero Posted June 4, 2015 Posted June 4, 2015 I've got a script that I need to run at Windows startup. It's placed into the the startup folder but Windows refuses to run the file unless I remove the #RequireAdmin line.The exact same thing works like a charm in Win7 and I've tried disabling UAC, adding the user to Admin groups, etc. I've even tried adding it to the TaskScheduler.If I view the start-up tab in Task Manager I can see the script there and it says "Enabled".I'm a bit stuck, really need to have the #RequireAdmin line...
bighero Posted June 4, 2015 Author Posted June 4, 2015 Not sure if this will be of any help to anyone in the future but I got it working with#AutoIt3Wrapper_res_requestedExecutionLevel=RequireAdministrator...placed at the top of the script instead of #RequireAdminApologies....
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