how can I create a profile that is available for all users of a computer? We're using Windows Terminal Server 2000 and have a dozen of users.
Is there a way to share the profiles among the users so that we don't have to install them individually? I know that I can save and load profiles manually. But this is not the handiest way and its error-prone. What I would love to see is something like an option to share a profile with all users. Or is there any other way to accomplish this?
I have similar problem, but do not want to use provided solution...
I Tried to do the same using HKLM instead of HCU\\.Default. In that case nobody can change settings.
The problem is, that it is not possible to use key for assiging a profile for a specific printer for all users:
[HKLM\\Software\\PDFCreator\\Printers]
"PDFCreator=""
"CustomPrinter"="MyCustomProfile"
This setting does not apply (CustomPrinter still uses Default profile) and only works in place of HKCU hive. If existing users already have profiles, then there is no use of putting those settings under HCU\\.Default either.
I am using version 1.0. Is there any other way for managing all from HKLM?
To be honest I'm not that much interested in using preview version in a productive environment. But I found another solution which works pretty well:
I created a new printer and used the PDFCreator port for it. Then in the port configuration I added the OptionsFile option and pointed it to a local profile INI-file. So this printer always uses this profile and this for all users on the terminal server.
<p>Note that it's important to have no space between the optionsfile argument and the profiles path.</p><p>That's it. Now just print to the new created printer and it will use the stored config file.</p><p>Johannes</p><p> </p>
before installing pdfcreator in terminal server or in my case it was xenapp server (doesn't matter if you plan to install in regular or server mode) in cmd run "change user /install" and then install the program, create new printers, create new profiles, link them together and then i did cmd-> "change user /execute" and restart. After that it's working.