Does this option include drivers or just basic settings?  Store all printer settings into a file:  rundll32 printui.dll,PrintUIEntry /Ss /n "printer" /a "file.dat" and then   Restore all printer settings from a file:  rundll32 printui.dll,PrintUI /Sr /n "printer" /a "file.dat" Thanks for your help....