RCP Printing to IP Printer

  • Thread starter Thread starter Guest
  • Start date Start date
Can't you export the registry key to a .reg file and import it into
each users hive in a login script?

310516 - HOW TO: Add, Modify, or Delete Registry Subkeys and Values
by Using a Registration Entries (.reg) File
http://support.microsoft.com/?kbid=310516

_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
*----------- Please reply in newsgroup -------------*
 
If I were a programmer or someone with a very thorough knowledge of login
scripts and group policy, then maybe.

So I guess the answer is no without the above knowledge.
 
But that's why I included the link to the Knowledgebase article
which described how to do it. And it doesn't have anything to do
with Group Policies.

The basic steps (explained in much more detail in the article)
are:

1. export the registry key and save it in a .reg file
2. put a line in your login script which import it,
something like regedit my_previously_saved.reg

_________________________________________________________
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
TS troubleshooting: http://ts.veranoest.net
*----------- Please reply in newsgroup -------------*
 
Back
Top