I have this line in my logon script:
rundll32 printui.dll,PrintUIEntry /in /y /n \\pghdc01\engineer
It works w/ most printers on our network, except this particular printer, "engineer".
When users logon, they get error
"This operation cannot be completed".
Anyone know how I can get this fixed?
Thanks.
Edit
It turns out you can't have both /in and /y switches in the same line.
That was the problem; I was mistaken when I said the line worked on other printers.
It's all good now. Thanks for everyone's input.
rundll32 printui.dll,PrintUIEntry /in /y /n \\pghdc01\engineer
It works w/ most printers on our network, except this particular printer, "engineer".
When users logon, they get error
"This operation cannot be completed".
Anyone know how I can get this fixed?
Thanks.
Edit
It turns out you can't have both /in and /y switches in the same line.
That was the problem; I was mistaken when I said the line worked on other printers.
It's all good now. Thanks for everyone's input.