How To Prevent Users From Installing Printer Drivers

This article will show you how to prevent users from installing printer drivers for a shared printer, using registry or via security policy setting.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

When you connect a shared printer to Windows, its driver must be locally install on your Windows computer. By default, Windows allows any user can install printer drivers on Windows.

But if you’re on multi-user system and do not want other users to install printer drivers, this article is for you. To block users from installing printer drivers, you can configure the relevant security policy setting or registry setting. Once these settings are in effect, only administrators can install printer drivers while any member belonging to local user group will be blocked from doing so.

Here’s how you can configure the settings.

How To Prevent Users From Installing Printer Drivers

Note: This doesn’t affects the ability to add a local printer to Windows. This also doesn’t affect administrators.

Method 1 – Using Security Policy Snap-in

1. Press Windows Key + R and put secpol.msc in Run dialog box. Click OK to open Security Policy snap-in.

Local Security Policy Editor

2. Then in Security Policy snap-in window, navigate here:

Security Settings > Local Policies > Security Options

How To Prevent Users From Installing Printer Drivers

3. In the right pane of Security Options, look for policy setting named Devices: Prevent users from installing printer drivers policy setting. Double click on it to modify its status.

How To Prevent Users From Installing Printer Drivers

4. Set it to Enabled. From the policy explanation, only Administrator can install a printer driver as a part of connecting to shared printer, when this policy is enabled. Click Apply, OK and close Security Policy snap-in.

Method 2 – Using Registry

Registry Disclaimer: The further steps will involve registry manipulation. Making mistakes while manipulating registry could affect your system adversely. So be careful while editing registry entries and create a System Restore point first.

1. Run regedit command to open Registry Editor. 

2. In left pane of Registry Editor window, go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Providers\LanMan Print Services\Servers.

How To Prevent Users From Installing Printer Drivers

3. In the right pane of Servers key, create a new registry DWORD (REG_DWORD) named AddPrinterDrivers and double click on it, set its Value data to 1.

TIP: If you set the DWORD Value data to 0, any user can install printer driver.

4. Close Registry Editor and reboot the machine to make changes effective.

That’s it!

Share this article
https://www.kapilarya.com/how-to-prevent-users-from-installing-printer-drivers

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

Leave a Comment

Your email address will not be published. Required fields are marked *