Jump to content

Encrypting .reg files?


Recommended Posts

Making one of my applications portable. It opens and inputs the reg key into the system, and when the app closes AutoIt uses another reg file to remove those keys. Like [-HKCU...]. I would need to encrypt the file that removes the keys so that it cannot be editted by the end user.

Link to comment
Share on other sites

Why don't you just use AutoIt's built-in RegWrite and RegDelete commands??

If you have a bunch of keys to manipulate, take a look at http://www.autoitscript.com/forum/index.php?showtopic=7771 to automatically convert the REG file to an AutoIt script :)

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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...