`
wangyihust
  • 浏览: 433627 次
文章分类
社区版块
存档分类
最新评论

<font color="#3f3d3d" size="5">How to disable the warning popup when open a document in office from SharePoint ?</font>

阅读更多

This kind of question comes very often in the french newsgroup.

I speak for the famous "warning popup" when you click on a document in SharePoint :

  • US : “Some files can harm your computer. If the file information looks suspicious or you do not fully trust the source, do not open the file.”
  • French : "Certains fichiers peuvent endommager votre ordinateur. Si les informations du fichier semblent suspectes ou si la source n'est aps entierement fiable, n'ouvrez pas le fichier.

A clear and soft message but really annoying in a intranet.

If you re asking yourself where it's come from, just have a look in the KB :

How documents are opened from a Web site in Office 2003 ?

If you just want to desactivate this popup, just have a look in your registry :

  • [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8]
    @="Microsoft Excel Worksheet"
    "EditFlags"=dword:00010000
     
  • [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerPoint.Show.8]
    @="Microsoft PowerPoint Presentation"
    "EditFlags"=dword:00010000 
     
  • [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.8]
    @="Microsoft Word Document"
    "EditFlags"=dword:00010000

>>> i found this solution on SharePoint University via this post : there a reg file too

If the registry is too dangerous fo you : don't worry, just go to Windows explorer under "Tools" --> "Folder options...", select the "File types" option.
>>> Highlight the word file type (.doc) and click on the "advanced" button. The
value corresponds to the first check box "Confirm open after download". If you remove this option, the files are opened in read-only mode without any prompt.

 

分享到:
评论

相关推荐

    cuteEditor6.0

    You can also create your own policy files that define arbitrary permission sets.&lt;br/&gt;&lt;br/&gt;Comparison of the sample security policy file &lt;br/&gt;&lt;br/&gt; &lt;br/&gt;Permissions/Resource Setting Admin Default ...

    nao机器人java语音源码

    /// &lt;param name="id"&gt; The ID of the method that was returned when calling the method using 'post' &lt;/param&gt; /// &lt;returns&gt; True if the method is currently running &lt;/returns&gt; public Boolean is...

    linrong2009

    &lt;/span&gt;&lt;/span&gt;{/if} &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; {/for} &lt;/div&gt; &lt;div class="g_h_20 bd1b g_c_mgin"&gt; &lt;ul class="g_menu_09 g_w_at com_page"&gt; &lt;li&gt; {if (coms != null) && (comCount &gt; ...

    sogou_toolchain.tar.gz

    /home/rootroot/sogou/toolchain/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include &lt;sys/poll.h&gt; to &lt;poll.h&gt; [-Wcpp] #warning redirecting incorrect #include &lt;sys/poll.h&gt; to &lt;poll....

    海康卫视开发dll文件

    /// &lt;param name="i"&gt;实例化参数&lt;/param&gt; public NewRec(int i) { info = new bool[i]; fileSize = new uint[i]; NewFileName = new string[i]; startTime = new NetSDK.NET_DVR_TIME[i]; stopTime = new ...

    Visual C++ 编程资源大全(英文源码 控件)

    02.zip&lt;br&gt;A button within a button&lt;br&gt;按纽中的按纽(13KB)&lt;END&gt;&lt;br&gt;3,03.zip&lt;br&gt;Flat Owner Drawn Buttons&lt;br&gt;浮动的自画按纽(13KB)&lt;END&gt;&lt;br&gt;4,04.zip&lt;br&gt;Flat-look Buttons &lt;br&gt;浮动的工具条按纽(6KB)&lt;END&gt;&lt;br&gt;5,...

    jquery-combobox

    .ui-widget { font-size: 14px; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;select id="myComboBox"&gt; &lt;option value=""&gt;请选择&lt;/option&gt; &lt;option value="option1"&gt;Option 1&lt;/option&gt; &lt;option value="option2"&gt;Option 2&lt;/...

    用Maven+Eclipse Neon配置Hibernate5例子

    &lt;property name="connection.pool_size"&gt;1&lt;/property&gt; &lt;!-- SQL dialect --&gt; &lt;property name="dialect"&gt;org.hibernate.dialect.MySQLDialect&lt;/property&gt; &lt;!-- Enable Hibernate's automatic session context ...

    Mpeg2_Decoder

    On a PC with DJGPP installed you&lt;br&gt;have to enter 'make pc' in the individual source directories to produce&lt;br&gt;.exe files.&lt;br&gt;&lt;br&gt;&lt;br&gt;Step 4: verification&lt;br&gt;--------------------&lt;br&gt;&lt;br&gt;In the mpeg/...

    VB编程资源大全(英文源码 表单)

    winhole.zip&lt;br&gt;This example demonstrates how to put a hole in the center of a form.&lt;END&gt;&lt;br&gt;15 , tileform.zip&lt;br&gt;This will tile a picture on the background of your form.&lt;END&gt;&lt;br&gt;16 , radiomnu.zip&lt;br&gt;...

    jquery(demo).pdf

    &lt;h3&gt;&lt;a href="#"&gt;标题1&lt;/a&gt;&lt;/h3&gt; &lt;div&gt;内容1&lt;/div&gt; &lt;h3&gt;&lt;a href="#"&gt;标题2&lt;/a&gt;&lt;/h3&gt; &lt;div&gt;内容2&lt;/div&gt; &lt;!-- 更多手风琴面板... --&gt; &lt;/div&gt; ``` 每个`&lt;h3&gt;`元素代表一个标题,`&lt;div&gt;`元素包含相应标题下的内容...

    linux-rsync sersync2 文件实时双向同步.txt.doc

    &lt;exclude expression="info/*"&gt;&lt;/exclude&gt; &lt;/crontabfilter&gt; &lt;/sersync&gt; 七、结论 通过以上步骤,我们可以使用 Rsync 和 Sersync2 实现文件实时双向同步。在生产环境中,这种同步方法可以确保文件的一致性和实时性...

    VB编程资源大全(英文源码 其它)

    noreturn.zip&lt;br&gt;Disable the Return Key in a TextBox&lt;END&gt;&lt;br&gt;60,entertab.zip&lt;br&gt;Use the Enter Key Like a Tab&lt;END&gt;&lt;br&gt;61,detenter.zip&lt;br&gt;Detect When the User Presses Enter&lt;END&gt;&lt;br&gt;62,prntscrn.zip&lt;br&gt;...

    VB编程资源大全(英文源码 控件)

    1 , vb5dialog.zip&lt;br&gt;This demonstrates how to subclass the Common Dialog Dialogs and manipulate a specific Dialog.&lt;END&gt;&lt;br&gt;2 , cpnl.zip&lt;br&gt;Form_Taskbar is a control for Visual Basic which, once placed...

    Visual C++ 编程资源大全(英文控件)

    &lt;br&gt;扩展型多尺寸多色彩工具条(226KB)&lt;END&gt;&lt;br&gt;15,15.zip&lt;br&gt;How to display tooltips for a toolbar in a dialog&lt;br&gt;在对话框如何为工具条显示工具提示(3KB)&lt;END&gt;&lt;br&gt;16,16.zip&lt;br&gt;Displaying text on a Toolbar ...

    Slideout.js触摸滑出式的导航菜单

    &lt;li&gt;&lt;a href="#"&gt;菜单项3&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div id="main-content"&gt;主要内容区域&lt;/div&gt; ``` 然后,初始化Slideout实例,将你的导航菜单与Slideout.js关联起来: ```javascript var slideout = new Slide...

    jQuery Mobile开发常用技巧

    font-size: 18px; } .custom-ipad-class { background-color: #f0f0f0; } } ``` 以上技巧仅是 jQuery Mobile 开发过程中的冰山一角,随着实践的深入,您将会发掘更多有用的功能和技巧。希望本文能为您带来启发...

    amcharts中文教程(柱状图,饼状图等的中文设置说明)

    In case you don't use any flash - JavaScript communication, you shuold set this setting to false - this will save some CPU and will disable the security warning message which appears when opening the ...

    VB编程资源大全(英文源码 控制)

    listtxt.zip&lt;br&gt;This shows how to retrieve the text from the current selection in a listbox.&lt;END&gt;&lt;br&gt;11 , list_index.zip&lt;br&gt;This example tells you if the inputted List Index is selected or not.&lt;END&gt;...

    VB编程资源大全(英文源码 API)

    docudel.zip&lt;br&gt;This example shows how to clear the document history on the start menu.&lt;END&gt;&lt;br&gt;2 , BatteryAPIdemo.zip&lt;br&gt;This example demonstrates how to "To get information about the battery status ...

Global site tag (gtag.js) - Google Analytics