Run .reg file from logon script in 2k server?

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

Is there a way to silently push out a .reg file in a logon script, so the
user will not receive any of the usual prompts you get when opening a .reg
file?

Thanks
 
In said:
Is there a way to silently push out a .reg file in a logon script,
so the user will not receive any of the usual prompts you get when
opening a .reg file?

The very short answer is to use
regedit.exe /S regfile.reg

Where "/s" switch means 'Silent".
 
In said:
Is there a way to silently push out a .reg file in a logon script,
so the user will not receive any of the usual prompts you get when
opening a .reg file?

The very short answer is to use
regedit.exe /S regfile.reg

Where "/s" switch means 'Silent".
 
Back
Top