en-US edge computer user

Disable printer types on the deny list

Verified with Microsoft Edge 152.0.4191.53 — updated on July 10, 2026

Microsoft Edge 152.0.4191.53

Supported on: Microsoft Edge version 88, Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Microsoft Edge\Printing

Description

The printer types on the deny list aren't discovered or have their capabilities fetched. Placing all printer types on the deny list effectively disables printing because there's no print destination for documents. If you don't configure this policy, or the printer list is empty, all printer types are discoverable. Printer destinations include extension printers and local printers. Extension printers are also known as print provider destinations, and include any destination that belongs to a Microsoft Edge extension. Local printers are also known as native printing destinations, and include destinations available to the local machine and shared network printers. In Microsoft version 93 or later, if you set this policy to 'pdf' it also disables the 'save as Pdf' option from the right click context menu. In Microsoft version 103 or later, if you set this policy to 'onedrive' it also disables the 'save as Pdf (OneDrive)' option from print preview. Policy options mapping: * privet (privet) = Zeroconf-based (mDNS + DNS-SD) protocol destinations * extension (extension) = Extension-based destinations * pdf (pdf) = The 'Save as PDF' destination. (93 or later, also disables from context menu) * local (local) = Local printer destinations * onedrive (onedrive) = Save as PDF (OneDrive) printer destinations. (103 or later) Use the preceding information when configuring this policy. Example value: local privet

Registry

HKLM Software\Policies\Microsoft\Edge
HKCU Software\Policies\Microsoft\Edge

More options available

Options

Disable printer types on the deny list
List (registry values) list
- list under Software\Policies\Microsoft\Edge\PrinterTypeDenyList

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Disable printer types on the deny list
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Edge version 88, Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge\PrinterTypeDenyList]
; List values: enter one value per line in the builder UI.
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Disable printer types on the deny list
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Edge version 88, Windows 7 or later

$path = 'HKLM:\Software\Policies\Microsoft\Edge\PrinterTypeDenyList'
New-Item -Path $path -Force | Out-Null
# List values: enter one value per line in the builder UI.

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview