Windows 10: cannot set a default scanner separate from a default printer in Windows 10. Method posted...

Discus and support cannot set a default scanner separate from a default printer in Windows 10. Method posted... in Windows 10 Drivers and Hardware to solve the problem; is there any way in Windows 10 or Windows 11 that a user can set a separate default printer and separate default scanner. I try in Windows 10 following... Discussion in 'Windows 10 Drivers and Hardware' started by John Dunn1, Apr 12, 2023.

  1. cannot set a default scanner separate from a default printer in Windows 10. Method posted...


    is there any way in Windows 10 or Windows 11 that a user can set a separate default printer and separate default scanner. I try in Windows 10 following the method posted by Andre in Directly in 2019 but it does not allow me to set a ScanSnap as my default scanner and a different device as my default printer. I don't have Windows 11 on the system and by tech support person tells me that he has not been able to set these two types of devices separately as defaults in Windows 11 either.John Dunn

    :)
     
    John Dunn1, Apr 12, 2023
    #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, Apr 12, 2023
    #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)]


    cannot set a default scanner separate from a default printer in Windows 10. Method posted... [​IMG]
     
    RCoon, Apr 12, 2023
    #3
  4. cannot set a default scanner separate from a default printer in Windows 10. Method posted...

    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, Apr 12, 2023
    #4
Thema:

cannot set a default scanner separate from a default printer in Windows 10. Method posted...

Loading...
  1. cannot set a default scanner separate from a default printer in Windows 10. Method posted... - Similar Threads - cannot set default

  2. cannot set a default scanner separate from a default printer in Windows 10. Method posted...

    in Windows 10 Gaming
    cannot set a default scanner separate from a default printer in Windows 10. Method posted...: is there any way in Windows 10 or Windows 11 that a user can set a separate default printer and separate default scanner. I try in Windows 10 following the method posted by Andre in Directly in 2019 but it does not allow me to set a ScanSnap as my default scanner and a...
  3. cannot set a default scanner separate from a default printer in Windows 10. Method posted...

    in Windows 10 Software and Apps
    cannot set a default scanner separate from a default printer in Windows 10. Method posted...: is there any way in Windows 10 or Windows 11 that a user can set a separate default printer and separate default scanner. I try in Windows 10 following the method posted by Andre in Directly in 2019 but it does not allow me to set a ScanSnap as my default scanner and a...
  4. Default Printer setting and Windows

    in Windows 10 Software and Apps
    Default Printer setting and Windows: Hi,When I went to set my printer as default printer it showed me a warning as "Setting this printer as default means Windows will stop managing your default printer"Why did I get that message? Is this something new that Windows managing?Thanks,RoGirl...
  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. Easy Guide: How to Set the Default Printer or Scanner in Windows 10

    in Windows 10 Drivers and Hardware
    Easy Guide: How to Set the Default Printer or Scanner in Windows 10: If you have multiple printers or scanners connected to your computer, you can configure a primary device set as your default. In this article we show you how to do that. Easy Guides are intended to make it easy for users to follow instructions regarding basic tasks in...
  8. Different Default Printer and Scanner

    in Windows 10 Drivers and Hardware
    Different Default Printer and Scanner: I have two printers in my office, one which I would like to have be my default printer, and another which I would like to be my default scanner. Is it possible to set one as the default printer and another as a default scanner? It seems quite trivial and obvious to have this...
  9. 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
  10. Set Default Printer in Windows 10

    in Windows 10 Tutorials
    Set Default Printer in Windows 10: How to: Set Default Printer in Windows 10 [img] Information A default printer is the printer that all print jobs are sent to by default unless otherwise specified. This tutorial will show you how to set a default printer for your account in Windows 10. CONTENTS:...