Hi guys
I need to write a script to do the following :
Search the registry for the dns address on a client, then edit that value to the new dns address
Thanx!!!
Printable View
Hi guys
I need to write a script to do the following :
Search the registry for the dns address on a client, then edit that value to the new dns address
Thanx!!!
Once you find out where in the registry this value is kept you can use the registry API to access it and change it.
visit this for an example to open registry keys
http://www.mentalis.org/apilist/RegOpenKeyEx.shtml