Windows 10: Any way to set a default gamma for a device (printer)

Discus and support Any way to set a default gamma for a device (printer) in Windows 10 Drivers and Hardware to solve the problem; Hello. My brother printer usually defaults to gamma 1.0 which is a tad dark for my taste. Setting it at 0.75 prints nicely. My question is: is there... Discussion in 'Windows 10 Drivers and Hardware' started by eLPuSHeR, Sep 13, 2018.

  1. eLPuSHeR Win User

    Any way to set a default gamma for a device (printer)


    Hello.

    My brother printer usually defaults to gamma 1.0 which is a tad dark for my taste. Setting it at 0.75 prints nicely. My question is: is there any way to set a default gamma?

    :)
     
    eLPuSHeR, Sep 13, 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)]


    Any way to set a default gamma for a device (printer) Printerscrupt.png
     
    RCoon, Sep 13, 2018
    #2
  3. 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, Sep 13, 2018
    #3
  4. Any way to set a default gamma for a device (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, Sep 13, 2018
    #4
Thema:

Any way to set a default gamma for a device (printer)

Loading...
  1. Any way to set a default gamma for a device (printer) - Similar Threads - set default gamma

  2. Is there any way to fix "Device settings not migrated"???

    in Windows 10 Gaming
    Is there any way to fix "Device settings not migrated"???: Hello, I having an issue that my USB hub not detecting any device that connects to it while it only receives power. When I check on the device manager, there is no issue found overall but when I check the device events, it there is a problem while migrating to the windows...
  3. Is there any way to fix "Device settings not migrated"???

    in Windows 10 Software and Apps
    Is there any way to fix "Device settings not migrated"???: Hello, I having an issue that my USB hub not detecting any device that connects to it while it only receives power. When I check on the device manager, there is no issue found overall but when I check the device events, it there is a problem while migrating to the windows...
  4. My gamma settings are broken

    in Windows 10 Gaming
    My gamma settings are broken: Hi. I have been trying to solve this issue for months now to no avail, and have finally decided to make a public post about it. A few months ago, my cat sat on my keyboard, and in doing so somehow changed the gamma settings in a way that I have been unable to properly reset...
  5. Gamma and color settings

    in Windows 10 Customization
    Gamma and color settings: My gamma and color settings resets every time I boot up my laptopBut when I click notifications or go to display settings then my gamma and color settings return to normal....
  6. Any ways to fix the Gamma Panel or adjust gamma from the Command Prompt?

    in Windows 10 Ask Insider
    Any ways to fix the Gamma Panel or adjust gamma from the Command Prompt?: The gamma of my laptop is way too much for my eyes. I've already adjusted the gamma level from the built-in calibrator on win 10, but the light from the screen is still way too penetrating. So after doing some extensive research, I finally came across with Gamma Panel on...
  7. 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...
  8. 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...
  9. Problem with Gamma settings

    in Windows 10 BSOD Crashes and Debugging
    Problem with Gamma settings: I have a problem with colors on my screen. My email pages and some other web pages look white. I found out that the gamma setting are too high and made them as low as possible. It helped and the colors got better. But after booting the system the issue gets back. Gammar...
  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