Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Windows 10 / Printer Settings Could Not Be Saved, Operation Not Supported

June 26, 2023

Printer Settings Could Not Be Saved, Operation Not Supported

I encountered a strange error when trying to change the shared network printer settings or to change the current driver:

Printer settings could not be saved.
This operation is not supported.

Printer settings could not be saved. This operation is not supported

Also, I could not change the printer port settings:

An error occurred during port configuration.
This operation is not supported.

An error occurred during printert port configuration. This operation is not supported

It is also not possible to change the printer settings from the command prompt or from PowerShell.

It turns out that you do not need to remove the printer to change its settings. Simply disable sharing on the printer. Then set new settings and turn sharing back on.

Turn off and on printer sharing on Windows

You can enable/disable shared access to a printer on the Sharing tab of the printer properties (uncheck Share this printer) or using the Set-Printer PowerShell cmdlet:

Set-Printer -Name "HP LaserJet M1536dnf MFP" -Shared $True|$False -ShareName "HPLJ1536"

1 comment
2
Facebook Twitter Google + Pinterest
Questions and AnswersWindows 10Windows Server 2019
previous post
Find Inactive (Unused) Distribution Lists in Exchange/Microsoft 365
next post
How to Allow Multiple RDP Sessions on Windows 10 and 11

Related Reading

How to Restore Deleted EFI System Partition in...

March 11, 2024

How to Allow Multiple RDP Sessions on Windows...

March 15, 2024

How to Run Program without Admin Privileges and...

June 8, 2023

How to Install Remote Server Administration Tools (RSAT)...

March 17, 2024

Wi-Fi (Internet) Disconnects After Sleep or Hibernation on...

March 15, 2024

Refresh AD Groups Membership without Reboot/Logoff

March 15, 2024

Fix: Can’t Extend Volume in Windows

March 11, 2024

Fix: BSOD Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) on Windows

March 17, 2024

1 comment

Matt August 23, 2023 - 1:54 pm

I’m in the exact same boat. This didn’t work for me. Any other ideas?
I tried stopping sharing, then restarting the print spooler, then updating the driver and it still said Operation is not supported.

Reply

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Windows Stucks at ‘Getting Windows Ready, Don’t Turn Off Computer ‘

    September 15, 2025
  • Clean Up ETL Log Files in ProgramData

    September 9, 2025
  • Fix: Slow Startup of PowerShell Console and Scripts

    September 3, 2025
  • DPI Scaling and Font Size in RDP (RDS) Session

    August 27, 2025
  • Proxmox: Share a Host Directory with VMs via VirtioFS

    August 18, 2025
  • How to Find AD Users with Blank Passwords (Password-Not-Required)

    July 24, 2025
  • Run Elevated Commands with Sudo on Windows 11

    July 16, 2025
  • Find a Process Causing High Disk Usage on Windows

    July 15, 2025
  • Fix: Microsoft Defender Not Updating Automatically in Windows

    July 8, 2025
  • Create a Windows Server VM on Proxmox (Step-by-Step)

    July 7, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • 0x80244010 Exceeded Max Server Round Trips: Windows Update Error
  • Shutdown/Restart Windows using Command Prompt and PowerShell
  • How to Force Remove a Printer That Won’t Uninstall on Windows
  • How to Completely Remove/Uninstall a Driver in Windows
  • Permanently Disable Driver Signature Enforcement on Windows 11
  • Fix: Windows Update Tab (Button) is Missing from Settings
  • Enable All CPU Cores on Windows 10 and 11
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top