Results 1 to 8 of 8
  1. #1
    Technician
    Set duplex off as default for all windows10 profiles


    Join Date
    Apr 2015
    Posts
    10
    Rep Power
    19

    Set duplex off as default for all windows10 profiles

    I am deploying Toshiba estudios (various models) locally with a universal driver using a .vbs script ie wmi using objNewPort, objDriver, objPrinter etc etc. This is intentional vs shared on a server, using group policy etc.

    When a user logs in for the first time the printer(s) are always set to duplex and must be set to 1 sided printing in printing preferences and it’s causing a lot of headaches.

    The driver version is 7.176.3851.6. I am more or less locked into using this due to company policy with software.

    When specifying objPrinter.Duplex = True I get the following:
    Error: Object doesn’t support this property or method: ‘objPrinter.Duplex’ Code: 800A01B6

    Does anyone know how to default these local printers to 1 sided printing? (preferably with a script of some sort?) It’s not clear to me where these settings are saved, seems like it could be a mix of registry, somewhere in appdata or -?

    Thanks for any help.
    Last edited by hardware_failure; 05-15-2019 at 10:50 PM.

  2. #2
    Senior Tech 250+ Posts
    Set duplex off as default for all windows10 profiles

    Vincent128's Avatar
    Join Date
    Sep 2015
    Posts
    326
    Rep Power
    26

    Re: Set duplex off as default for all windows10 profiles

    duplex is set as default in the driver and user defaults are independent so..no..not without potential driver breakage and lack of support.

    but..I think you can use the toshiba driver customization tool to roll your own customized version and it will still be the version base you listed then deploy that driver...not done this myself.

  3. #3
    Trusted Tech 50+ Posts
    Set duplex off as default for all windows10 profiles


    Join Date
    Oct 2015
    Location
    Fairbanks, AK
    Posts
    97
    Rep Power
    19

    Re: Set duplex off as default for all windows10 profiles

    Set 08-8795 on the copiers to 0. When the driver queries the printer via SNMP, this code tells the driver whether to default to single sided printing or double sided printing.

  4. #4
    Senior Tech. 2,500+ Posts NeoMatrix's Avatar
    Join Date
    Nov 2010
    Location
    Sunshine State QLD.
    Posts
    3,514
    Rep Power
    104

    Re: Set duplex off as default for all windows10 profiles

    RE. Pre-programming printer settings.

    Send the required escape sequence PCL code to the printer prior to sending the page data.
    htttps://www.pclviewer.com/resources/reference/
    Printer Command Language Reference

    PCL Escape code Example:
    Escape ^ equals 0x1B.

    ^&l0s {Simplex mode}
    ^&l1s {Duplex long-edge}
    ^&l2s {Duplex Short-edge}

    There are quirky little shareware Apps on the internet the allow escape codes to be sent to the printer before the user page is sent.

    Try the following niffty little printer App.
    htttps://copy-to-printer.software.informer.com/
    Copy to Printer Download - An utility that will send any file directly to any printer Windows knows of

    HTH
    Inauguration to the "AI cancel-culture" fraternity 1997...
    •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

  5. #5
    Technician Edward's Avatar
    Join Date
    May 2019
    Location
    Stambuagh
    Posts
    31
    Rep Power
    0

    Re: Set duplex off as default for all windows10 profiles

    Quote Originally Posted by hardware_failure View Post
    I am deploying Toshiba estudios (various models) locally with a universal driver using a .vbs script ie wmi using objNewPort, objDriver, objPrinter etc etc. This is intentional vs shared on a server, using group policy etc.

    When a user logs in for the first time the printer(s) are always set to duplex and must be set to 1 sided printing in printing preferences and it’s causing a lot of headaches.

    The driver version is 7.176.3851.6. I am more or less locked into using this due to company policy with software.

    When specifying objPrinter.Duplex = True I get the following:
    Error: Object doesn’t support this property or method: ‘objPrinter.Duplex’ Code: 800A01B6

    Does anyone know how to default these local printers to 1 sided printing? (preferably with a script of some sort?) It’s not clear to me where these settings are saved, seems like it could be a mix of registry, somewhere in appdata or -?

    Thanks for any help.
    Wow thinking to deep. Simply go to devices and printers, right click go to preferences and under finishing set to simplex and apply. Done. Computer guys simplify. You can do this and I bet you do not know. HP wrote the pcl language so all you have to do is install hp 4200 pcl 6 driver rename it toshiba and put your ip in and you are printing simplex. Yeah so simple. No worries but a little effort.

  6. #6
    Technician
    Set duplex off as default for all windows10 profiles


    Join Date
    Apr 2015
    Posts
    10
    Rep Power
    19

    Re: Set duplex off as default for all windows10 profiles

    Quote Originally Posted by Edward View Post
    Wow thinking to deep. Simply go to devices and printers, right click go to preferences and under finishing set to simplex and apply. Done. Computer guys simplify. You can do this and I bet you do not know. HP wrote the pcl language so all you have to do is install hp 4200 pcl 6 driver rename it toshiba and put your ip in and you are printing simplex. Yeah so simple. No worries but a little effort.
    This is what I am doing now, manually setting to simplex. I've used HP drivers before but users need all of the finishing options avaialbe from the toshiba driver.

  7. #7
    IT Manager 10,000+ Posts bsm2's Avatar
    Join Date
    Feb 2008
    Location
    Biden 2024
    Posts
    25,972
    Rep Power
    335

    Re: Set duplex off as default for all windows10 profiles

    If driver is on a server
    Under printer defaults advance tab
    set printer default to simplex should hold that setting

  8. #8
    Technician Edward's Avatar
    Join Date
    May 2019
    Location
    Stambuagh
    Posts
    31
    Rep Power
    0

    Re: Set duplex off as default for all windows10 profiles

    You can go under support page on Toshiba site enter model # click on e- bridge prior versions, You can also download fullinstaller. You can depending on os system select have no disk select pcl v4 or you can use post script then set send by range and print as image. You can also after installing any of the drivers click on properties and then device settings. Click on Auto update. The self assigning wsd port driver will appear and it is not set to duplex change wsd to ip. Toshiba can drive you crazy with stupid crap. Oh. wait a minute. Windows ten is controlling your local computers and if that is the case once you print once from all programs and set simplex prior then all is solved windows ten will remember your application. I have been going thru this for the last year but with all i have said i have gotten it right in all my accounts.
    Last edited by Edward; 05-23-2019 at 03:17 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Get the Android App
click or scan for the Copytechnet Mobile App

-= -= -= -= -=


IDrive Remote Backup

Lunarpages Internet Solutions

Advertise on Copytechnet

Your Link Here