Really? Default printer all users that complex?

The couple posts I have seen were from people having issues getting GPO tomake the change. People havent been able to get it to stick.
 

My Computer

OS
Windows 7
We are in a larger institution where pritners are assigned static IP addresses. No print server. In XP admin account setup PC on a system and remained default for all other network users on that PC (unless changed by a user for thier profile).
 

My Computer

OS
Windows 7
Are these printers shared in the directory? Are they all installed to the same machine/desktop/server?

Have you tried a startup VBS using net.setdefaultprinter \\server\printer?

Or .bat in startup with :
ADD SHARES
net use [drive letter]: \\server\share

ADD PRINTER
net use \\server\printer
 

My Computer

OS
7 Pro
Are these printers shared in the directory? Are they all installed to the same machine/desktop/server?

Have you tried a startup VBS using net.setdefaultprinter \\server\printer?

Or .bat in startup with :
ADD SHARES
net use [drive letter]: \\server\share

ADD PRINTER
net use \\server\printer

Adding to the .bat file might be the best option here. Good idea. Im just very suprised they would take something so inutitive and easy to accomplish and convolute it .... wait, I guess Im not suprised. Will report back,
 

My Computer

OS
Windows 7
Back
Top