Sachin Posted July 1, 2004 Posted July 1, 2004 Hi, Is there a way to connect to a remote registry and edit it using .au3 script ? Thanks, Sachin.
Doxie Posted July 1, 2004 Posted July 1, 2004 Could you be more specific? What do you mean with a remote registry? Were ever i lay my script is my home...
Administrators Jon Posted July 1, 2004 Administrators Posted July 1, 2004 You need to be running the unstable 3.0.102 to do this (and be on and NT/XP/2000 based OS with the correct access rights). Then you just use the usual \\computername\HKLM\Software type syntax.
Sachin Posted July 1, 2004 Author Posted July 1, 2004 Q> I am running .au3 script on a win2k3 system. The script modifies the registry. I'am using usual RegWrite command to do so. Using the same script can I connect to a registry on some remote machine (w2k/w2k3) and modify that as well ? -x-x-x-x- Sorry Jon but whats *unstable 3.0.102* Is that some 3rd party tool, reliable ? Thanks for you help !, Sachin.
ezzetabi Posted July 1, 2004 Posted July 1, 2004 use REG.EXE from microsoft, the last version is remote too, or use psexec to execute your script in other computers.
Administrators Jon Posted July 1, 2004 Administrators Posted July 1, 2004 (edited) Q> I am running .au3 script on a win2k3 system. The script modifies the registry. I'am using usual RegWrite command to do so.Using the same script can I connect to a registry on some remote machine (w2k/w2k3) and modify that as well ?-x-x-x-x-Sorry Jon but whats *unstable 3.0.102* Is that some 3rd party tool, reliable ?Thanks for you help !,Sachin.It's the current beta version of AutoIt. http://www.autoitscript.com/autoit3/files/unstable/autoit/ Edited July 1, 2004 by Jon
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