Jump to content

Windows registry problem


mg3
 Share

Recommended Posts

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

Link to comment
Share on other sites

  • Developers

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

Restart 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.
  :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...