Hi Bjoern
Windows hat da alles dabei.
Auf einem PC erstellst du die DNS.
mit regedit genau diesen neuen Schlüssel exportieren.
copy exportfile auf den neuen PC oder einen Share.
Doppelklick file oder import via batch oder via login-script oder via commandline.
Das sollte klappen, hab ich mit win95 kiloweise gemacht.
Gruss Ulrich
p.s.
batch oder commandline: die syntax habe ich gegoogelt
http://www.robvanderwoude.com/index.html
General Syntax:
GUI mode:
REGEDIT.EXE
Import (merge) a .REG file:
REGEDIT.EXE [/L:system ¦ /R:user] [/S] importfile.REG
Export to a (.REG) file:
REGEDIT.EXE [/L:system ¦ /R:user] /E exportfile „registry_key“
Compress the registry (Windows 98 only):
REGEDIT.EXE [/L:system ¦ /R:user] /C
Parameters:
importfile.REG .REG file to be imported (or „merged“)
exportfile File name the information should be written to
„registry_key“ Registry key to be exported
e.g. „HKEY_CLASSES\ROOT*\shell“
/S Silent, i.e. hide confirmation box when importing files
/E Export registry file
/L:system Specify the location of the system.dat to use
/R:user Specify the location of the user.dat to use
/C Compress [filename] (Windows 98 only)