arreglo long impresoras

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 3

sc config fdphost type=own

no se pudo completar la operacion (error 0x00000709)


compruebe el nombre de la impresora y asegurese de que este conectada a la red

net stop spooler


del /Q /F /S "%systemroot%\System32\Spool\Printers\*.*"
net start spooler

printmanagement.msc

KB5006670
KB5007186

reg add HKLM\SYSTEM\CurrentControlSet\Control\Print /v DnsOnWire /t REG_DWORD /d 1

reg add hklm\system\currentcontrolset\control\print /v DnsOnWire /t REG_DWORD /d 1


reg add hklm\system\currentcontrolset\services\lanmanserver\parameters /v
DisableStrictNameChecking /t REG_DWORD /d 1
reg add hklm\system\currentcontrolset\services\lanmanserver\parameters /v
OptionalNames /t REG_SZ /d " aliasname "

Method 2. Fix Network Printing Error 0x00000709 in Registry.

1. Open Command prompt as Administrator.


2. In Command Prompt give the following command according your Windows 10 version:

Windows 10 versions 2004, 20H2, 21H1 and 21H2:

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\


FeatureManagement\Overrides /v 713073804 /t REG_DWORD /d 0 /f

********************************************************************************

KB5010342 Breaks Network Printing (again)


Dan C 1 Reputation point
Feb 23, 2022, 9:36 AM

Windows updates continue to cause us issues with network printing (v3 or v4


drivers) - this time KB5010342. After installing the update, we can no longer print
to network printers. When trying to add a network printer, we receive a UAC prompt
then the error "Windows cannot connect to the printer, operation failed with error
0x0000007c".

Uninstalling the latest KB5010342 update is a partial and temporary solution. It


allows printing on all workstations, but many are still unable to add new printers.
I'm still trying to identify why some are able to install new drivers and others
are not. All have the same updates installed.

I believe I've tried almost every posted fix and none have helped. To date, I've
tested:

Installed the following registry entries:


reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\
FeatureManagement\Overrides" /v 713073804 /t REG_DWORD /d 0 /f

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\


PointAndPrint" /v RestrictDriverInstallationToAdministrators /t REG_DWORD /d 0 /f

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\


PointAndPrint" /v UpdatePromptSettings /t REG_DWORD /d 0 /f

reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\Printers\


PointAndPrint" /v NoWarningNoElevationOnInstall /t REG_DWORD /d 0 /f

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print" /v


RpcAuthnLevelPrivacyEnabled /t REG_DWORD /d 0 /f

Added the following Group Policy rules:

Computer Configuration > Policies > Administrative Templates > Printers > Point and
Print Restrictions > ENABLED / DO NOT PROMPT for both settings

User Configuration > Policies > Administrative Templates > Control Panel > Printers
> Point and Print Restrictions > Enabled / Show Warning Only

Computer Configuration > Policies > Windows Settings > Security Settings > Local
Policies > Security Options > Devices: Prevent users from installing printer
drivers > Disabled

Computer Configuration > Policies > Administrative Templates > System > Driver
Installation > Allow non-administrators to install drivers for these device setup
classes > Enabled (Classes: {4658ee7e-f050-11d1-b6bd-00c04fa372a7}; {4d36e979-e325-
11ce-bfc1-08002be10318})

Anybody else know of a more permanent fix? Seems like we go through this every
other month or so. Thanks in advance!

***********************************************************************************
**************

Hi there, found and tested solution after receiving 0x00000709 error, through
registry modification:

Open Command prompt as Administrator.


In Command Prompt give the following command according your Windows 10 version:

Windows 10 versions 2004, 20H2, 21H1 and 21H2:

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\


FeatureManagement\Overrides /v 713073804 /t REG_DWORD /d 0 /f

Windows 10 v1909:

reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\


FeatureManagement\Overrides /v 1921033356 /t REG_DWORD /d 0 /f

Windows v1809 & Server 2019.


reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Policies\Microsoft\
FeatureManagement\Overrides /v 3598754956 /t REG_DWORD /d 0 /f

You might also like