en-US windows computer user

Bypass prompting for Clipboard access for scripts running in the Internet Explorer process

Verified with Windows 11 25H2 — updated on July 23, 2026

Windows 11 25H2

Supported on: At least Internet Explorer 7.0

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Application Compatibility\Clipboard access

Description

This policy setting allows you to bypass prompting when a script that is running in the Internet Explorer process attempts to perform a Clipboard operation (delete, copy, or paste) and the URL action for the zone is set to prompt. If you enable this policy setting, the user is not prompted when a script that is running in the Internet Explorer process performs a Clipboard operation. In the Internet Explorer process, if the zone behavior is currently set to prompt, it will be bypassed and enabled. If you disable this policy setting, the user is prompted when a script that is running in the Internet Explorer process attempts to perform a Clipboard operation. If you do not configure this policy setting, current values of the URL action for the Internet Explorer process prevail.

Registry

HKLM Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\Feature_Enable_Script_Paste_URLAction_If_Prompt
HKCU Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\Feature_Enable_Script_Paste_URLAction_If_Prompt

This policy sets several registry values:

(Reserved)
Enabled: (Reserved) = 1
Disabled: (Reserved) = 0
explorer.exe
Enabled: explorer.exe = 1
Disabled: explorer.exe = 0
iexplore.exe
Enabled: iexplore.exe = 1
Disabled: iexplore.exe = 0

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: Bypass prompting for Clipboard access for scripts running in the Internet Explorer process
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: At least Internet Explorer 7.0

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\Feature_Enable_Script_Paste_URLAction_If_Prompt]
"(Reserved)"="1"
"explorer.exe"="1"
"iexplore.exe"="1"
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Bypass prompting for Clipboard access for scripts running in the Internet Explorer process
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: At least Internet Explorer 7.0

$path = 'HKLM:\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\Feature_Enable_Script_Paste_URLAction_If_Prompt'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name '(Reserved)' -Value '1' -Type String
Set-ItemProperty -Path $path -Name 'explorer.exe' -Value '1' -Type String
Set-ItemProperty -Path $path -Name 'iexplore.exe' -Value '1' -Type String

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