Discussion:
RCP Printing to IP Printer
(too old to reply)
Mark B
2005-07-25 23:06:02 UTC
Permalink
This MS SOlution worked great...
http://support.microsoft.com/kb/302361

However, is it possible to do this for the machine, instead of just each
individual user?
Vera Noest [MVP]
2005-07-26 11:10:10 UTC
Permalink
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 -------------*
Post by Mark B
This MS SOlution worked great...
http://support.microsoft.com/kb/302361
However, is it possible to do this for the machine, instead of
just each individual user?
Mark B
2005-07-26 12:30:03 UTC
Permalink
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.
Post by Vera Noest [MVP]
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 -------------*
Post by Mark B
This MS SOlution worked great...
http://support.microsoft.com/kb/302361
However, is it possible to do this for the machine, instead of
just each individual user?
Vera Noest [MVP]
2005-07-26 13:31:01 UTC
Permalink
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 -------------*
Post by Mark B
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.
Post by Vera Noest [MVP]
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 -------------*
Post by Mark B
This MS SOlution worked great...
http://support.microsoft.com/kb/302361
However, is it possible to do this for the machine, instead
of just each individual user?
Loading...