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

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

March 15, 2024

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

March 17, 2024

Refresh AD Groups Membership without Reboot/Logoff

March 15, 2024

Fix: BSOD Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) on Windows

March 17, 2024

How to Delete Old User Profiles in Windows

March 15, 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

  • Encrypt Any Client-Server App Traffic on Windows with Stunnel

    June 12, 2025
  • Failed to Open the Group Policy Object on a Computer

    June 2, 2025
  • Remote Desktop Printing with RD Easy Print Redirection

    June 2, 2025
  • Disable the Lock Screen Widgets in Windows 11

    May 26, 2025
  • Configuring Windows Protected Print Mode (WPP)

    May 19, 2025
  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025
  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 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
  • Fix: Windows Update Tab (Button) is Missing from Settings
  • Permanently Disable Driver Signature Enforcement on Windows 11
  • Fix: Your IT Administrator Has Limited Access to Virus & Threat Protection
Footer Logo

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


Back To Top