Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to stop Outlook 2002 from block .exe's

Status
Not open for further replies.

rtiv

IS-IT--Management
Joined
Mar 12, 2002
Messages
142
Location
US
By default, Outlook 2002 blocks any incoming .exe attachments. How do I turn that off?

Thanks
 
By default, Outlook XP (part of Office 2002) won't allow you send or receive certain types of attachments. The rationale is that these documents can contain viruses or other harmful code, but the fact that Outlook doesn't let you disable or at least customize this feature is just plain stupid. Here's how to do it:


1. Open the Registry Editor.

2. Expand the branches to HKEY_CURRENT_USER\Software\ Microsoft\Office\10.0\Outlook\ Security

3. Create a new string value by selecting New and then String Value from the Edit menu.

4. Name the new value Level1Remove.

5. Double-click the new Level1Remove to edit it, and enter the filename extensions you'd like to stop Outlook from blocking. Extensions should be typed in lower case, without the dots (.), and separated by semicolons (;). For example, type
exe;mdb;vbs
to allow .exe, .mdb, and .vbs attachments, respectfully.

6. Click Ok and then close the Registry Editor when you're done. You may have to restart Outlook for this change to take effect.
 
Thanks. Worked like a charm.
 
I've had the same problem and found something very similar on the MS KB under Q290497.

The only thing I have a question on is, you state that NOT to put the "." in front of the extension, but in the above Q290497 MS says to include the ".".

Who is right? Will both work?

Would like to know befor I give it a try.

Thanks,

Richard
 
Create a new file called outlookfix.reg and edit it in notepad. Copy the following lines of text below:
------------------------------------------

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Security]
"Level1Remove"=".exe;.com;.bat;.mdb;.mde;.url;.lnk;.reg;.js"

-----------------------------------------------------------
Save the file then double click it. It will add this information to the resistry allowing you to send and receive the the different file types specified.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top