Windows 10: Default Windows Registry values for printer policies..??

Discus and support Default Windows Registry values for printer policies..?? in Windows 10 Drivers and Hardware to solve the problem; Long story short, I've got an HP printer that was having some problems and HP support gave me a .reg file to run, which consisted of the following:... Discussion in 'Windows 10 Drivers and Hardware' started by Andrew Angell, Aug 13, 2018.

  1. Default Windows Registry values for printer policies..??


    Long story short, I've got an HP printer that was having some problems and HP support gave me a .reg file to run, which consisted of the following:


    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers]
    "KMPrintersAreBlocked"=dword:00000001

    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers\PointAndPrint]
    "Restricted"=dword:00000001
    "TrustedServers"=dword:00000000
    "ServerList"=""
    "InForest"=dword:00000000
    "NoWarningNoElevationOnInstall"=dword:00000001
    "UpdatePromptSettings"=dword:00000002

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Microsoft\Windows NT\Printers\PointAndPrint]
    "Restricted"=dword:00000001
    "TrustedServers"=dword:00000000
    "ServerList"=""
    "InForest"=dword:00000000
    "NoWarningNoElevationOnInstall"=dword:00000001
    "UpdatePromptSettings"=dword:00000002


    Of course, the one time I didn't backup the registry prior to running the update, it seems to have caused some problems. From within software now, the Printer Setup seems to be ignored or fails. As it stands now I have one piece of software (VersaCheck) that simply will not load anything at all...no error or anything...when I try to load Printer Setup.


    Most of my other software as of now will allow me to load the Printer Setup and try to select the printer I want to print to, but now everything prints to this HP printer regardless of which printer I select. For example, if I choose my PDF printer it still prints to the HP printer.


    Naturally, HP support has gone silent on me after their initial response to apply this registry update. I can admit I should have backed up my registry, but of course then it would put me right back where I started which is that the HP printer wasn't printing at all.


    Any information on how I can get things back to normal without a full format would be greatly appreciated. Thanks!

    :)
     
    Andrew Angell, Aug 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)]


    Default Windows Registry values for printer policies..?? Printerscrupt.png
     
    RCoon, Aug 13, 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, Aug 13, 2018
    #3
  4. Default Windows Registry values for printer policies..??

    Win 10 Update Default Printer Changing Issues

    Hi Werner,

    Thank you for the update.

    Please follow the below steps to set default printer using registry edit.


    • Press Windows key + R and type regedit.
    • Navigate to this key:

      HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
    • For name "LegacyDefaultPrinterMode" set the "Value data:" to "1" to return to the old Default printer behavior in Windows 10.

    Registry disclaimer

    Important this section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps
    carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in
    the Microsoft Knowledge Base: 322756 (
    http://support.microsoft.com/kb/322756/)


    How to back up and restore the registry in Windows.

    Let us know if you need further assistance. We will be happy to help.

    Thank you.
     
    Krishna Prasobh V, Aug 13, 2018
    #4
Thema:

Default Windows Registry values for printer policies..??

Loading...
  1. Default Windows Registry values for printer policies..?? - Similar Threads - Default Registry values

  2. what is the default registry values for this...

    in Windows 10 Software and Apps
    what is the default registry values for this...: registy key https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-default-registry-values-for-this/bd0e20ef-6d40-47b9-a13f-a63e75207f14
  3. what is the default registry values for this...

    in Windows 10 Customization
    what is the default registry values for this...: registy key https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-default-registry-values-for-this/bd0e20ef-6d40-47b9-a13f-a63e75207f14
  4. what is the default registry values for this...

    in Windows 10 Gaming
    what is the default registry values for this...: registy key https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-default-registry-values-for-this/bd0e20ef-6d40-47b9-a13f-a63e75207f14
  5. Need the default value for the AutoRun registry

    in Windows 10 BSOD Crashes and Debugging
    Need the default value for the AutoRun registry: cmd automatically closes, found a soultion that says delete the autorun reg. Now my pc boots with a cmd prompt and i have to manually type explorer.exe to start it. All i need is the default value for autorun in Computer\HKEY_CURRENT_USER\Software\Microsoft\Command...
  6. Need Default Values for Direct3D registry

    in Windows 10 Gaming
    Need Default Values for Direct3D registry: Hi guys, I think I did something wrong in the registry editor and now I can't open my windows 7 games that are on my windows 10 PC. They worked before I went on the registry editor, so I think the problem is there....
  7. Group Policy and the Default Printer

    in Windows 10 Customization
    Group Policy and the Default Printer: I work at a library and we have computers for our patrons. I have manually installed 2 local printers, "a" and "b", on these public computers. They both use LPT1 as their port and they are not shared. I have created entries in Group Policy to delete unneeded printers, such...
  8. Display option registry default values

    in Windows 10 Customization
    Display option registry default values: after the new may update the option for different brightness when plugged in has been removed... so i was tweaking my registry for a fix... turns out nothing worked... so i want to know the default settings of the Dword attribute of this key... KEY:...
  9. what is the default registry value for Computer\HKEY_CURRENT_USER\Control...

    in Windows 10 Customization
    what is the default registry value for Computer\HKEY_CURRENT_USER\Control...: qwertyuiopsdgfhtyfthhgghjtykilp;'][\[lhgffghhggtnmjhgfgtrtfgfffyhfvbgd https://answers.microsoft.com/en-us/windows/forum/all/what-is-the-default-registry-value-for/baaff689-62ca-4fd4-b5e4-d42fb3839e7c
  10. Need Registry Value Data For Default Text Icon

    in Windows 10 Customization
    Need Registry Value Data For Default Text Icon: Hi there, I wanted to customize my text file icon, by replacing it with an icon I created. The registry change was successful. My custom made icon has now replaced the default icon. However, I mistakenly forgot to make note of, or export the registry file default value....

Users found this page by searching for:

  1. values dword default windiws