mg3 Posted March 11, 2007 Posted March 11, 2007 Hello, I am writing an uninstall script, which needs to delete some registry keys. The users who will execute this script have no administrator rights. So the access to the registry is denied. I tried the RunAsSet() function but no success. Is it possible to let the script itself run as administrator? The adminstrator login must be set in the script. Any tips or solutions? Greetz, Jo
Developers Jos Posted March 11, 2007 Developers Posted March 11, 2007 Hello,I am writing an uninstall script, which needs to delete some registry keys. The users who will execute this script have no administrator rights. So the access to the registry is denied. I tried the RunAsSet() function but no success.Is it possible to let the script itself run as administrator? The adminstrator login must be set in the script.Any tips or solutions?Greetz,JoRestart your script with admin credentials and do the regDelete()... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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