I need to over-ride Printing Preferences at the point of login to change a
default label size on a Zebra TLP-2844 Thermal Printer.

Is this information stored in the registry and is it possible to do this
please?

Thank you, Mark

Re: Login script for printing preferences by Harvey

Harvey
Fri Jun 15 08:07:24 CDT 2007

I'm sure that this information is stored in the registry. What I've done in
the past to locate such information is, export the entire registry. Then
make the appropriate changes to the print driver and export the registry
again. Then use a program such as Microsoft's WinDiff to compare the two
exported files. You should be able to quickly locate where the changes were
made.

Next you can create custom *.REG files that set the corresponding registry
value(s). Finally you can use the "regedit /s" command to import the *.REG
file via the login script.

I usually save these files in the NETLOGON share since everyone have read
access to it.

regedit /s "\\server_name\netlogon\Zebra_Label.reg"


"rawky1976" <rawky1976@discussions.microsoft.com> wrote in message
news:860D529D-50DE-4677-94A3-2008DE98CC0B@microsoft.com...
>I need to over-ride Printing Preferences at the point of login to change a
> default label size on a Zebra TLP-2844 Thermal Printer.
>
> Is this information stored in the registry and is it possible to do this
> please?
>
> Thank you, Mark


Re: Login script for printing preferences by rawky1976

rawky1976
Fri Jun 15 08:51:01 CDT 2007

Thanks Harvey, I'll give it a try!

"Harvey Colwell" wrote:

> I'm sure that this information is stored in the registry. What I've done in
> the past to locate such information is, export the entire registry. Then
> make the appropriate changes to the print driver and export the registry
> again. Then use a program such as Microsoft's WinDiff to compare the two
> exported files. You should be able to quickly locate where the changes were
> made.
>
> Next you can create custom *.REG files that set the corresponding registry
> value(s). Finally you can use the "regedit /s" command to import the *.REG
> file via the login script.
>
> I usually save these files in the NETLOGON share since everyone have read
> access to it.
>
> regedit /s "\\server_name\netlogon\Zebra_Label.reg"
>
>
> "rawky1976" <rawky1976@discussions.microsoft.com> wrote in message
> news:860D529D-50DE-4677-94A3-2008DE98CC0B@microsoft.com...
> >I need to over-ride Printing Preferences at the point of login to change a
> > default label size on a Zebra TLP-2844 Thermal Printer.
> >
> > Is this information stored in the registry and is it possible to do this
> > please?
> >
> > Thank you, Mark
>
>