Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hierMicrosoft

Fix 0x000006d9 Printer Sharing Error in Windows: Fixed

7 mars 2024 à 08:31

Printing is often an important part of computer use, converting soft copy materials to paper form. However, you may have come across the 0x000006d9 printer sharing error. This is what we will resolve in this guide.

This printer-sharing error has existed since earlier versions of Windows and may still be a problem on Windows 11. It is often a sign that your firewall is disabled.

The solutions below will be your best options to fix the error. However, ensure your printer drivers are updated before proceeding to the fixes below—this may save you a lot of trouble. You can use automatic driver updaters to ensure all computer drivers are current.

1. Run the Printer Troubleshooter

Windows 11 has a set of troubleshooters, and the printer troubleshooter is one of them. It scans your computer for potential triggers of the problem and fixes it or recommends troubleshooting steps.

1. Open your Settings app. You may do so by pressing Windows + I on your keyboard.

2. Click on the System tab on the left pane, then on the right, click Troubleshoot.

Open troubleshooter - 0x000006d9 Printer Sharing Error

3. Click Other troubleshooters.

4. Run the Printer troubleshooter by clicking its Run button.

Running printer troubleshooter

2. Enable Windows Firewall

The 0x000006d9 printer sharing error often indicates that the Windows firewall is disabled. This is because sharing a printer also means sharing files associated with the printer driver and configuration. This process is controlled by the File and Printer Sharing feature that the Windows firewall must authorize.

1. Press Windows + R.

2. Type services.msc and hit Enter.

Open Services.msc - 0x000006d9 Printer Sharing Error

3. Double-click Security Health Service, click Start if it is not running, then click Apply and OK.

Starting Windows security

4. Once more launch Windows Run dialog, inpute control.exe /NAME Microsoft.WindowsFirewall and hit Enter.

5. Click Turn Windows Firewall on or off on the left pane.

Enabling firewall - 0x000006d9 Printer Sharing Error

6. Tick all Turn on Windows Defender Firewall options, then click OK.

Turn on Windows defender firewall

3. Uninstall or Disable Third-party Antivirus

While we always recommend using antivirus software, you should note that some third-party options may not be best suited for your computer. It may conflict with the built-in Windows Security and trigger the 0x000006d9 printer sharing error.

If this is the case, you should uninstall or temporarily disable the antivirus.

4. Turn on Network Discovery for Printer

Your last option to resolve the 0x000006d9 printer sharing error is to enable network discovery.

Network discovery ensures that your computer is able to see and interact with devices on the same network. You may follow the steps below.

1. Launch the Settings app by pressing Windows + R.

2. On the left pane, click Network & Internet, then click Advanced network sharing on the left.

0x000006d9 Printer Sharing Error

3. Click Advanced sharing settings.

Advanced sharing settings

4. Lastly, toggle on the option for Network Discovery.

0x000006d9 Printer Sharing Error

Moving Past the 0x000006d9 Printer Sharing Error

With the solutions we have shared in this guide, you should be past the 0x000006d9 printer sharing error. While we have shown steps in the Windows 11 operating system, please note that this error happens in earlier versions of the OS. The fixes will still apply, even though there may be slight UI changes.

Did you successfully fix the problem? Please tell us in the comment section what fixes worked.

FAQs

Why can’t I share a printer between Windows 7 and 10?

You can share printers between these operating systems; however, you will have to supply the 64-bit printer driver on the Windows 7 device.

Should I uninstall third-party antivirus software?

Yes, this may be a reliable fix if the third-party antivirus is conflicting with the built-in tool.

The post Fix 0x000006d9 Printer Sharing Error in Windows: Fixed appeared first on Next of Windows.

Action Center Not Opening in Windows 11: Fixed

1 mars 2024 à 23:33

The Windows 11 Action Center, which comprises the Notification Center, quick settings, and accessibility options, comes in handy while using the operating system. However, some users have encountered problems and complain that the Action Center is not opening in Windows 11.

This guide explores the common causes and provides the most effective fixes for this problem. Let’s get to it.

Why Won’t My Action Center Open?

When the Windows 11 Action Center is not opening, it often comes down to any of the following triggers:

  • Corruption of vital app installation or system files associated with the Action Center.
  • Bad configuration, especially those that disable the Action center.
  • Bugs in a recent update or an outdated Windows 11 operating system.

Regardless of the cause, you should try the solutions we discuss below.

1. Re-Register Your Action Center

Corruption is a major reason the Action Center is not opening on Windows 11. Your Actin center settings may be bad, so reregistering it will be an easy fix. Follow the steps below.

