Windows 10: Win 10 changes printer settings if not a default printer

Discus and support Win 10 changes printer settings if not a default printer in Windows 10 Drivers and Hardware to solve the problem; I work in a large business where there are a mix of Windows 10 and Windows 7. With Windows 7, we can have our label printer and an HP LaserJet... Discussion in 'Windows 10 Drivers and Hardware' started by elleswett, Dec 3, 2018.

  1. elleswett Win User

    Win 10 changes printer settings if not a default printer


    I work in a large business where there are a mix of Windows 10 and Windows 7. With Windows 7, we can have our label printer and an HP LaserJet connected to one PC with updated drivers, driver settings to use printer settings, and correct printer settings for each application. We have no problem going back and forth between printing labels and regular 8.5x11 sheets between applications and so forth.


    With Windows 10, we have everything the same: updated drivers, correct settings, etc. The difference is that the labels won't come out the way they are configured in settings unless we set the label printer to default printer and the 8.5x11 sheets we can't even open the preview in our application until it is set as a default printer. This is frustrating and creates and extra step as well as training processes for users.


    The setting "Let Windows manage your default printer" is unchecked and I tested it with it checked but to no avail. I have also tried clearing the %WINDIR%\system32\spool\printers folder and restarting the spooler. I have tried uninstalling and reinstalling the printers and their drivers. None of this has worked. How can we work around this?

    :)
     
    elleswett, Dec 3, 2018
    #1
  2. RCoon Win User

    Setting Default Printer via Startup Script

    I do it with VB logon scripts


    "Dim ps0 [<------ our printer server the printers are added/managed on]
    Dim printer

    ps0 = "\\ps0\"
    printer = "S14 - Oki ES4140" [<------- the name of the printer as it is shown on the server]

    Set wshNetwork = CreateObject("WScript.Network")
    on Error Resume Next

    'Deletes all network printers
    Set clPrinters = wshNetwork.EnumPrinterConnections
    On Error Resume Next
    For i = 0 to clPrinters.Count - 1 Step 2
    wshNetwork.RemovePrinterConnection clPrinters.Item(i+1), true
    Next

    'Add Network printer
    wshNetwork.AddWindowsPrinterConnection ps0 & printer

    'Set Default Printer
    wshNetwork.SetDefaultPrinter ps0 & printer" [<------ this bit sets it as default (note: this must be applied as the first policy before any other printers policies, otherwise it deletes them)]


    Win 10 changes printer settings if not a default printer Printerscrupt.png
     
    RCoon, Dec 3, 2018
    #2
  3. Setting Default Printer via Startup Script

    This looks like a good solution, and similar to some of the VB scripts I tried.. but it is a logon script. I would need something that works as a startup script. We are not mapping printers to users as they move around too much, but rather mapping to each computer.

    The Link that W1ZZARD posted is good information. Sadly however, I have tried utilizing most of the commands that are available. The /c command is indeed interesting, but we are trying to map them when a computer starts up (prior to logon screen) versus just mapping them remotely. The purpose would be if we had a lab that needed the default printer changed, sure we could just send the remote command to each machine, or even remote into them ourselves and manually do it, but I was looking for a smoother alternative.

    It seems like its just something that will have to be done manually and with user education.

    Thanks for all the suggestions though.
     
    Wastedslayer, Dec 3, 2018
    #3
  4. Win 10 changes printer settings if not a default printer

    Windows 10 Sets Last Printer Used As Default Printer

    Hi,

    Thank you for contacting Microsoft Community.

    I suggest you to follow the below steps to change the printer settings and check if it helps.

    • In the search box, type as “settings”.
    • Go to “settings” and select “devices”.
    • Click on “printers and scanners” option on the left hand side.
    • You will find all your printers listed on the screen, below that there is an option
      “Let Windows manage my default printer”.
    • I suggest you to turn “OFF” the option “When turned on, the default printer is the last used printer”.
    • Now check whether you can choose the other printers or not.
    Hope this information is helpful and do let us know if you need further assistance. We will be glad to assist.

     
    Karthicka_R, Dec 3, 2018
    #4
Thema:

Win 10 changes printer settings if not a default printer

Loading...
  1. Win 10 changes printer settings if not a default printer - Similar Threads - changes printer settings

  2. Win 10 network printer default name setting

    in Windows 10 Software and Apps
    Win 10 network printer default name setting: According to everything I can find regarding this topic, Win 10 assigns a default name to a printer network printer based on make, model etc. when adding a new printer to the list of installed printers. Even if the network printer has a unique name set up via the web...
  3. Win 10 network printer default name setting

    in Windows 10 Drivers and Hardware
    Win 10 network printer default name setting: According to everything I can find regarding this topic, Win 10 assigns a default name to a printer network printer based on make, model etc. when adding a new printer to the list of installed printers. Even if the network printer has a unique name set up via the web...
  4. Win 10 network printer default name setting

    in Windows 10 Gaming
    Win 10 network printer default name setting: According to everything I can find regarding this topic, Win 10 assigns a default name to a printer network printer based on make, model etc. when adding a new printer to the list of installed printers. Even if the network printer has a unique name set up via the web...
  5. default printer setting

    in Windows 10 Customization
    default printer setting: To print a document, I push a print button somewhere; the printer offers a menu of all printers on my network. The top choice is "Save as PDF"; how can I get rid of that option? It has never been a default option...
  6. default printer setting

    in Windows 10 Software and Apps
    default printer setting: To print a document, I push a print button somewhere; the printer offers a menu of all printers on my network. The top choice is "Save as PDF"; how can I get rid of that option? It has never been a default option...
  7. Win 10 Default Printer

    in Windows 10 Customization
    Win 10 Default Printer: The problem I have is that I already set the default printercheck, but it sometimes goneno check. And it happen everyday. How could I solve the problem? thx a lot....
  8. Default printer changes

    in Windows 10 Drivers and Hardware
    Default printer changes: [img] [img] I use a samsung printer as my default printer. I also have a Dymo labelwriter 450 twin turbo. When i print a lable on my dymo printer win 10 will set the dymo to my default printer which i obviously don't want. I have "Let windows manage my default printer"...
  9. Change printer default settings

    in Windows 10 Drivers and Hardware
    Change printer default settings: How do you change printer default settings from color to black and white on windows 10? I have office365 also. Does that make a difference? https://answers.microsoft.com/en-us/windows/forum/windows_10-hardware/change-printer-default-settings/6f785f32-dec4-448c-8259-0dfc85477859
  10. setting default for printer

    in Windows 10 Customization
    setting default for printer: How do I set my printer as the default printer for Windows 10? https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/setting-default-for-printer/d634e4d2-7ede-4ddd-afad-ca101042a850