Home
»
Discussion Forums
»
Scripts & Agent Procedures
»
Allow Outlook 2003 to access protected attachments
Subscribe via RSS
Share this
Similar Posts
Allow Outlook 2000 to access protected attachments
by
LegacyPoster
on
Mar 9, 2005
Link Outlook 2003 Signautes
by
LegacyPoster
on
Sep 9, 2009
Monitor Outlook Web Access
by
LegacyPoster
on
May 10, 2007
Add Addional Folder in Outlook 2003/2007
by
LegacyPoster
on
Jul 31, 2008
Disable Outlook Junk Mail filtering (2003 and 07)
by
LegacyPoster
on
Aug 19, 2009
View More
Details
0
Replies
0
Subscribers
Posted
over 15 years ago
Scripts & Agent Procedures
Allow Outlook 2003 to access protected attachments
Posted by
LegacyPoster
on
Mar 9, 2005 8:35 AM
Outlook blocks access to all sorts of attachments, this is good in most cases, but if you find that you want your outlook to let you open URLs or EXE's just edit this script and run it on your machine, changing the extension for the type you need (see the description)
Script Name: 2003 Outlook Attachments
Script Description: Outlook 2003 - Allows access to the file types as specified in STEP 1. use semi-colons to seperate - ie. .url;.mdb;.txt
IF Check Registry Value
Parameter 1 : HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\UserData
Exists :
THEN
Set Registry Value
Parameter 1 : HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security\Level1Remove
Parameter 2 : .url,.exe,.asp
Parameter 3 : REG_SZ
OS Type : 0
ELSE
Send Message
Parameter 1 : Office 2003 not found on this system
Parameter 2 : 1
OS Type : 0
Legacy Forum Name: Allow Outlook 2003 to access protected attachments,
Legacy Posted By Username: jnuttall
You have posted to a forum that requires a moderator to approve posts before they are publicly available.