Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Microsoft Office / Organization Policies Prevent Opening Hyperlinks in MS Office

July 15, 2025

Organization Policies Prevent Opening Hyperlinks in MS Office

Hyperlinks from Microsoft Office apps may stop opening on your computer, whether it’s a link in an Outlook email or in a Word/Excel document. When you click on the link, a message appears stating that the organization’s security policy prohibits opening external hyperlinks in Office apps.

Your organization's policies are preventing us from completing this action for you. For more info, please contact your help desk.
This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.
This action is prohibited by the organization's policies. For more information, contact customer support.

Cant open link in Microsoft Word: Your organization's policies are preventing us from completing this action for you

According to the Microsoft Knowledge Base article, the problem may be caused by incorrect registry settings (https://learn.microsoft.com/en-us/outlook/troubleshoot/message-body/hyperlinks-not-working-in-outlook).

This problem may occur after uninstalling or reinstalling a third-party browser on a computer (such as Opera, Chrome, Mozilla, or Firefox), which changes the default associations in the registry.

Open the Registry Editor (regedit.exe) and navigate to the HKEY_CLASSES_ROOT\.html key.

Check the value of the (Default) parameter. The htmlfile should be specified here. In my case, the value is set to FirefoxHTML, which needs to be changed to htmlfile.

Third-party browsers break HTML associations in the registry.

Change the parameter value manually or via the REG file:

Windows Registry Editor Version 5.00 
[HKEY_CLASSES_ROOT\.html] @="htmlfile"
"Content Type"="text/html" "PerceivedType"="text"

reg file htmlfile

Then go to the HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell\open\command reg key. Verify that the value of the (Default) parameter contains the following path to the Internet Explorer executable.

"C:\Program Files\Internet Explorer\iexplore.exe" %1

iexplore.exe in registry htmlfile\shell\open\command

Create the specified registry parameters manually if they are missing.

Also, check that the following registry keys have the htmlfile value set by default:

HKEY_CLASSES_ROOT\.html
HKEY_CLASSES_ROOT\.htm
HKEY_CURRENT_USER\Software\Classes\.html
HKEY_CURRENT_USER\Software\Classes\.htm

And shtmlfile in:

HKEY_CLASSES_ROOT\.shtml
HKEY_CURRENT_USER\Software\Classes\.shtml

Restart the computer after making changes to the registry.

Internet Explorer 11 is available as an optional feature on demand in Windows 11 and 10 under the Feature on Demand (FoD) concept. Therefore, if you have disabled or uninstalled Internet Explorer, an error will appear when you open links from Office apps. Check that the “Internet Explorer 11” feature is turned on in the Windows Features dialog (optionalfeatures.exe). Or use the command:

Get-WindowsOptionalFeature -Online –FeatureName Internet-Explorer-Optional-amd64

Enable Windows feature Internet Explorer 11

Turn on the component if it is turned off.

If you don’t want to enable IE11, change the value in HKEY_LOCAL_MACHINE\SOFTWARE\Classes\htmlfile\shell\open\command

From: "C:\Program Files\Internet Explorer\iexplore.exe" %1

To: "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" %1

0 comment
0
Facebook Twitter Google + Pinterest
Microsoft OfficeQuestions and Answers
previous post
Fix: Microsoft Defender Not Updating Automatically in Windows
next post
Find a Process Causing High Disk Usage on Windows

Related Reading

Fix: Signature Button Not Working in Outlook 2019/2016/365

March 11, 2024

Automatic Outlook User Profile Configuration with ZeroConfigExchange

May 21, 2024

Rollback Microsoft Office to an Earlier Version After...

December 10, 2024

How to Manually Configure Exchange or Microsoft 365...

March 17, 2024

Outlook: Your Server Does Not Support the Connection...

March 11, 2024

Deploying Microsoft Office Language Packs

March 13, 2024

Microsoft Key Management Service (KMS) Volume Activation FAQs

June 1, 2023

Hardware Graphics Acceleration Causes Visual Glitches in Microsoft...

December 23, 2024

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • Fix: Microsoft Defender Not Updating Automatically in Windows

    July 8, 2025
  • Create a Windows Server VM on Proxmox (Step-by-Step)

    July 7, 2025
  • How to Detect Which User Installed or Removed a Program on Windows

    June 23, 2025
  • Encrypt Any Client-Server App Traffic on Windows with Stunnel

    June 12, 2025
  • Failed to Open the Group Policy Object on a Computer

    June 2, 2025
  • Remote Desktop Printing with RD Easy Print Redirection

    June 2, 2025
  • Disable the Lock Screen Widgets in Windows 11

    May 26, 2025
  • Configuring Windows Protected Print Mode (WPP)

    May 19, 2025
  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Automatic Outlook User Profile Configuration with ZeroConfigExchange
  • How to Copy/Paste to MS Word without Losing Formatting
  • How to Read Outlook Emails with PowerShell
  • Rollback Microsoft Office to an Earlier Version After an Update
  • Hardware Graphics Acceleration Causes Visual Glitches in Microsoft Office Apps
  • Remove ‘Your License isn’t Genuine’ Banner in MS Office
  • How to Recall a Sent Email in Outlook (on Exchange and Microsoft 365)
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top