S
Scott I. Remick
I'm trying to add a printer to my disk image that will be available to all
profiles. I've figured out how by using the following method:
rundll32 printui.dll,PrintUIEntry /ga /c\\machinename
/n\\servername\printershare
This works fine. However, when I use it, I get a printer called
"printershare on servername" which isn't ideal because both are rather
obscure and meaninless to John Doe User. I'd rather have the printer appear
as "Nice description of departmental printer" which is what already happens
if one does a normal install by browsing to the exact same \\servername and
double-clicking on printershare (at which point you're prompted to install
it if it hasn't been installed already).
So is there a way I can either A) get PrintUIEntry to use the descriptive
name already present for \\servername\printershare, or B) explicitly set
the descriptive name on the command-line when I do the global add? I
thought the /b or /m parameters might work for B) but they don't.
Thanks!
profiles. I've figured out how by using the following method:
rundll32 printui.dll,PrintUIEntry /ga /c\\machinename
/n\\servername\printershare
This works fine. However, when I use it, I get a printer called
"printershare on servername" which isn't ideal because both are rather
obscure and meaninless to John Doe User. I'd rather have the printer appear
as "Nice description of departmental printer" which is what already happens
if one does a normal install by browsing to the exact same \\servername and
double-clicking on printershare (at which point you're prompted to install
it if it hasn't been installed already).
So is there a way I can either A) get PrintUIEntry to use the descriptive
name already present for \\servername\printershare, or B) explicitly set
the descriptive name on the command-line when I do the global add? I
thought the /b or /m parameters might work for B) but they don't.
Thanks!