A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
On newer Office versions, the hyperlink warning behavior is controlled differently than on the older installations where the prompts still appear. The available controls are:
- Global registry switch for hyperlink warnings
- Check that the global setting is not disabling the warning:
- Open regedit.
- Go to:
HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Security - Verify the
DisableHyperlinkWarningvalue:-
0= warnings enabled -
1= warnings disabled
-
- If the value exists and is
1, change it to0.
- Check that the global setting is not disabling the warning:
- Protocol‑specific trust configuration
- If the protocols used in the hyperlinks (for example,
https://) are configured as trusted, Excel will not show warnings. - Check:
-
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\Common\Security\Trusted Protocols\All Applications
-
- Under
All Applications, each subkey name is a protocol (for example,https:ornotes:). Any protocol listed here is treated as trusted and will not trigger warnings. - To restore warnings for a protocol, delete its key under
All Applications.
- If the protocols used in the hyperlinks (for example,
- HLINK/CLSID‑based warning behavior
- If the standard Office hyperlink warning has been disabled but a separate Windows/HLINK warning is still desired, the
EditFlagsvalue for the file type’s CLSID can be used:- In regedit, go to
HKEY_CLASSES_ROOT\<CLSID>for the file type (for example,HKEY_CLASSES_ROOT\WMVFilefor.wmv). - Rename any existing
EditFlagstoOldEditFlags. - Create a new DWORD (32‑bit) value named
EditFlags. - Set it to Hexadecimal
10000to suppress the HLINK warning, or to 0 to re‑enable it.
- In regedit, go to
- This affects the Windows‑level warning, not the Office‑specific one, but if the new machine has different
EditFlagsvalues than the older devices, the behavior will differ.
- If the standard Office hyperlink warning has been disabled but a separate Windows/HLINK warning is still desired, the
- Trust Center options (only for Office 2013/2010)
- For Office 2013 and 2010, the setting Check Microsoft Office documents that are from or link to suspicious Web sites under File → Options → Trust Center → Trust Center Settings → Privacy Options controls alerts about suspicious links.
- The documentation notes that this option is not available in versions of Microsoft Office newer than 2013, which explains why the same UI‑based control is missing or behaves differently on a newer Office build.
Given that:
- Older devices show warnings for the same files, and
- Newer Office versions remove or change some Trust Center controls,
the difference in behavior is expected between the old and new Office versions. On the new laptop, hyperlink warnings can only be influenced via the registry paths above. If DisableHyperlinkWarning is already 0 and no protocols are listed under Trusted Protocols\All Applications, the newer Office build will open standard http/https links without the legacy warning prompt, and this behavior cannot be reverted through supported settings beyond those registry keys.
References: