Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to specify a persistent default printer via the Windows Registry and PowerShell

Posted on 06/12/202030/08/2026 Christian By Christian No Comments on How to specify a persistent default printer via the Windows Registry and PowerShell
  1. Home
  2. Windows
  3. How to specify a persistent default printer via the Windows Registry and PowerShell
Microsoft Windows Windows 1
Microsoft Windows Windows 1

You may want to specify a persistent default printer for so many reasons. One of which is to be able to use the same printer even after connecting to a different Printer. Here are some articles relating to Print Drivers I have written; how to delete obsolete drivers from the Driver Store in Windows 10, how to rename a Printer in Windows 10, and how to determine the version and type of a Printer Driver (Printer Driver Information)

Windows 10 uses by default the last chosen printer as default. If you need to specify a persistent default printer you can disable this feature with the following registry key. Here are some articles relating to Windows Registry; What is Registry Editor and how to access the registry hives, and how to search through the Windows registry. For a comprehensive list of articles relating to the Windows registry, visit the following link.

Note: To get the list of all installed Printers. Note, you also achieve this via the Control Panel or Windows Settings. I have already discussed the steps on how to accomplish this task here.

Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" -Name "LegacyDefaultPrinterMode" -Value 1 -Force
Windows Registry
Note: Change the value from “0” to “1” and click on Ok.

From PowerShell

Run the following cmdlets to change the value from zero to one as shown below.

Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows" -Name "LegacyDefaultPrinterMode" -Value 1 -Force

I hope you found this blog post helpful. If you have any questions, please let me know in the comment session.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Windows Tags:Printer, Printer Management, Printing, Remove Printer, Windows 10

Post navigation

Previous Post: Printer Driver Information: How to determine the version and type of a Printer Driver
Next Post: How to add Print Drivers with PowerShell, RUNDLL32, and VBScript in Windows 10

Related Posts

  • reliablee
    How to use the Reliability Monitor in Windows Windows
  • 1 WeXxkEX0JG3oB781HD8Hrg 1
    Command Prompt in Windows: Creating Volumes Guide Windows
  • xxxxxx
    How to make a screenshot of Windows 10 Screen / Login Screen Windows
  • update set expire
    Windows 10 and Windows 11 updates will now expire for better performance Windows
  • Feature image 1
    Configure and validate Exclusions for Microsoft Defender Antivirus scans Anti-Virus Solution
  • logon failure and requested session denied
    Logon Failure: User has not been granted the requested logon type Windows

More Related Articles

reliablee How to use the Reliability Monitor in Windows Windows
1 WeXxkEX0JG3oB781HD8Hrg 1 Command Prompt in Windows: Creating Volumes Guide Windows
xxxxxx How to make a screenshot of Windows 10 Screen / Login Screen Windows
update set expire Windows 10 and Windows 11 updates will now expire for better performance Windows
Feature image 1 Configure and validate Exclusions for Microsoft Defender Antivirus scans Anti-Virus Solution
logon failure and requested session denied Logon Failure: User has not been granted the requested logon type Windows

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • oracle q4 earnings are in e28094 but what does it really mean 700x425 1
    How to uninstall Oracle Database 11G or 12c Oracle/MSSQL/MySQL
  • Screenshot 2020 05 19 at 18.54.21
    Unable to find File Explorer in the Group Policy Editor when resolving the security tab missing under properties Windows Server
  • S3 Bucket 1
    How to delete AWS S3 Bucket and Objects via  AWS CLI from Linux AWS/Azure/OpenShift
  • fhgj
    Resolve DISM unspecified error when removing preinstalled packages(Error code 15601) Windows Server
  • PRIVATE DOCKER REGISTRY
    How to Set up Private Docker Registry Containers
  • ddf 2
    Add boot and install images to WDS and configure Multicast transmission via the GUI and WDSUTIL Windows Server
  • header picture 1
    Azure CI/CD: Configuring Email Notifications in Azure DevOps AWS/Azure/OpenShift
  • How to Disable Automatic Opening of Previous files in Notepad on Windows 11
    How to Disable Automatic Opening of Previous Files in Notepad on Windows 11 Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.