registry

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
 
T

Torgeir Bakken \(MVP\)

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top