

- #Windows 10 allow installation of unsigned drivers install
- #Windows 10 allow installation of unsigned drivers drivers
- #Windows 10 allow installation of unsigned drivers driver
If UAC is disabled, then when you try to install the printer under the non-admin user-the system hangs for some time and finally displays an error message: “ Windows cannot connect to the printer. If the UAC is enabled, a message appears in which you want to specify the credentials of the Administrator. In Windows 10 there is another feature related to the UAC (User Account Control) settings, which occurs when you try to install a shared network printer. You can find the list of allowed to install device GUIDs under the registry key: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DriverInstall\Restrictions\AllowUserDeviceClasses.Ĭonfiguring Point and Print Restrictions Policy

You can enable this policy through the registry using the command: reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DriverInstall\Restrictions" /v AllowUserDeviceClasses /t REG_DWORD/d 1 /f
#Windows 10 allow installation of unsigned drivers driver
When you enable this policy, members of the local Users group can install a new device driver for any device that matches the specified device classes.

You can find a full list of the device class GUIDs in Windows here. Click the Show button and in the appeared window add two lines with device class GUID corresponding to printers:
#Windows 10 allow installation of unsigned drivers drivers
In this case, we are interested in the policy Allow non-administrators to install drivers for these device setup classes in the GPO section Computer Configuration > Policies > Administrative Templates > System > Driver Installation.Įnable the policy and specify the device classes that users should be allowed to install. The next step is to allow the user to install the printer drivers via GPO. However, this policy does not allow downloading and installing an untrusted (not-signed) printer driver.Īdding Printer Device GUIDs Allowed to Install via GPO Then you can set the policy value to Disable, any unprivileged user can install a printer driver as a part of a shared printer connection to a computer. This policy allows non-administrators to install printer drivers when connecting a shared network printer (the printer’s driver downloaded from the print-server host). Find the policy Devices: Prevent users from installing printer drivers. Expand the following branch in the Group Policy editor: Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies > Security Options.
