Thanks - but I think the question got lost amongst the words,
I intend to use scripts (with regedit) to change the registry IPAddress value for the NIC (if I'm happy it is stable) via the users logon script. My two questions concerned the following:
1) Is it stable changing the registry this way, given that the 'clone' key gives an error message when I do it ?(the address change does work) - 'clone' key is used for 'Last Known Good'.
2) Are there any OTHER ways apart from what I'm doing (changing registry values with regedit) to achieve this?
Main Topics
Browse All Topics





by: bbaoPosted on 1998-08-03 at 18:41:14ID: 1569782
I think you should change the hive key under CurrentControlSet. As for automatically change the registry, hmm, I haven't tried such a procedure, but I think it should work. That is, use Regsitry editor use to import registry from a text file, which you have already specify proper IP settings in this file. Also, the command line based Regedit.exe parameters may help you do it within a batch file. In addition, use a little program to automatically generate the text based registry file by only changing IP settings sequently.
Hope this helps,