I'm trying to create some sort of vbscript that will:
read a comma delimited file
take the values in this sheet on line by line basis
enter the info into the registry of a remote machine
Is this possible?
Is there a script to edit a remote PC registry?
Moderators: Dorian (MJT support), JRL
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
The front end to create the reg file from a csv file should not be too difficult.
The toughest part may be writing to the registry in the remote machine.
You will have to include something like pcAnyWhere, Remote Access, etc. or someother remote connection that will allow you to run a reg file on the remote system.
OR, you could have a scheduled routine to Run a reg file that you might be able to upload in advance with ftp or some other process.
The toughest part may be writing to the registry in the remote machine.
You will have to include something like pcAnyWhere, Remote Access, etc. or someother remote connection that will allow you to run a reg file on the remote system.
OR, you could have a scheduled routine to Run a reg file that you might be able to upload in advance with ftp or some other process.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
-
- Automation Wizard
- Posts: 1101
- Joined: Fri Jan 07, 2005 5:55 pm
- Location: Somewhere else on the planet
May find some useful info in this item http://www.windowsitpro.com/Windows/Art ... 40714.html
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact: