Blog of Steven Tapping, containing my thoughts, comments and questions. RSS Feed


How to Unblock Attachments in Microsoft Outlook 2007

Added 6/25/07: Given the popularity of my post I must put a word of caution. Allowing executable extensions give you more freedom but less security (I've seen viruses pass AVs before). I would recommend allowing unsafe attachments just for a specific email, and undoing it after downloading the attachments. Of course make sure the email is from a trusted source and still treat it as if it's a virus by default (i.e.  scan it, look for patterns in the email body, etc).

 

I'm sure you've seen before "Outlook blocked access to the following potentially unsafe attachments: xxx.exe":

I found there's very little documentation out there on how to lower the security level or allow a file a know source sent you. You'll find below the registry hack to allow specific file types Outlook blocks by default. There's also a kb article about it and as the article mentions make sure you backup your registry before you start editing it.

Run -> regedit and go to :

HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security

  1. Backup:

     

  2. Add a new String Value called: Level1Remove

 

  1. Edit it and save the value data to the extension you wish to allow (add a semi-colon delimiter for multiple extensions).

Ex: .bat or .bat;.exe;.scr

 

  1. Restart outlook (no need to restart your computer) !

 

 

 
Posted by Steven Tapping | 47 Comments | Trackback Url | Bookmark with:        
Tags:

Links to this Post

Comments

Thursday, 22 Mar 2007 07:35 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Thank you thank you thank you! Fixing it now. - Scott S.

Saturday, 14 Apr 2007 06:24 by Perfect
This solution works great! Thank you. - jKalvin

Tuesday, 8 May 2007 02:30 by Excellent Fix!
Thank You!

Friday, 25 May 2007 12:50 by Thanks
Thanks for allowing me to access my own email again.... For a moment there I thought I lived in a world controlled by a software giant who knows whats best for me...

Friday, 1 Jun 2007 03:02 by Thanks
Thank you very much.... Milan

Sunday, 24 Jun 2007 08:14 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Much better! It's good to know that as MS products get worse, people are able to put more workarounds online. Thanks! :D

Tuesday, 10 Jul 2007 08:51 by Re: How to Unblock Attachments in Microsoft Outlook 2007
great ..

Wednesday, 1 Aug 2007 12:35 by You da man
Works like a champ..... Thanks

Wednesday, 8 Aug 2007 06:58 by Re: How to Unblock Attachments in Microsoft Outlook 2007
this is wonderful.... thanks very much .... Mp

Tuesday, 28 Aug 2007 05:51 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Too bad it's now 2007 and after around 2 years of people complaining there isn't a Level2Remove for those of us that do not wish to be protected....more of the same with a diferent look ! kudos !

Thursday, 6 Sep 2007 04:25 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Microsoft's solution to viruses, security, terrorists - "just block everything" - If Microsoft was in government, its solution to terrorism would be: George Orwell's 1984!!!

Friday, 7 Sep 2007 09:13 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Personally I prefer the approach of blocking everything by default. Back in the days of Windows 2000, a lot of services were turned on which led to a lot of security holes. Windows 2003 turned everything off by default, which reduced quite a bit the number of vulnerabilities on the OS. It doesn’t prevent someone from configuring it wrong but at least you’re aware of what you turned on. Microsoft got a lot of heat for this issue in Windows 2000 and for 2003 adopted the UNIX approach of everything off by default!

Thursday, 27 Sep 2007 07:14 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Is there any way to do it from Microsoft Exchange?

Sunday, 30 Sep 2007 02:33 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Thanks but there is no security key under the path HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security in vista, so how can i unblock attachment in vista

Friday, 5 Oct 2007 11:50 by Unblocking Attachments
I agree that the default should be to block everything. I would prefer, though, that I be treated as an adult who can best decide my own needs, and would like to see MS provide a button or right-click context menu that allows me to access one blocked file one time. I just sent myself a .pdf from my work PC and now it's blocked. (I'm not sure .pdfs should be automatically blocked, but there it is.) I just want to access my trusted file I sent myself. I should just have to click the unblock button on the email form, or right-click the "blocked" notice in order to access this one file this one time. Then, Outlook can go back to blocking everything by default. Sigh.... Thanks for the instructions!! Keith

Monday, 8 Oct 2007 08:58 by Responding to comments...
Shelly, I'm not aware of a way to do this in exchange. I'm also not an exchange expert! I'm sure if Exchange 2007 does not provide a way to undo this, you could push a registry change through an AD policy. All this said, I would not recommend making a company wide unblock but more a case by case change. dd, I am actually using Vista Enterprise and I found the reg edit under vista... I'm not sure why you're not finding it. Keith, I agree it would be nice to have an easier way to unlock attachments. I mean who wants to edit the registry?

Thursday, 18 Oct 2007 04:53 by Re: How to Unblock Attachments in Microsoft Outlook 2007
cheers this worked a treat.. :)

