teeboi Posted February 25, 2011 Share Posted February 25, 2011 I have a script which will create some HKCU registry keys but i am running into a permission issue since all of our users are only read writes to that registry not the modify rights. I was wondering if there somehow i can incript the Admin name & password in my script and tell it to run as? Please advise Link to comment Share on other sites More sharing options...
Developers Jos Posted February 25, 2011 Developers Share Posted February 25, 2011 Assume you mean Encrypt? Not really since you need the actual userid and password at runas() time. Jos 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 More sharing options...
teeboi Posted February 25, 2011 Author Share Posted February 25, 2011 lol yea i meant encrypt. So i can put the ID & Password and compile it to exe. Users wont be able to know this script anyways i just need to know the way to put the admin ID & Pass within my script Link to comment Share on other sites More sharing options...
Developers Jos Posted February 25, 2011 Developers Share Posted February 25, 2011 Did you check the helpfile for the example? pls, remember that it isn't 100% safe when its compiles since a compiled script is the source and runtime module together in an EXE. 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 More sharing options...
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