Windows 10: Default printer

Discus and support Default printer in Windows 10 Drivers and Hardware to solve the problem; Why has my default printer disappeared in Control Panel Device and Printers... Discussion in 'Windows 10 Drivers and Hardware' started by RozinaWood, Nov 17, 2019.

  1. Default printer


    Why has my default printer disappeared in Control Panel Device and Printers

    :)
     
    RozinaWood, Nov 17, 2019
    #1

  2. 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, Nov 17, 2019
    #2
  3. 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)]


    Default printer Printerscrupt.png
     
    RCoon, Nov 17, 2019
    #3
  4. Default printer

    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, Nov 17, 2019
    #4
Thema:

Default printer

Loading...
  1. Default printer - Similar Threads - Default printer

  2. Why is it so DIFFICULT to simply select my default printer in Windows 11?

    in Windows 10 Gaming
    Why is it so DIFFICULT to simply select my default printer in Windows 11?: Recent changes with Win 11 are making it very difficult to simply "select a DEFAULT" printer. Maybe I am missing something, but I had to do the following: Select SETTINGS; PRINTERS & SCANNERS; Select my Printer by NAME; THE NORMAL DIAGNOSTIC TOOL THEN SIMPLY FAILS AND...
  3. Why is it so DIFFICULT to simply select my default printer in Windows 11?

    in Windows 10 Software and Apps
    Why is it so DIFFICULT to simply select my default printer in Windows 11?: Recent changes with Win 11 are making it very difficult to simply "select a DEFAULT" printer. Maybe I am missing something, but I had to do the following: Select SETTINGS; PRINTERS & SCANNERS; Select my Printer by NAME; THE NORMAL DIAGNOSTIC TOOL THEN SIMPLY FAILS AND...
  4. How to Deploy default printer all over the organization in Intune

    in Windows 10 Gaming
    How to Deploy default printer all over the organization in Intune: Hi, I'm trying to deploy printers for users in organization with Intune. Is it even possible to set the printers for users without doing it manually in settings? I've been using this source: Learn how to configure and publish Microsoft Universal Print for Windows 365 cloud...
  5. How to Deploy default printer all over the organization in Intune

    in Windows 10 Software and Apps
    How to Deploy default printer all over the organization in Intune: Hi, I'm trying to deploy printers for users in organization with Intune. Is it even possible to set the printers for users without doing it manually in settings? I've been using this source: Learn how to configure and publish Microsoft Universal Print for Windows 365 cloud...
  6. How to Deploy default printer all over the organization in Intune

    in Windows 10 Drivers and Hardware
    How to Deploy default printer all over the organization in Intune: Hi, I'm trying to deploy printers for users in organization with Intune. Is it even possible to set the printers for users without doing it manually in settings? I've been using this source: Learn how to configure and publish Microsoft Universal Print for Windows 365 cloud...
  7. Group Policy - Disable Let Windows Manage My Default Printer AND prevent Re-Enable

    in Windows 10 Software and Apps
    Group Policy - Disable Let Windows Manage My Default Printer AND prevent Re-Enable: I know that I can navigate to:User Configuration\Policies\Administrative Templates\Control Panel\Printersand enable:Turn off Windows default printer managementbut this does not prevent users, applications, things from re-enabling it.Is it possible to prevent this setting from...
  8. Group Policy - Disable Let Windows Manage My Default Printer AND prevent Re-Enable

    in Windows 10 Gaming
    Group Policy - Disable Let Windows Manage My Default Printer AND prevent Re-Enable: I know that I can navigate to:User Configuration\Policies\Administrative Templates\Control Panel\Printersand enable:Turn off Windows default printer managementbut this does not prevent users, applications, things from re-enabling it.Is it possible to prevent this setting from...
  9. Group Policy - Disable Let Windows Manage My Default Printer AND prevent Re-Enable

    in Windows 10 Customization
    Group Policy - Disable Let Windows Manage My Default Printer AND prevent Re-Enable: I know that I can navigate to:User Configuration\Policies\Administrative Templates\Control Panel\Printersand enable:Turn off Windows default printer managementbut this does not prevent users, applications, things from re-enabling it.Is it possible to prevent this setting from...
  10. Windows 11 how to display current default printer?

    in Windows 10 Gaming
    Windows 11 how to display current default printer?: I tried to find the view of the current default printer and came up with:Windows Tools/Control Panel/Device Manager/Printers - select printer, right click properties, click Settings TAB Click the Devices and Printers Folder button to see the printersIs there a means to see a...