A veces nos encontramos adjuntos bloqueados en Outlook de cosas que nos envían independientemente de la extensión que tengan. Una solución es editar mediante regedit y agregar las extensiones que nos queremos asegurar que pasan el bloqueo.
- Abre el Editor del Registro (Regedit).
- Busca la siguiente
HKEY_CURRENT_USERSoftwareMicrosoftOffice10.0OutlookSecurity - Crea un nuevo valor de tipo “cadena” o “alfanumérico” con el nombre Level1Remove.
- En el valor Level1Remove, crea una lista de extensiones de archivo que deseas desbloquear, separadas por punto y coma.
Por ejemplo:mdb;url;xls;doc
Esto permitirá que los archivos con estas extensiones pasen el bloqueo de Outlook.
Si prefieres evitar la edición del registro, puedes utilizar las siguientes utilidades:
- Attachment Security Options: Puedes encontrarlo en este enlace.
- DetachXP: También está disponible en el mismo sitio web y funciona con Outlook 2002.
Aquí debajo las diferentes versiones que podemos encontrar:
Outlook 2016:
HKEY_CURRENT_USERSoftwareMicrosoftOffice16.0OutlookSecurity
String: Level1Remove
Value format: .mdb;.url;
Outlook 2013:
HKEY_CURRENT_USERSoftwareMicrosoftOffice15.0OutlookSecurity
String: Level1Remove
Value format: .mdb;.url;
Outlook 2010:
HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0OutlookSecurity
String: Level1Remove
Value format: .mdb;.url;
Outlook 2007:
HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookSecurity
String: Level1Remove
Value format: .mdb;.url;
Outlook 2003:
HKEY_CURRENT_USERSoftwareMicrosoftOffice11.0OutlookSecurity
String: Level1Remove
Value format: .mdb;.url;
Outlook 2002:
HKEY_CURRENT_USERSoftwareMicrosoftOffice10.0OutlookSecurity
String: Level1Remove
Value format: .mdb;.url;
Outlook 2000 SP3:
HKEY_CURRENT_USERSoftwareMicrosoftOffice9.0OutlookSecurity
String: Level1Remove
Value format: .mdb;.url;







