I have been thinking of a way to try and execute a .reg file from a remote computer and inserting the contents into the local registry or perhaps even reading the remote registry key and inserting the value into the local machine. Im not sure if this is possible but I found this code:
Yes feyd the local computer is the web client. I am asking if their is anyway to copy a .reg file from a the web server when the client executes the script.
Well perhaps if this was a software application developed in perl instead of being web related. It's another idea that I came acrosss. Im sure this must be possible...
perl isn't a client run language, especially on machines with the registries you are talking about. I know how to do it outside of the web. About the only thing I know of that could possibly do it, is ActiveX (inside the web)