| Home | Forums | Reviews | Articles | Register |
![]() |
| Thread Tools | Rate Thread |
|
jmedd
Guest
Posts: n/a
|
Outlook 2007 SP1
When a user receieves an email with a link to a pdf file on the Intranet site, e.g. http://intranet/document.pdf they receive a warning "Microsoft Office has identified a potential security concern. This location may be unsafe. blocked::http://intranet/document.pdf Hyperlinks can be harmful to your computer...... Do you want to continue?" If they choose Yes to continue they are either given an error 'Access is denied' or 'The parameter is incorrect' message. Clicking on links to other types of documents (xls, zip) and external websites such as www.microsoft.com work fine. Anyone have any ideas? |
|
||
|
||||
|
|
|
| |
|
garfield-n-odie [MVP]
Guest
Posts: n/a
|
See http://support.microsoft.com/?kbid=310049 "You receive an error
message when you click a hyperlink in Outlook". jmedd wrote: > Outlook 2007 SP1 > > When a user receieves an email with a link to a pdf file on the Intranet > site, e.g. > > http://intranet/document.pdf > > they receive a warning "Microsoft Office has identified a potential security > concern. This location may be unsafe. > > blocked::http://intranet/document.pdf > > Hyperlinks can be harmful to your computer...... > > Do you want to continue?" > > > If they choose Yes to continue they are either given an error 'Access is > denied' or 'The parameter is incorrect' message. > > > Clicking on links to other types of documents (xls, zip) and external > websites such as www.microsoft.com work fine. > > Anyone have any ideas? |
|
||
|
||||
|
Emily Lin
Guest
Posts: n/a
|
Hi,
It is mostly related to the hyperlink warnings in Outlook 2007. Follow the steps below to resolve the issue. #1 Disable hyperlink warnings for 2007 Office programs ============ To disable the hyperlink warnings in 2007 Office programs when an http:// address or an ftp:// address is used, you must create a new registry subkey. To do this, follow these steps: 1. Click Start, and then click Run. 2. In the Open dialog box, type regedit, and then click OK. 3. In Registry Editor, locate one of the following registry subkeys: o HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common o HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Common Note You only have to modify one of these registry subkeys. You do not have to modify both of them. 4. 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. A value of 1 disables the hyperlink warning message. 10. Click OK. 11. Exit Registry Editor. If you still receive a warning message You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the steps above, use one of the following methods to resolve the issue. #2 Turn off the "Confirm open after download" option for the file type that you are trying to open ================ 1. Double-click My Computer. 2. On the Tools menu, click Folder Options. 3. On the File Types tab, select the appropriate file name extension (for example, WMV) in the Registered File Types box, and then click Advanced. 4. Click to clear the Confirm open after download check box, and then click OK. 5. In the Folder Options dialog box, click Close. #3 Modify 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: 1. Click Start, click Run, type regedit, and then click OK. 2. Locate the following registry subkey: HKEY_CLASSES_ROOT\WMVFile\EditFlags 3. Click EditFlags, and then click Rename on the Edit menu. 4. Type OldEditFlags, 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. In the Edit DWORD Value dialog box, click Hexadecimal under Base. 9. Type 10000, and then click OK. For detail information, refer to the following KB article. How to disable hyperlink warning messages in 2007 Office programs http://support.microsoft.com/?kbid=925757 If anything is unclear or if you have any other concerns, please don't hesitate to contact me. Regards, Emily Lin Microsoft Online Partner Support Get Secure! - www.microsoft.com/security ==================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ==================================================== This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- >Thread-Topic: Blocked hyperlinks in Outlook 2007 >thread-index: AchOBQ56HfYIvZZ7QGipEr3i3aFzeQ== >X-WBNR-Posting-Host: 207.46.192.207 >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> >Subject: Blocked hyperlinks in Outlook 2007 >Date: Thu, 3 Jan 2008 04:35:00 -0800 >Lines: 25 >Message-ID: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> >MIME-Version: 1.0 >Content-Type: text/plain; > charset="Utf-8" >Content-Transfer-Encoding: 7bit >X-Newsreader: Microsoft CDO for Windows 2000 >Content-Class: urn:content-classes:message >Importance: normal >Priority: normal >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 >Newsgroups: microsoft.public.outlook.general >Path: TK2MSFTNGHUB02.phx.gbl >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97435 >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 >X-Tomcat-NG: microsoft.public.outlook.general > >Outlook 2007 SP1 > >When a user receieves an email with a link to a pdf file on the Intranet >site, e.g. > >http://intranet/document.pdf > >they receive a warning "Microsoft Office has identified a potential security >concern. This location may be unsafe. > >blocked::http://intranet/document.pdf > >Hyperlinks can be harmful to your computer...... > >Do you want to continue?" > > >If they choose Yes to continue they are either given an error 'Access is >denied' or 'The parameter is incorrect' message. > > >Clicking on links to other types of documents (xls, zip) and external >websites such as www.microsoft.com work fine. > >Anyone have any ideas? > |
|
||
|
||||
|
jmedd
Guest
Posts: n/a
|
Thanks for the response.
I already tried the suggestion in that article, which does correctly suppress the hyperlink warning, but the attachment still does not open. You receive the same errors, 'Access is denied' or 'The parameter is incorrect' message. "Emily Lin" wrote: > Hi, > > It is mostly related to the hyperlink warnings in Outlook 2007. Follow the steps below to resolve the issue. > > #1 Disable hyperlink warnings for 2007 Office programs > ============ > To disable the hyperlink warnings in 2007 Office programs when an http:// address or an ftp:// address is used, you must create a new > registry subkey. To do this, follow these steps: > 1. Click Start, and then click Run. > 2. In the Open dialog box, type regedit, and then click OK. > 3. In Registry Editor, locate one of the following registry subkeys: > o HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common > o HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Common > Note You only have to modify one of these registry subkeys. You do not have to modify both of them. > 4. 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. A value of 1 disables the hyperlink warning message. > 10. Click OK. > 11. Exit Registry Editor. > > If you still receive a warning message > > You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the > steps above, use one of the following methods to resolve the issue. > > #2 Turn off the "Confirm open after download" option for the file type that you are trying to open > ================ > 1. Double-click My Computer. > 2. On the Tools menu, click Folder Options. > 3. On the File Types tab, select the appropriate file name extension (for example, WMV) in the Registered File Types box, and then > click Advanced. > 4. Click to clear the Confirm open after download check box, and then click OK. > 5. In the Folder Options dialog box, click Close. > > #3 Modify 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: > 1. Click Start, click Run, type regedit, and then click OK. > 2. Locate the following registry subkey: > HKEY_CLASSES_ROOT\WMVFile\EditFlags > 3. Click EditFlags, and then click Rename on the Edit menu. > 4. Type OldEditFlags, 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. In the Edit DWORD Value dialog box, click Hexadecimal under Base. > 9. Type 10000, and then click OK. > > For detail information, refer to the following KB article. > > How to disable hyperlink warning messages in 2007 Office programs > http://support.microsoft.com/?kbid=925757 > > If anything is unclear or if you have any other concerns, please don't hesitate to contact me. > > Regards, > > Emily Lin > > Microsoft Online Partner Support > Get Secure! - www.microsoft.com/security > ==================================================== > When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. > ==================================================== > This posting is provided "AS IS" with no warranties, and confers no rights. > > -------------------- > >Thread-Topic: Blocked hyperlinks in Outlook 2007 > >thread-index: AchOBQ56HfYIvZZ7QGipEr3i3aFzeQ== > >X-WBNR-Posting-Host: 207.46.192.207 > >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> > >Subject: Blocked hyperlinks in Outlook 2007 > >Date: Thu, 3 Jan 2008 04:35:00 -0800 > >Lines: 25 > >Message-ID: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> > >MIME-Version: 1.0 > >Content-Type: text/plain; > > charset="Utf-8" > >Content-Transfer-Encoding: 7bit > >X-Newsreader: Microsoft CDO for Windows 2000 > >Content-Class: urn:content-classes:message > >Importance: normal > >Priority: normal > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 > >Newsgroups: microsoft.public.outlook.general > >Path: TK2MSFTNGHUB02.phx.gbl > >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97435 > >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 > >X-Tomcat-NG: microsoft.public.outlook.general > > > >Outlook 2007 SP1 > > > >When a user receieves an email with a link to a pdf file on the Intranet > >site, e.g. > > > >http://intranet/document.pdf > > > >they receive a warning "Microsoft Office has identified a potential security > >concern. This location may be unsafe. > > > >blocked::http://intranet/document.pdf > > > >Hyperlinks can be harmful to your computer...... > > > >Do you want to continue?" > > > > > >If they choose Yes to continue they are either given an error 'Access is > >denied' or 'The parameter is incorrect' message. > > > > > >Clicking on links to other types of documents (xls, zip) and external > >websites such as www.microsoft.com work fine. > > > >Anyone have any ideas? > > > > > |
|
||
|
||||
|
harrykrishna.nospam@online.ie
Guest
Posts: n/a
|
jmedd <(E-Mail Removed)> wrote:
>Thanks for the response. > >I already tried the suggestion in that article, which does correctly >suppress the hyperlink warning, but the attachment still does not open. You >receive the same errors, 'Access is denied' or 'The parameter is incorrect' >message. > > >"Emily Lin" wrote: > >> Hi, >> >> It is mostly related to the hyperlink warnings in Outlook 2007. Follow the steps below to resolve the issue. >> >> #1 Disable hyperlink warnings for 2007 Office programs >> ============ >> To disable the hyperlink warnings in 2007 Office programs when an http:// address or an ftp:// address is used, you must create a new >> registry subkey. To do this, follow these steps: >> 1. Click Start, and then click Run. >> 2. In the Open dialog box, type regedit, and then click OK. >> 3. In Registry Editor, locate one of the following registry subkeys: >> o HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common >> o HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Common >> Note You only have to modify one of these registry subkeys. You do not have to modify both of them. >> 4. 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. A value of 1 disables the hyperlink warning message. >> 10. Click OK. >> 11. Exit Registry Editor. >> >> If you still receive a warning message >> >> You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the >> steps above, use one of the following methods to resolve the issue. >> >> #2 Turn off the "Confirm open after download" option for the file type that you are trying to open >> ================ >> 1. Double-click My Computer. >> 2. On the Tools menu, click Folder Options. >> 3. On the File Types tab, select the appropriate file name extension (for example, WMV) in the Registered File Types box, and then >> click Advanced. >> 4. Click to clear the Confirm open after download check box, and then click OK. >> 5. In the Folder Options dialog box, click Close. >> >> #3 Modify 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: >> 1. Click Start, click Run, type regedit, and then click OK. >> 2. Locate the following registry subkey: >> HKEY_CLASSES_ROOT\WMVFile\EditFlags >> 3. Click EditFlags, and then click Rename on the Edit menu. >> 4. Type OldEditFlags, 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. In the Edit DWORD Value dialog box, click Hexadecimal under Base. >> 9. Type 10000, and then click OK. >> >> For detail information, refer to the following KB article. >> >> How to disable hyperlink warning messages in 2007 Office programs >> http://support.microsoft.com/?kbid=925757 >> >> If anything is unclear or if you have any other concerns, please don't hesitate to contact me. >> >> Regards, >> >> Emily Lin >> >> Microsoft Online Partner Support >> Get Secure! - www.microsoft.com/security >> ==================================================== >> When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. >> ==================================================== >> This posting is provided "AS IS" with no warranties, and confers no rights. >> >> -------------------- >> >Thread-Topic: Blocked hyperlinks in Outlook 2007 >> >thread-index: AchOBQ56HfYIvZZ7QGipEr3i3aFzeQ== >> >X-WBNR-Posting-Host: 207.46.192.207 >> >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> >> >Subject: Blocked hyperlinks in Outlook 2007 >> >Date: Thu, 3 Jan 2008 04:35:00 -0800 >> >Lines: 25 >> >Message-ID: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> >> >MIME-Version: 1.0 >> >Content-Type: text/plain; >> > charset="Utf-8" >> >Content-Transfer-Encoding: 7bit >> >X-Newsreader: Microsoft CDO for Windows 2000 >> >Content-Class: urn:content-classes:message >> >Importance: normal >> >Priority: normal >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 >> >Newsgroups: microsoft.public.outlook.general >> >Path: TK2MSFTNGHUB02.phx.gbl >> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97435 >> >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 >> >X-Tomcat-NG: microsoft.public.outlook.general >> > >> >Outlook 2007 SP1 >> > >> >When a user receieves an email with a link to a pdf file on the Intranet >> >site, e.g. >> > >> >http://intranet/document.pdf >> > >> >they receive a warning "Microsoft Office has identified a potential security >> >concern. This location may be unsafe. >> > >> >blocked::http://intranet/document.pdf >> > >> >Hyperlinks can be harmful to your computer...... >> > >> >Do you want to continue?" >> > >> > >> >If they choose Yes to continue they are either given an error 'Access is >> >denied' or 'The parameter is incorrect' message. >> > >> > >> >Clicking on links to other types of documents (xls, zip) and external >> >websites such as www.microsoft.com work fine. >> > >> >Anyone have any ideas? >> > >> >> >> Hi there. We experienced the same issue a while ago, and actually obtained a HotFix from Microsoft. The file was called "office-kb941275-fullfile-x86-glb.exe" so perhaps you can get the same from MS. Ho[e this helps... Ha®®y (E-Mail Removed) |
|
||
|
||||
|
jmedd
Guest
Posts: n/a
|
Thanks for the info.
I checked and KB941275 is publically not available at the moment because either it is in draft or being re-written. Since this is not a major issue for us I'll wait for it to become available. "(E-Mail Removed)" wrote: > jmedd <(E-Mail Removed)> wrote: > > >Thanks for the response. > > > >I already tried the suggestion in that article, which does correctly > >suppress the hyperlink warning, but the attachment still does not open. You > >receive the same errors, 'Access is denied' or 'The parameter is incorrect' > >message. > > > > > >"Emily Lin" wrote: > > > >> Hi, > >> > >> It is mostly related to the hyperlink warnings in Outlook 2007. Follow the steps below to resolve the issue. > >> > >> #1 Disable hyperlink warnings for 2007 Office programs > >> ============ > >> To disable the hyperlink warnings in 2007 Office programs when an http:// address or an ftp:// address is used, you must create a new > >> registry subkey. To do this, follow these steps: > >> 1. Click Start, and then click Run. > >> 2. In the Open dialog box, type regedit, and then click OK. > >> 3. In Registry Editor, locate one of the following registry subkeys: > >> o HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common > >> o HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Common > >> Note You only have to modify one of these registry subkeys. You do not have to modify both of them. > >> 4. 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. A value of 1 disables the hyperlink warning message. > >> 10. Click OK. > >> 11. Exit Registry Editor. > >> > >> If you still receive a warning message > >> > >> You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the > >> steps above, use one of the following methods to resolve the issue. > >> > >> #2 Turn off the "Confirm open after download" option for the file type that you are trying to open > >> ================ > >> 1. Double-click My Computer. > >> 2. On the Tools menu, click Folder Options. > >> 3. On the File Types tab, select the appropriate file name extension (for example, WMV) in the Registered File Types box, and then > >> click Advanced. > >> 4. Click to clear the Confirm open after download check box, and then click OK. > >> 5. In the Folder Options dialog box, click Close. > >> > >> #3 Modify 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: > >> 1. Click Start, click Run, type regedit, and then click OK. > >> 2. Locate the following registry subkey: > >> HKEY_CLASSES_ROOT\WMVFile\EditFlags > >> 3. Click EditFlags, and then click Rename on the Edit menu. > >> 4. Type OldEditFlags, 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. In the Edit DWORD Value dialog box, click Hexadecimal under Base. > >> 9. Type 10000, and then click OK. > >> > >> For detail information, refer to the following KB article. > >> > >> How to disable hyperlink warning messages in 2007 Office programs > >> http://support.microsoft.com/?kbid=925757 > >> > >> If anything is unclear or if you have any other concerns, please don't hesitate to contact me. > >> > >> Regards, > >> > >> Emily Lin > >> > >> Microsoft Online Partner Support > >> Get Secure! - www.microsoft.com/security > >> ==================================================== > >> When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. > >> ==================================================== > >> This posting is provided "AS IS" with no warranties, and confers no rights. > >> > >> -------------------- > >> >Thread-Topic: Blocked hyperlinks in Outlook 2007 > >> >thread-index: AchOBQ56HfYIvZZ7QGipEr3i3aFzeQ== > >> >X-WBNR-Posting-Host: 207.46.192.207 > >> >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> > >> >Subject: Blocked hyperlinks in Outlook 2007 > >> >Date: Thu, 3 Jan 2008 04:35:00 -0800 > >> >Lines: 25 > >> >Message-ID: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> > >> >MIME-Version: 1.0 > >> >Content-Type: text/plain; > >> > charset="Utf-8" > >> >Content-Transfer-Encoding: 7bit > >> >X-Newsreader: Microsoft CDO for Windows 2000 > >> >Content-Class: urn:content-classes:message > >> >Importance: normal > >> >Priority: normal > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 > >> >Newsgroups: microsoft.public.outlook.general > >> >Path: TK2MSFTNGHUB02.phx.gbl > >> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97435 > >> >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 > >> >X-Tomcat-NG: microsoft.public.outlook.general > >> > > >> >Outlook 2007 SP1 > >> > > >> >When a user receieves an email with a link to a pdf file on the Intranet > >> >site, e.g. > >> > > >> >http://intranet/document.pdf > >> > > >> >they receive a warning "Microsoft Office has identified a potential security > >> >concern. This location may be unsafe. > >> > > >> >blocked::http://intranet/document.pdf > >> > > >> >Hyperlinks can be harmful to your computer...... > >> > > >> >Do you want to continue?" > >> > > >> > > >> >If they choose Yes to continue they are either given an error 'Access is > >> >denied' or 'The parameter is incorrect' message. > >> > > >> > > >> >Clicking on links to other types of documents (xls, zip) and external > >> >websites such as www.microsoft.com work fine. > >> > > >> >Anyone have any ideas? > >> > > >> > >> > >> > > > Hi there. We experienced the same issue a while ago, and actually > obtained a HotFix from Microsoft. > > The file was called "office-kb941275-fullfile-x86-glb.exe" so perhaps > you can get the same from MS. > > Ho[e this helps... > > Ha®®y > > (E-Mail Removed) > |
|
||
|
||||
|
harrykrishna.nospam@online.ie
Guest
Posts: n/a
|
No worries.
It's definitely the one as we had the exact same symptoms. Annoying, but not (as you say) a major issue... jmedd <(E-Mail Removed)> wrote: >Thanks for the info. > >I checked and KB941275 is publically not available at the moment because >either it is in draft or being re-written. Since this is not a major issue >for us I'll wait for it to become available. > > > >"(E-Mail Removed)" wrote: > >> jmedd <(E-Mail Removed)> wrote: >> >> >Thanks for the response. >> > >> >I already tried the suggestion in that article, which does correctly >> >suppress the hyperlink warning, but the attachment still does not open. You >> >receive the same errors, 'Access is denied' or 'The parameter is incorrect' >> >message. >> > >> > >> >"Emily Lin" wrote: >> > >> >> Hi, >> >> >> >> It is mostly related to the hyperlink warnings in Outlook 2007. Follow the steps below to resolve the issue. >> >> >> >> #1 Disable hyperlink warnings for 2007 Office programs >> >> ============ >> >> To disable the hyperlink warnings in 2007 Office programs when an http:// address or an ftp:// address is used, you must create a new >> >> registry subkey. To do this, follow these steps: >> >> 1. Click Start, and then click Run. >> >> 2. In the Open dialog box, type regedit, and then click OK. >> >> 3. In Registry Editor, locate one of the following registry subkeys: >> >> o HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common >> >> o HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Common >> >> Note You only have to modify one of these registry subkeys. You do not have to modify both of them. >> >> 4. 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. A value of 1 disables the hyperlink warning message. >> >> 10. Click OK. >> >> 11. Exit Registry Editor. >> >> >> >> If you still receive a warning message >> >> >> >> You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the >> >> steps above, use one of the following methods to resolve the issue. >> >> >> >> #2 Turn off the "Confirm open after download" option for the file type that you are trying to open >> >> ================ >> >> 1. Double-click My Computer. >> >> 2. On the Tools menu, click Folder Options. >> >> 3. On the File Types tab, select the appropriate file name extension (for example, WMV) in the Registered File Types box, and then >> >> click Advanced. >> >> 4. Click to clear the Confirm open after download check box, and then click OK. >> >> 5. In the Folder Options dialog box, click Close. >> >> >> >> #3 Modify 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: >> >> 1. Click Start, click Run, type regedit, and then click OK. >> >> 2. Locate the following registry subkey: >> >> HKEY_CLASSES_ROOT\WMVFile\EditFlags >> >> 3. Click EditFlags, and then click Rename on the Edit menu. >> >> 4. Type OldEditFlags, 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. In the Edit DWORD Value dialog box, click Hexadecimal under Base. >> >> 9. Type 10000, and then click OK. >> >> >> >> For detail information, refer to the following KB article. >> >> >> >> How to disable hyperlink warning messages in 2007 Office programs >> >> http://support.microsoft.com/?kbid=925757 >> >> >> >> If anything is unclear or if you have any other concerns, please don't hesitate to contact me. >> >> >> >> Regards, >> >> >> >> Emily Lin >> >> >> >> Microsoft Online Partner Support >> >> Get Secure! - www.microsoft.com/security >> >> ==================================================== >> >> When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. >> >> ==================================================== >> >> This posting is provided "AS IS" with no warranties, and confers no rights. >> >> >> >> -------------------- >> >> >Thread-Topic: Blocked hyperlinks in Outlook 2007 >> >> >thread-index: AchOBQ56HfYIvZZ7QGipEr3i3aFzeQ== >> >> >X-WBNR-Posting-Host: 207.46.192.207 >> >> >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> >> >> >Subject: Blocked hyperlinks in Outlook 2007 >> >> >Date: Thu, 3 Jan 2008 04:35:00 -0800 >> >> >Lines: 25 >> >> >Message-ID: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> >> >> >MIME-Version: 1.0 >> >> >Content-Type: text/plain; >> >> > charset="Utf-8" >> >> >Content-Transfer-Encoding: 7bit >> >> >X-Newsreader: Microsoft CDO for Windows 2000 >> >> >Content-Class: urn:content-classes:message >> >> >Importance: normal >> >> >Priority: normal >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 >> >> >Newsgroups: microsoft.public.outlook.general >> >> >Path: TK2MSFTNGHUB02.phx.gbl >> >> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97435 >> >> >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 >> >> >X-Tomcat-NG: microsoft.public.outlook.general >> >> > >> >> >Outlook 2007 SP1 >> >> > >> >> >When a user receieves an email with a link to a pdf file on the Intranet >> >> >site, e.g. >> >> > >> >> >http://intranet/document.pdf >> >> > >> >> >they receive a warning "Microsoft Office has identified a potential security >> >> >concern. This location may be unsafe. >> >> > >> >> >blocked::http://intranet/document.pdf >> >> > >> >> >Hyperlinks can be harmful to your computer...... >> >> > >> >> >Do you want to continue?" >> >> > >> >> > >> >> >If they choose Yes to continue they are either given an error 'Access is >> >> >denied' or 'The parameter is incorrect' message. >> >> > >> >> > >> >> >Clicking on links to other types of documents (xls, zip) and external >> >> >websites such as www.microsoft.com work fine. >> >> > >> >> >Anyone have any ideas? >> >> > >> >> >> >> >> >> >> >> >> Hi there. We experienced the same issue a while ago, and actually >> obtained a HotFix from Microsoft. >> >> The file was called "office-kb941275-fullfile-x86-glb.exe" so perhaps >> you can get the same from MS. >> >> Ho[e this helps... >> >> Ha®®y >> >> (E-Mail Removed) >> Ha®®y (E-Mail Removed) |
|
||
|
||||
|
Emily Lin
Guest
Posts: n/a
|
Hi,
Thanks for your reply. Yes, the hotfix - 941275 may fix this issue. However, it is not publicly available and it is not fully tested. When the hotfix is published, you can use the "hotfix online submission" service to request this hotfix 941275: http://support.microsoft.com/gp/CUHo...ngPage_Request. After completing the relevant info (such as KB ID, product and language) and providing a valid email address, please click the Submit button. A Microsoft professional will respond to you via e-mail within 8 business hours. In case the product hasn't been covered yet or you encounter any difficulties when accessing that web site, please don't hesitate to drop me an update in newsgroup and I will respond. If the requested hotfix does not resolve the issue, we can continue to work on it here in the newsgroup. If you have any feedback on this hotfix online submission service, we'd appreciate your comments to the partner feedback newsgroup: For NNTP readers: Microsoft.private.directaccess.partnerfeedback For web interface: Partner Feedback If you have any other questions or concerns, please do not hesitate to contact me. It is always my pleasure to be of assistance. Have a nice day! Emily Lin, Microsoft Online Partner Support Get Secure! - www.microsoft.com/security ====================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from this issue. ====================================================== This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- >Thread-Topic: Blocked hyperlinks in Outlook 2007 >thread-index: AchOt1ABbxuzfej+TnWTidcHYdfASw== >X-WBNR-Posting-Host: 207.46.193.207 >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> >References: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> <(E-Mail Removed)> >Subject: RE: Blocked hyperlinks in Outlook 2007 >Date: Fri, 4 Jan 2008 01:51:00 -0800 >Lines: 136 >Message-ID: <6CD9AA6C-D000-4434-ABFC-(E-Mail Removed)> >MIME-Version: 1.0 >Content-Type: text/plain; > charset="Utf-8" >Content-Transfer-Encoding: 7bit >X-Newsreader: Microsoft CDO for Windows 2000 >Content-Class: urn:content-classes:message >Importance: normal >Priority: normal >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 >Newsgroups: microsoft.public.outlook.general >Path: TK2MSFTNGHUB02.phx.gbl >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97716 >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 >X-Tomcat-NG: microsoft.public.outlook.general > >Thanks for the response. > >I already tried the suggestion in that article, which does correctly >suppress the hyperlink warning, but the attachment still does not open. You >receive the same errors, 'Access is denied' or 'The parameter is incorrect' >message. > > >"Emily Lin" wrote: > >> Hi, >> >> It is mostly related to the hyperlink warnings in Outlook 2007. Follow the steps below to resolve the issue. >> >> #1 Disable hyperlink warnings for 2007 Office programs >> ============ >> To disable the hyperlink warnings in 2007 Office programs when an http:// address or an ftp:// address is used, you must create a new >> registry subkey. To do this, follow these steps: >> 1. Click Start, and then click Run. >> 2. In the Open dialog box, type regedit, and then click OK. >> 3. In Registry Editor, locate one of the following registry subkeys: >> o HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common >> o HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Common >> Note You only have to modify one of these registry subkeys. You do not have to modify both of them. >> 4. 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. A value of 1 disables the hyperlink warning message. >> 10. Click OK. >> 11. Exit Registry Editor. >> >> If you still receive a warning message >> >> You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the >> steps above, use one of the following methods to resolve the issue. >> >> #2 Turn off the "Confirm open after download" option for the file type that you are trying to open >> ================ >> 1. Double-click My Computer. >> 2. On the Tools menu, click Folder Options. >> 3. On the File Types tab, select the appropriate file name extension (for example, WMV) in the Registered File Types box, and then >> click Advanced. >> 4. Click to clear the Confirm open after download check box, and then click OK. >> 5. In the Folder Options dialog box, click Close. >> >> #3 Modify 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: >> 1. Click Start, click Run, type regedit, and then click OK. >> 2. Locate the following registry subkey: >> HKEY_CLASSES_ROOT\WMVFile\EditFlags >> 3. Click EditFlags, and then click Rename on the Edit menu. >> 4. Type OldEditFlags, 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. In the Edit DWORD Value dialog box, click Hexadecimal under Base. >> 9. Type 10000, and then click OK. >> >> For detail information, refer to the following KB article. >> >> How to disable hyperlink warning messages in 2007 Office programs >> http://support.microsoft.com/?kbid=925757 >> >> If anything is unclear or if you have any other concerns, please don't hesitate to contact me. >> >> Regards, >> >> Emily Lin >> >> Microsoft Online Partner Support >> Get Secure! - www.microsoft.com/security >> ==================================================== >> When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. >> ==================================================== >> This posting is provided "AS IS" with no warranties, and confers no rights. >> >> -------------------- >> >Thread-Topic: Blocked hyperlinks in Outlook 2007 >> >thread-index: AchOBQ56HfYIvZZ7QGipEr3i3aFzeQ== >> >X-WBNR-Posting-Host: 207.46.192.207 >> >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> >> >Subject: Blocked hyperlinks in Outlook 2007 >> >Date: Thu, 3 Jan 2008 04:35:00 -0800 >> >Lines: 25 >> >Message-ID: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> >> >MIME-Version: 1.0 >> >Content-Type: text/plain; >> > charset="Utf-8" >> >Content-Transfer-Encoding: 7bit >> >X-Newsreader: Microsoft CDO for Windows 2000 >> >Content-Class: urn:content-classes:message >> >Importance: normal >> >Priority: normal >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 >> >Newsgroups: microsoft.public.outlook.general >> >Path: TK2MSFTNGHUB02.phx.gbl >> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97435 >> >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 >> >X-Tomcat-NG: microsoft.public.outlook.general >> > >> >Outlook 2007 SP1 >> > >> >When a user receieves an email with a link to a pdf file on the Intranet >> >site, e.g. >> > >> >http://intranet/document.pdf >> > >> >they receive a warning "Microsoft Office has identified a potential security >> >concern. This location may be unsafe. >> > >> >blocked::http://intranet/document.pdf >> > >> >Hyperlinks can be harmful to your computer...... >> > >> >Do you want to continue?" >> > >> > >> >If they choose Yes to continue they are either given an error 'Access is >> >denied' or 'The parameter is incorrect' message. >> > >> > >> >Clicking on links to other types of documents (xls, zip) and external >> >websites such as www.microsoft.com work fine. >> > >> >Anyone have any ideas? >> > >> >> >> > |
|
||
|
||||
|
Ed Boyd (seaboyd@comcast.net)
Guest
Posts: n/a
|
Emily...
When I use your hyperlink to request the Hot Fix, I get a language question page...pick English...that takes me to another page that says procedures have changed and one must go to the applicable KB page and apply online request from that page. Problem...MS can't find KB941275?? So I try kb310049, just to get any kb page to request the hot fix. I must be pretty stupid but I don't see anywhere one requests for the hot fix. I even did a search for the actual hot fix file itself... "office-kb941275-fullfile-x86-glb.exe" and again MS search can't find! #$#@@$%#! "Emily Lin" wrote: > Hi, > > Thanks for your reply. > > Yes, the hotfix - 941275 may fix this issue. However, it is not publicly available and it is not fully tested. When the hotfix is published, > you can use the "hotfix online submission" service to request this hotfix 941275: > http://support.microsoft.com/gp/CUHo...ngPage_Request. > > After completing the relevant info (such as KB ID, product and language) and providing a valid email address, please click the Submit > button. A Microsoft professional will respond to you via e-mail within 8 business hours. > > In case the product hasn't been covered yet or you encounter any difficulties when accessing that web site, please don't hesitate to > drop me an update in newsgroup and I will respond. > > If the requested hotfix does not resolve the issue, we can continue to work on it here in the newsgroup. > > If you have any feedback on this hotfix online submission service, we'd appreciate your comments to the partner feedback newsgroup: > > For NNTP readers: Microsoft.private.directaccess.partnerfeedback > For web interface: Partner Feedback > > If you have any other questions or concerns, please do not hesitate to contact me. It is always my pleasure to be of assistance. > > Have a nice day! > > Emily Lin, > Microsoft Online Partner Support > > Get Secure! - www.microsoft.com/security > > ====================================================== > When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from this issue. > ====================================================== > This posting is provided "AS IS" with no warranties, and confers no rights. > > > > -------------------- > >Thread-Topic: Blocked hyperlinks in Outlook 2007 > >thread-index: AchOt1ABbxuzfej+TnWTidcHYdfASw== > >X-WBNR-Posting-Host: 207.46.193.207 > >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> > >References: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> <(E-Mail Removed)> > >Subject: RE: Blocked hyperlinks in Outlook 2007 > >Date: Fri, 4 Jan 2008 01:51:00 -0800 > >Lines: 136 > >Message-ID: <6CD9AA6C-D000-4434-ABFC-(E-Mail Removed)> > >MIME-Version: 1.0 > >Content-Type: text/plain; > > charset="Utf-8" > >Content-Transfer-Encoding: 7bit > >X-Newsreader: Microsoft CDO for Windows 2000 > >Content-Class: urn:content-classes:message > >Importance: normal > >Priority: normal > >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 > >Newsgroups: microsoft.public.outlook.general > >Path: TK2MSFTNGHUB02.phx.gbl > >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97716 > >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 > >X-Tomcat-NG: microsoft.public.outlook.general > > > >Thanks for the response. > > > >I already tried the suggestion in that article, which does correctly > >suppress the hyperlink warning, but the attachment still does not open. You > >receive the same errors, 'Access is denied' or 'The parameter is incorrect' > >message. > > > > > >"Emily Lin" wrote: > > > >> Hi, > >> > >> It is mostly related to the hyperlink warnings in Outlook 2007. Follow the steps below to resolve the issue. > >> > >> #1 Disable hyperlink warnings for 2007 Office programs > >> ============ > >> To disable the hyperlink warnings in 2007 Office programs when an http:// address or an ftp:// address is used, you must create a > new > >> registry subkey. To do this, follow these steps: > >> 1. Click Start, and then click Run. > >> 2. In the Open dialog box, type regedit, and then click OK. > >> 3. In Registry Editor, locate one of the following registry subkeys: > >> o HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common > >> o HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Common > >> Note You only have to modify one of these registry subkeys. You do not have to modify both of them. > >> 4. 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. A value of 1 disables the hyperlink warning message. > >> 10. Click OK. > >> 11. Exit Registry Editor. > >> > >> If you still receive a warning message > >> > >> You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the > >> steps above, use one of the following methods to resolve the issue. > >> > >> #2 Turn off the "Confirm open after download" option for the file type that you are trying to open > >> ================ > >> 1. Double-click My Computer. > >> 2. On the Tools menu, click Folder Options. > >> 3. On the File Types tab, select the appropriate file name extension (for example, WMV) in the Registered File Types box, and then > >> click Advanced. > >> 4. Click to clear the Confirm open after download check box, and then click OK. > >> 5. In the Folder Options dialog box, click Close. > >> > >> #3 Modify 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: > >> 1. Click Start, click Run, type regedit, and then click OK. > >> 2. Locate the following registry subkey: > >> HKEY_CLASSES_ROOT\WMVFile\EditFlags > >> 3. Click EditFlags, and then click Rename on the Edit menu. > >> 4. Type OldEditFlags, 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. In the Edit DWORD Value dialog box, click Hexadecimal under Base. > >> 9. Type 10000, and then click OK. > >> > >> For detail information, refer to the following KB article. > >> > >> How to disable hyperlink warning messages in 2007 Office programs > >> http://support.microsoft.com/?kbid=925757 > >> > >> If anything is unclear or if you have any other concerns, please don't hesitate to contact me. > >> > >> Regards, > >> > >> Emily Lin > >> > >> Microsoft Online Partner Support > >> Get Secure! - www.microsoft.com/security > >> ==================================================== > >> When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. > >> ==================================================== > >> This posting is provided "AS IS" with no warranties, and confers no rights. > >> > >> -------------------- > >> >Thread-Topic: Blocked hyperlinks in Outlook 2007 > >> >thread-index: AchOBQ56HfYIvZZ7QGipEr3i3aFzeQ== > >> >X-WBNR-Posting-Host: 207.46.192.207 > >> >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> > >> >Subject: Blocked hyperlinks in Outlook 2007 > >> >Date: Thu, 3 Jan 2008 04:35:00 -0800 > >> >Lines: 25 > >> >Message-ID: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> > >> >MIME-Version: 1.0 > >> >Content-Type: text/plain; > >> > charset="Utf-8" > >> >Content-Transfer-Encoding: 7bit > >> >X-Newsreader: Microsoft CDO for Windows 2000 > >> >Content-Class: urn:content-classes:message > >> >Importance: normal > >> >Priority: normal > >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 > >> >Newsgroups: microsoft.public.outlook.general > >> >Path: TK2MSFTNGHUB02.phx.gbl > >> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97435 > >> >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 > >> >X-Tomcat-NG: microsoft.public.outlook.general > >> > > >> >Outlook 2007 SP1 > >> > > >> >When a user receieves an email with a link to a pdf file on the Intranet > >> >site, e.g. > >> > > >> >http://intranet/document.pdf > >> > > >> >they receive a warning "Microsoft Office has identified a potential security > >> >concern. This location may be unsafe. > >> > > >> >blocked::http://intranet/document.pdf > >> > > >> >Hyperlinks can be harmful to your computer...... > >> > > >> >Do you want to continue?" > >> > > >> > > >> >If they choose Yes to continue they are either given an error 'Access is > >> >denied' or 'The parameter is incorrect' message. > >> > > >> > > >> >Clicking on links to other types of documents (xls, zip) and external > >> >websites such as www.microsoft.com work fine. > >> > > >> >Anyone have any ideas? > >> > > >> > >> > >> > > > > > |
|
||
|
||||
|
Emily Lin
Guest
Posts: n/a
|
Hi,
Sorry for not describing it in details. The hotfix 941275 is not published at present. So, it is normal that we cannot find it on the hotfix request website. If you would like to test this hotfix now, please let me know your email address. My email address is v-(E-Mail Removed). Note: The hotfix is not publised and full tested. If anything is unclear or if you have any other concerns, please don't hesitate to contact me. Sincerely, Emily Lin, Microsoft Online Partner Support Get Secure! - www.microsoft.com/security ====================================================== When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from this issue. ====================================================== This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- >Thread-Topic: Blocked hyperlinks in Outlook 2007 >thread-index: AchRXs+BTs/SBMVdRzO2suaaEGH0jQ== >X-WBNR-Posting-Host: 24.22.232.18 >From: =?Utf-8?B?RWQgQm95ZCAoc2VhYm95ZEBjb21jYXN0Lm5ldCk=?= <(E-Mail Removed)> >References: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> <bRyihcnTIHA.4720 @TK2MSFTNGHUB02.phx.gbl> <6CD9AA6C-D000-4434-ABFC-(E-Mail Removed)> <1B $(E-Mail Removed)> >Subject: RE: Blocked hyperlinks in Outlook 2007 >Date: Mon, 7 Jan 2008 10:55:03 -0800 >Lines: 216 >Message-ID: <03B3F5B8-2836-46C0-8BE3-(E-Mail Removed)> >MIME-Version: 1.0 >Content-Type: text/plain; > charset="Utf-8" >Content-Transfer-Encoding: 7bit >X-Newsreader: Microsoft CDO for Windows 2000 >Content-Class: urn:content-classes:message >Importance: normal >Priority: normal >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 >Newsgroups: microsoft.public.outlook.general >Path: TK2MSFTNGHUB02.phx.gbl >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:98567 >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 >X-Tomcat-NG: microsoft.public.outlook.general > >Emily... > >When I use your hyperlink to request the Hot Fix, I get a language question >page...pick English...that takes me to another page that says procedures have >changed and one must go to the applicable KB page and apply online request >from that page. Problem...MS can't find KB941275?? So I try kb310049, just to >get any kb page to request the hot fix. I must be pretty stupid but I don't >see anywhere one requests for the hot fix. I even did a search for the actual >hot fix file itself... "office-kb941275-fullfile-x86-glb.exe" and again MS >search can't find! #$#@@$%#! > >"Emily Lin" wrote: > >> Hi, >> >> Thanks for your reply. >> >> Yes, the hotfix - 941275 may fix this issue. However, it is not publicly available and it is not fully tested. When the hotfix is published, >> you can use the "hotfix online submission" service to request this hotfix 941275: >> http://support.microsoft.com/gp/CUHo...ngPage_Request. >> >> After completing the relevant info (such as KB ID, product and language) and providing a valid email address, please click the Submit >> button. A Microsoft professional will respond to you via e-mail within 8 business hours. >> >> In case the product hasn't been covered yet or you encounter any difficulties when accessing that web site, please don't hesitate to >> drop me an update in newsgroup and I will respond. >> >> If the requested hotfix does not resolve the issue, we can continue to work on it here in the newsgroup. >> >> If you have any feedback on this hotfix online submission service, we'd appreciate your comments to the partner feedback newsgroup: >> >> For NNTP readers: Microsoft.private.directaccess.partnerfeedback >> For web interface: Partner Feedback >> >> If you have any other questions or concerns, please do not hesitate to contact me. It is always my pleasure to be of assistance. >> >> Have a nice day! >> >> Emily Lin, >> Microsoft Online Partner Support >> >> Get Secure! - www.microsoft.com/security >> >> ====================================================== >> When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from this issue. >> ====================================================== >> This posting is provided "AS IS" with no warranties, and confers no rights. >> >> >> >> -------------------- >> >Thread-Topic: Blocked hyperlinks in Outlook 2007 >> >thread-index: AchOt1ABbxuzfej+TnWTidcHYdfASw== >> >X-WBNR-Posting-Host: 207.46.193.207 >> >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> >> >References: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> <bRyihcnTIHA.4720 @TK2MSFTNGHUB02.phx.gbl> >> >Subject: RE: Blocked hyperlinks in Outlook 2007 >> >Date: Fri, 4 Jan 2008 01:51:00 -0800 >> >Lines: 136 >> >Message-ID: <6CD9AA6C-D000-4434-ABFC-(E-Mail Removed)> >> >MIME-Version: 1.0 >> >Content-Type: text/plain; >> > charset="Utf-8" >> >Content-Transfer-Encoding: 7bit >> >X-Newsreader: Microsoft CDO for Windows 2000 >> >Content-Class: urn:content-classes:message >> >Importance: normal >> >Priority: normal >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 >> >Newsgroups: microsoft.public.outlook.general >> >Path: TK2MSFTNGHUB02.phx.gbl >> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97716 >> >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 >> >X-Tomcat-NG: microsoft.public.outlook.general >> > >> >Thanks for the response. >> > >> >I already tried the suggestion in that article, which does correctly >> >suppress the hyperlink warning, but the attachment still does not open. You >> >receive the same errors, 'Access is denied' or 'The parameter is incorrect' >> >message. >> > >> > >> >"Emily Lin" wrote: >> > >> >> Hi, >> >> >> >> It is mostly related to the hyperlink warnings in Outlook 2007. Follow the steps below to resolve the issue. >> >> >> >> #1 Disable hyperlink warnings for 2007 Office programs >> >> ============ >> >> To disable the hyperlink warnings in 2007 Office programs when an http:// address or an ftp:// address is used, you must create a >> new >> >> registry subkey. To do this, follow these steps: >> >> 1. Click Start, and then click Run. >> >> 2. In the Open dialog box, type regedit, and then click OK. >> >> 3. In Registry Editor, locate one of the following registry subkeys: >> >> o HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common >> >> o HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Common >> >> Note You only have to modify one of these registry subkeys. You do not have to modify both of them. >> >> 4. 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. A value of 1 disables the hyperlink warning message. >> >> 10. Click OK. >> >> 11. Exit Registry Editor. >> >> >> >> If you still receive a warning message >> >> >> >> You may still receive a warning message from Microsoft Windows. If you continue to receive a warning message after you follow the >> >> steps above, use one of the following methods to resolve the issue. >> >> >> >> #2 Turn off the "Confirm open after download" option for the file type that you are trying to open >> >> ================ >> >> 1. Double-click My Computer. >> >> 2. On the Tools menu, click Folder Options. >> >> 3. On the File Types tab, select the appropriate file name extension (for example, WMV) in the Registered File Types box, and then >> >> click Advanced. >> >> 4. Click to clear the Confirm open after download check box, and then click OK. >> >> 5. In the Folder Options dialog box, click Close. >> >> >> >> #3 Modify 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: >> >> 1. Click Start, click Run, type regedit, and then click OK. >> >> 2. Locate the following registry subkey: >> >> HKEY_CLASSES_ROOT\WMVFile\EditFlags >> >> 3. Click EditFlags, and then click Rename on the Edit menu. >> >> 4. Type OldEditFlags, 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. In the Edit DWORD Value dialog box, click Hexadecimal under Base. >> >> 9. Type 10000, and then click OK. >> >> >> >> For detail information, refer to the following KB article. >> >> >> >> How to disable hyperlink warning messages in 2007 Office programs >> >> http://support.microsoft.com/?kbid=925757 >> >> >> >> If anything is unclear or if you have any other concerns, please don't hesitate to contact me. >> >> >> >> Regards, >> >> >> >> Emily Lin >> >> >> >> Microsoft Online Partner Support >> >> Get Secure! - www.microsoft.com/security >> >> ==================================================== >> >> When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. >> >> ==================================================== >> >> This posting is provided "AS IS" with no warranties, and confers no rights. >> >> >> >> -------------------- >> >> >Thread-Topic: Blocked hyperlinks in Outlook 2007 >> >> >thread-index: AchOBQ56HfYIvZZ7QGipEr3i3aFzeQ== >> >> >X-WBNR-Posting-Host: 207.46.192.207 >> >> >From: =?Utf-8?B?am1lZGQ=?= <(E-Mail Removed)> >> >> >Subject: Blocked hyperlinks in Outlook 2007 >> >> >Date: Thu, 3 Jan 2008 04:35:00 -0800 >> >> >Lines: 25 >> >> >Message-ID: <B7AE6D7B-9092-436A-B542-(E-Mail Removed)> >> >> >MIME-Version: 1.0 >> >> >Content-Type: text/plain; >> >> > charset="Utf-8" >> >> >Content-Transfer-Encoding: 7bit >> >> >X-Newsreader: Microsoft CDO for Windows 2000 >> >> >Content-Class: urn:content-classes:message >> >> >Importance: normal >> >> >Priority: normal >> >> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2992 >> >> >Newsgroups: microsoft.public.outlook.general >> >> >Path: TK2MSFTNGHUB02.phx.gbl >> >> >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.outlook.general:97435 >> >> >NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 >> >> >X-Tomcat-NG: microsoft.public.outlook.general >> >> > >> >> >Outlook 2007 SP1 >> >> > >> >> >When a user receieves an email with a link to a pdf file on the Intranet >> >> >site, e.g. >> >> > >> >> >http://intranet/document.pdf >> >> > >> >> >they receive a warning "Microsoft Office has identified a potential security >> >> >concern. This location may be unsafe. >> >> > >> >> >blocked::http://intranet/document.pdf >> >> > >> >> >Hyperlinks can be harmful to your computer...... >> >> > >> >> >Do you want to continue?" >> >> > >> >> > >> >> >If they choose Yes to continue they are either given an error 'Access is >> >> >denied' or 'The parameter is incorrect' message. >> >> > >> >> > >> >> >Clicking on links to other types of documents (xls, zip) and external >> >> >websites such as www.microsoft.com work fine. >> >> > >> >> >Anyone have any ideas? >> >> > >> >> >> >> >> >> >> > >> >> >> > |
|
||
|
||||
|
|
|
| |
![]() |
| Thread Tools | |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Outlook 2007 - Hyperlinks blocked by system administrator | MickP | Microsoft Outlook Discussion | 10 | 28th Feb 2010 11:45 PM |
| Outlook 2007 email hyperlinks are blocked by adiministrator | rchancy | Microsoft Outlook Discussion | 2 | 3rd Aug 2009 04:34 PM |
| hyperlinks being blocked in outlook 2007 using imap | cfsnco | Microsoft Outlook Discussion | 3 | 29th Jul 2009 01:26 PM |
| Hyperlinks in my outgoing Outlook messages show as :BLOCKED | =?Utf-8?B?TGVvbmllZnJvbU9a?= | Microsoft Outlook Discussion | 0 | 6th May 2005 03:29 AM |
| Hyperlinks Blocked in Outlook E-mails | =?Utf-8?B?a2VudHdpZWRlbWFubg==?= | Windows XP Security | 1 | 8th Jul 2004 05:35 AM |
Powered by vBulletin®. Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2010, Crawlability, Inc. |




