registry import

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi i have a windows 2000 pc that i need to import a registry in command prompt
i do know that u use reg import in normal windows xp but

i dont know the command for windows 2000 registry import command can anybody
help me
if there is not a way to do so then just a vb5 script to import it please
 
Juan said:
Hi i have a windows 2000 pc that i need to import a registry in command prompt
i do know that u use reg import in normal windows xp but

i dont know the command for windows 2000 registry import command can anybody
help me
if there is not a way to do so then just a vb5 script to import it please
Hi,

This works fine on Win2k (just as in WinXP):

regedit.exe /s "c:\my files\test.reg"


(/s to make it silent and unattended)
 
Hi,

Except that its only unattended if everything works perfectly...
Microsoft don't seem to understand the concept of silent/unattended...

To play it safe you could use "RunProcess.exe" with a timeout, or use a
different approach (such as VBSCRIPT).

My 2 cents worth,
Dennis Bareis
 
Back
Top