I "administer" a Windows Vista Home Premium machine for my brother's family. After installing a printer using my admin account, I then have to log in to each of the other accounts to set the printer as the default. Very tedious.

Is there a a more automated way of doing this?

link|improve this question

75% accept rate
feedback

1 Answer

up vote 2 down vote accepted

The best way to do this is with a batch file since you can't push any GPO to that computer. I have a good "tuto" for this here

link|improve this answer
Great link! The heart of the tutorial is the command: rundll32 printui.dll,PrintUIEntry /y /n”%localprintername%”. I didn't have any luck with the variable "localprintername" so I substituted the actual name of my printer. Also my Home edition of Vista doesn't have a group policy editor, so I used the Task Scheduler to run the .bat file on user login. Works! – Bill Rodman Feb 16 '10 at 18:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.