How to disable hyperlink warning messages in Office 2003 (829072)



The information in this article applies to:

  • Microsoft Office Professional Edition 2003
  • Microsoft Office Excel 2003
  • Microsoft Office FrontPage 2003
  • Microsoft Office Outlook 2003
  • Microsoft Office PowerPoint 2003
  • Microsoft Office Publisher 2003
  • Microsoft Office Word 2003
  • Microsoft Office Standard Edition 2003
  • Microsoft Office Student and Teachers Edition 2003
  • Microsoft Office Small Business Edition 2003
  • Microsoft Office Basic Edition 2003
  • Microsoft Office Access 2003

Important This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:

256986 Description of the Microsoft Windows registry

INTRODUCTION

This step-by-step article describes how to prevent Microsoft Office 2003 programs from displaying a warning message every time that you click a hyperlink in an Office 2003 program.

MORE INFORMATION

In Office 2003, when you click a hyperlink or an object that links to an executable file, you may receive the following error message:
Opening path/filename.

Hyperlinks can be harmful to your computer and data. To protect your computer, click only those hyperlinks from trusted sources. Do you want to continue?
Note This behavior occurs regardless of your security level settings. To locate your security level settings, on the Tools menu, point to Macro, and then click Security. To disable the hyperlink warnings in Office 2003 when an HTTP:// or an FTP:// address is used, you must create a new registry subkey. To do this, follow these steps.

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
  1. Click Start, and then click Run.
  2. In the Open dialog box, type regedit, and then click OK.
  3. In Registry Editor, locate and then click one of the following registry subkeys:

    HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common

    HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Common

    Notes
    • You only have to modify one of these registry subkeys, not both of them.
    • If the HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Common registry subkey does not exist, you may have to manually create it.
  4. After you click the registry subkey, point to New on the Edit menu, and then click Key.
  5. Type Security, and then press ENTER to name the key.
  6. On the Edit menu, point to New, and then click DWORD Value.
  7. Type DisableHyperlinkWarning, and then press ENTER to name the entry.
  8. In the right pane, right-click DisableHyperlinkWarning, and then click Modify.
  9. In the Edit DWORD Value dialog box, click Decimal, and then type 1 under Value data.

    Note A value of 0 enables the hyperlink warning message, and a value of 1 disables the warning message.
  10. Click OK.
  11. Quit Registry Editor.
When you open either TIF graphics or Microsoft Document Imaging (MDI) files, you may receive the following warning message, even when you have already implemented the registry key in this article:
Opening path/filename.
Some files can contain viruses or otherwise be harmful to your computer.
It is important to be certain that this file is from a trustworthy source.
Would you like to open this file?
This additional warning message comes from HLINK.dll when link navigation is handled. You can differentiate the Microsoft Office hyperlink warning message from the HLINK warning message by looking for quotation marks around the file path in the warning message. The Office message contains quotation marks, the HLINK message does not. The warning message tries to determine if the file type itself is unsafe by checking the extension, progid, classid, and mime type of the document.

Note You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the methods that are descibed in this article, use one of the following methods to resolve this issue.

Method 1: Turn off the "Confirm open after download" option for the file type that you are trying to open

To do this, follow these steps:
  1. Double-click My Computer.
  2. On the Tools menu, click Folder Options.
  3. On the File Types tab, select the appropriate file extension (for example, WMV) in the Registered File Types box, then click the Advanced button.
  4. Click to clear the Confirm open after download check box, then click the OK button.
  5. Click the Close button on the Folder Options dialog box.

Method 2: Disable the warning message by modifying the HKEY_CLASSES_ROOT\WMVFile\EditFlags registry subkey

Use this method if the warning message affects multiple computers. To disable the warning message, follow these steps.

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry subkey:

    HKEY_CLASSES_ROOT\WMVFile\EditFlags

  3. Click the EditFlags DWORD value, and then click Rename on the Edit menu.
  4. Type a new name for the DWORD value, and then press ENTER.
  5. On the Edit menu, point to New, and then click DWORD value.
  6. Type EditFlags, and then press ENTER.
  7. On the Edit menu, click Modify.
  8. Type 10000 (Hexadecimal), and then click OK.
To re-enable the warning message, follow these steps.

Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
  1. Click Start, click Run, type regedit, and then click OK.
  2. Locate and then click the following registry subkey:

    HKEY_CLASSES_ROOT\WMVFile\EditFlags

  3. Click EditFlags, and then click Modify on the Edit menu.
  4. Type 0 (Hexadecimal), and then click OK.

Modification Type:MinorLast Reviewed:2/10/2006
Keywords:kberrmsg kbhowto KB829072 kbAudEndUser