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 BIf 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 BThis 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?