Bullitt00692 Posted August 29, 2008 Posted August 29, 2008 I have to push a registry update out to about 100 machines and would like to script this process. What I want to do is run the script on my machine and have it update the reg on the remote machines. Is there a way to perform a REGWRITE to a registry on a machine other than the machine that is running the script? Thanks!
weaponx Posted August 29, 2008 Posted August 29, 2008 Open the AutoIt help file, read the remarks for RegWrite().
Kerros Posted August 29, 2008 Posted August 29, 2008 An easy way would be to push a compiled script out using PSEXEC and having the script do the REGWrites.PSEXEC is a free program from MS that can be downloaded here. Kerros===============================================================How to learn scripting: Figure out enough to be dangerous, then ask for assistance.
Bullitt00692 Posted August 29, 2008 Author Posted August 29, 2008 I missed the REGWRITE comments - Thanks!! One further question - Is there a way to login to that machine (I have the local Admin and password information) so I can have permission to login and update the Reg?
PsaltyDS Posted August 29, 2008 Posted August 29, 2008 (edited) I missed the REGWRITE comments - Thanks!!One further question - Is there a way to login to that machine (I have the local Admin and password information) so I can have permission to login and update the Reg?Each individual action doesn't have to be authenticated. Use your credentials to DriveMapAdd() a reference to the C$ share. That authentication should hold for the RegWrite() and other stuff you do afterwords from the same session to the same machine. Edited August 29, 2008 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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