totalstl.blogg.se

Setting default printer in windows 8
Setting default printer in windows 8




setting default printer in windows 8

How to Prevent Windows 10 From Changing Default Printer Automatically For example, if you occasionally use a different printer or use Acrobat PDF Printer, you have to change the printer back to regular default when next time you print. This can be annoying for some users who might prefer to set the default printer manually because Windows 10 will set the new default printer automatically every time you select a printer different from the default one in the print dialog. Let Windows manage my default printer option is checked/enabled by default. This new option will now change your default printer to the last used printer at your current location automatically to ensure the best printer is preselected in inbox print dialogs. In a domain environment you would want to do this from a policy rather than a registry tatoo, but it is possible to edit the registry to mimick this policy.Microsoft has implemented a new behavior called Let Windows manage my default printer for default printer in Windows 10 build 10565. Reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 0 /f Note that this can also be done by direct modification of the ConsentPromptBehaviorAdmin reg value via the command:

setting default printer in windows 8

However, if this is in any sort of domain environment (where UAC for non-admin users is actually preferable), you can make a local (or group) policy change so that Admins don't get prompted under Computer Configuration > Windows Settings > Local Policies > Security Options > User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode - set this to "Elevate without prompting".

setting default printer in windows 8

Reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f If it's just for your own machine, you can modify the EnableLUA reg value via the command: would you know how to turn off uac it is bothersome. Thank you sir,I have learned so much from this place. You would use -t -p "printer" to set the default printer by it's common name (use -g to get the current default to see what I mean). ' prnmngr -a -p "printer" -m "driver" -r "lpt1:" ' also for getting and setting the default printer ' used to add, delete, and list printers and connections

setting default printer in windows 8

' prnmngr.vbs - printer script for WMI on Windows






Setting default printer in windows 8