1. Press Windows + R to open the Run dialog, type Powershell, and hit Ctrl + Shift + Enter.

Opening the Powershell in Windows 11

2. Type the script below and hit Enter.

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

3. Restart the computer for the changes to take effect.

2. Tweak Registry Configuration for Action Center

The Windows registry is a hierarchical database of app configurations and operating system configurations. You may enable the Action Center from this utility. Follow the steps below.

1. Press Windows + R to open the Run dialog.

2. Type regedit and hit Enter.

Opening the registry editor

3. Navigate to the path below:

Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer

4. Double-click on the DisableNotificationCenter value and change the Value data to 0. You may need to first create this key by clicking a space on the right pane, hovering New, clicking DWORD (32-bit) Value, and naming it DisableNotificationCenter.

Enabling ACtion center in registry

3. Enable Action Center Via Local Group Policy Editor

The Group Policy Editor is a utility for managing multiple Windows computers simultaneously. It gives an easy option for enabling the Action Center.

1. Press Windows + R to open the Run dialog.

2. Type gpedit.msc and hit Enter.

Opening the group policy editor

3. Navigate to the path below:

User Configuration / Administrative Templates / Start Menu and Taskbar

4. On the right pane, double-click Remove Notifications and Action Center.

Remove Notifications and Action Center option

5. Click the Disabled radio, then click Apply and OK.

Disabling action center in GPEdit

4. Update Windows 11

Updating the Windows 11 operating system is an effective fix because Windows updates often come with bug fixes and security patches. Follow the steps below to update your OS.

1. Press Windows + I to open the Settings app.

2. Click Windows Update on the bottom left pane and then Check for updates on the right.

Check for updates in Windows

3. If there are updates, download and install them, then restart your computer.

5. Uninstall Windows Updates

While updating Windows is a best practice, on rare occasions, updates may be buggy, which may be why the Action Center is not opening in Windows 11. If you experience the problem just after an update, you must uninstall or roll back the update.

1. Press Windows + I to open the Settings app.

2. Click Windows Update on the bottom left pane and then Update history on the right.

Windows update history

3. Scroll down the left pane and click Uninstall updates.

4. Click Uninstall for your most recent update.

Update uninstall option

6. Fix File Corruption with the DISM and SFC Scans

As stated earlier, file corruption is why the Action Center is not opening in Windows 11. The DISM and SFC tools are important built-in utilities that fix corruption on Windows 11.

1. Press Windows + R to open the Run dialog.

2. Type cmd and hit Ctrl + Shift + Enter to open the Control Panel with administrative rights.

Opening the Control panel: action center not opening windows 11

3. Type the commands below, hitting Enter after each to scan for image corruption and fix identified corruption.

DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth

4. run the command below to fix system file corruption, then restart your computer after it completes executing.

sfc /scannow

7. Run the System Restore Utility

The System Restore tool takes your computer to a previous state before the Action Center problem started. For this fix to work, you should have created a restore point. However, Windows may also automatically create restore points for you. Follow the steps below to run System Restore.

Note that you may lose data during this process.

1. Click the magnifying lens on the Start menu, type Restore, and click Recovery.

Opening Windows 11 recovery

2. Click the Command prompt’s Open System Restore option.

3. Select Choose a different Restore point and click Next.

Initiating System Restore

4. Select a restore point and click Next.

Selecting a restore point: action center not opening windows 11

5. Click Finish.

8. Clean Install Windows

We recommend a clean install of Windows as a last resort. While effective, this fix will lead to data loss and may take several minutes or hours to complete.

1. Press Windows + I to launch the Settings app.

2. Click System on the left pane and Recovery on the right.

Recovery option in Settings

3. Click the Reset this PC button.

4. Select either Keep my files or Remove everything.

Begining Windows reset: action center not opening windows 11

5. Click Cloud Download and follow the wizard to complete the reset.

action center not opening windows 11

Accessing the Action Center Again

In this guide, we explored the problem of the action center not opening in Windows 11. The solutions we recommended should help you resolve it seamlessly.

Please leave us a comment below, telling us what solution was most effective.

FAQs

Why is the Action Center icon missing in Windows 11?

The most common reason for a missing Action Center icon is file corruption. These may be system files or installation files.

Can I access Action Center functionality even if it’s not opening?

Yes. You may use the keyboard shortcuts Windows + A or click the notification icon on the taskbar.

The post Action Center Not Opening in Windows 11: Fixed appeared first on Next of Windows.

❌
❌