I am trying to set printer default using command prompt and I’m able to do in a local printer using this command:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n “SHARP AR-5520N”
But when I tried setting a default printer that is shared, like this:
RUNDLL32 PRINTUI.DLL,PrintUIEntry /y /n “HP Color Laserjet CP 1215 on 10.0.0.232”
its not working, how can i make it work?