zoukankan      html  css  js  c++  java
  • 出于安全考虑,office outlook禁止对潜在不安全因素的附件访问,如何解决

    见下面的注册表项,在[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security]项下面加Level1Remove注册键,

    将解除限制的文件的后缀名以;分割即可。

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security]
    "Level1Remove"="
    .ade;.adp;.app;.asp;.bas;.bat;.cer;.chm;.cmd;.com;.cpl;
    .crt;.csh;.der;.exe;.fxp;.hlp;.hta;.inf;.ins;.isp;.its;.js;.jse;.ksh;.lnk;.mad;
    .maf;.mag;.mam;.maq;.mar;.mas;.mat;.mau;.mav;.maw;.mda;.mdb;.mde;
    .mdt;.mdw;.mdz;.msc;.msh;.msh1;.msh1xml;.msh2;.msh2xml;.mshxml;
    .msi;.msp;.mst;.ops;.pcd;.pif;.plg;.prf;.prg;.ps1;.ps1xml;.ps2;.ps2xml;
    .psc1;.psc2;.pst;.reg;.scf;.scr;.sct;.shb;.shs;.tmp;.url;.vb;.vbe;.vbs;
    .vsmacros;.vsw;.ws;.wsc;.wsf;.wsh;.xnk"

    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security]
    "Level1Remove"=".ade;.adp;.app;.asp;.bas;.bat;.cer;.chm;.cmd;.com;.cpl;
    .crt;.csh;.der;.exe;.fxp;.hlp;.hta;.inf;.ins;.isp;.its;.js;.jse;.ksh;.lnk;.mad;
    .maf;.mag;.mam;.maq;.mar;.mas;.mat;.mau;.mav;.maw;.mda;.mdb;.mde;
    .mdt;.mdw;.mdz;.msc;.msh;.msh1;.msh1xml;.msh2;.msh2xml;.mshxml;
    .msi;.msp;.mst;.ops;.pcd;.pif;.plg;.prf;.prg;.ps1;.ps1xml;.ps2;.ps2xml;
    .psc1;.psc2;.pst;.reg;.scf;.scr;.sct;.shb;.shs;.tmp;.url;.vb;.vbe;.vbs;
    .vsmacros;.vsw;.ws;.wsc;.wsf;.wsh;.xnk"



    若希望保持安全性,限制对不安全因素的附件访问,那么就删除Level1Remove项或者清空

    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security]
    "Level1Remove"=""
    [HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security]
    "Level1Remove"=""
  • 相关阅读:
    Swift--集合类型 数组 字典 集合
    Swift--基础(一)基本类型 符号 字符串(不熟的地方)
    myFocus焦点图插件
    createjs基础
    111
    Foundation class diagram
    UIKit class diagram
    iOS Development
    What Is Cocoa?
    Cocoa 基本原理
  • 原文地址:https://www.cnblogs.com/flaaash/p/1317743.html
Copyright © 2011-2022 走看看