Saturday, 3 Nov 2007 08:48 by Re: Unblocking Attachments
The key "Security" was also not visible in my regedit (Vista). When I tried to create it, I was told it already existed. After that it became visible! The rest was easy (and works). Thanks! Btw., I find it impertinent from MS to deprive me of deciding which file I want to receive and I don't understand the logic. I can download any trojan from warez porn virus sites etc. , but I cannot receive an exe from a friend, not even if I want to tell Outlook "this file is ok"...

Tuesday, 13 Nov 2007 04:42 by Perfect explanation
Many thanks!!!! Saves us a lot of communication to get the file from .... people

Tuesday, 20 Nov 2007 06:02 by Thanks!
Worked great!

Friday, 14 Dec 2007 06:50 by Still can't *send* attached files...
I am using Outlook 2007 on a 64-bit Turion running Windows Server 2003, and am struggling to send messages that contain attachments of any sort, it seems. I've tried the registry trick but still no luck -- perhaps it's something altogether more fundamental? Ed Graham (Outlook Novice)

Monday, 17 Dec 2007 07:12 by Easy way
Thanks for the solution, work great! Those do not wish to get your hand dirty can just copy and paste the below code in notepad, and save as .reg (e.g. unblock.reg). Double click write to regitry REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security] "Level1Remove"=".asp;.mdb;.exe"

Saturday, 19 Jan 2008 05:33 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Thanks worked great

Thursday, 31 Jan 2008 07:30 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Very easy to do and works perfectly! Thanx a lot!!

Thursday, 31 Jan 2008 07:30 by Re: How to Unblock Attachments in Microsoft Outlook 2007
I had to create the "Security" key myself, but your solution still works great. Thx!

Monday, 25 Feb 2008 08:37 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Great, thanxxx!!!

Wednesday, 27 Feb 2008 04:31 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Excellent simple little hack. Well done! Thanks.

Tuesday, 25 Mar 2008 10:41 by Kuddos
Yes...well done...Kodus for you.

Friday, 4 Apr 2008 12:39 by Thank You!
Excellent fast solution

Tuesday, 22 Apr 2008 12:46 by Thanks !
I can now use mail to get the .msi .exe and .bat files from my customers again. :-)

Friday, 25 Apr 2008 09:29 by Wunderbar!!!
Danke dir für die Idee!

Wednesday, 28 May 2008 06:20 by Re: How to Unblock Attachments in Microsoft Outlook 2007
Works like a charm!!! Thanks for posting this. Now I know why my boss likes M$..."let's block everything!!"

Thursday, 5 Jun 2008 03:05 by Well Done
Why must everything be difficult? This is an easy fix in a complicated world. I too had to create the "Security" key myself, but your solution still works great. Thx!

Saturday, 19 Jul 2008 08:54 by kenzy
For me, I closed outlook 2007 and opened it up after the regedit...it didn't change anything. Looked in the Task Manager and it showed it as running; ended the Outlook process and opened outlook again...works. If you don't understand want I'm talking about, best thing is to reboot.

Tuesday, 22 Jul 2008 08:09 by Patrick
Thanks, this was a big help.

Thursday, 11 Dec 2008 04:08 by Jason
Great info, thanks a bunch. Took 2 mins

Saturday, 21 Feb 2009 03:57 by Jan
Thanks for the help8

Wednesday, 11 Mar 2009 08:24 by Yordan
Thanks, works very well. The script from EasyWay didn't work, but I used the following BAT file in Windows Vista to unblock the CHM extension and it worked great: REG ADD HKCU\Software\Microsoft\Office\12.0\Outlook\Security /v Level1Remove /t REG_SZ /d .chm

Tuesday, 17 Mar 2009 08:15 by chuck
Thanks!!!

Friday, 12 Jun 2009 09:26 by steve
Thank Youuuu!

Sunday, 21 Jun 2009 01:20 by Jason P Sage
thank you very much, another reason I am migrating myself and all my customers off of microsoft whenever possible. Why couldn't they just have an option: Y/N Block Potentially Dangerous files? Ugh....

Monday, 22 Jun 2009 09:30 by Steven Tapping
No worries Jason :). I personally really like Outlook; Microsoft has been under quite a bit of attacks so I understand why they hid this functionality. Once you allow attachments like exe or bat, you're opening yourself for the old school 2002 type of viruses... it only takes one click to have a trojan on a computer and open your corporate network to hackers. So be careful!! I like to keep the attachments blocked unless I really need an exe file and I am expecting a specific person to email it to me.

Wednesday, 1 Jul 2009 02:06 by Ivy
Thank you so much! it's like a magic!

Thursday, 6 Aug 2009 02:26 by Alan B
For any corporate users who have access to Outlook Web Access, you could also just use that since it won't block the attachment.

Tuesday, 6 Oct 2009 06:47 by michael
Just wanted to say thanks for posting this!!!

Thursday, 24 Dec 2009 03:12 by Bob
Works great with XP-7! Many thanks.

Thursday, 14 Jan 2010 07:49 by Sodalish
Never a more straight to the point solution. +1 karma my friend!

Name:
URL:
Email:
Comments:

CAPTCHA Image Validation