Skip to content

Tag: Network

Network Printing Errors

Network Printing Errors 0x00000709, 0x0000007c & 0x0000011b on Windows 10

The cumulative update KB5006670 for Windows 10 brought a number of enhancements and it resolved around 74 problems. However, many users report that the KB5006670 update causes problems with network printing (the printer is unresponsive) or problems setting up the default printer or failure to install a shared network printer with error 0x00000709.

Problem description:  After you install the KB5006670 update on Windows 10, users cannot print or connect to network printers or set a printer as the default printer with error(s):

Operation cannot be completed (error 0x00000709). Double check the printer name and make sure that the printer is connected to the network.

or

Element not found

or

Add Printer: Windows cannot connect to the printer – Operation failed with error 0x0000007c or 0x0000011b.

or

Network Printer Not Responding

SMB1 Error Windows 10

Output:

  • You can’t connect to the file share because it’s not secure. This share requires the obsolete SMB1 protocol, which is unsafe and could expose your system to attack.
    Your system requires SMB2 or higher. For more info on resolving this issue, see: https://go.microsoft.com/fwlink/?linkid=852747
  • The specified network name is no longer available.
  • Unspecified error 0x80004005
  • System Error 64
  • Error 58
  • The specified server cannot perform the requested operation.

SMB 1.0/CIFS File Sharing Support has been disabled on Windows 10 Windows 10 Fall Creators Update version 1709 and higher.

Solution:
ENABLE SMB1

1. Click and open the Search Bar in Windows 10
Type Windows Features in the search bar
Double Click Turn Windows Features off and On

2. Scroll down to SMB 1.0/CIFS File Sharing Support

3. Check the box net to SMB 1.0/CIFS File Sharing Support and all other child boxes will auto populate.

Click OK to accept the changes.
4. Click Restart Now to reboot the computer

  • Also, you can activate it using this process :

    1. Click on the Start menu
    2. Type cmd to find the command prompt
    3. Right click on “Command Prompt”
    4. Select “Run as administrator”
    5. Type the following command : DISM /Online /Enable-Feature /All /FeatureName:SMB1Protocol
    6. Confirm

The message “Operation succeed” should appear.