Stump the Panel Topic: Disable "view in widows explorer" http://www.endusersharepoint.com/STP/ SharePoint QA en Tue, 16 Jun 2009 23:32:15 +0000 amila on "Disable "view in widows explorer"" http://www.endusersharepoint.com/STP/topic/disable-view-in-widows-explorer#post-2998 Mon, 15 Dec 2008 01:48:38 +0000 amila 2998@http://www.endusersharepoint.com/STP/ <p>thanks guys, I ended up with this for the moment;</p> <p><a href="http://scothillier.spaces.live.com/blog/cns" rel="nofollow">http://scothillier.spaces.live.com/blog/cns</a>!8F5DEA8AEA9E6FBB!280.entry?_c=BlogPart </p> AutoSponge on "Disable "view in widows explorer"" http://www.endusersharepoint.com/STP/topic/disable-view-in-widows-explorer#post-2874 Fri, 05 Dec 2008 14:36:54 +0000 AutoSponge 2874@http://www.endusersharepoint.com/STP/ <p>Yeah, I think it's hard because they never intended for it to be disabled. But with the lack of metadata processing, I know why some implementations want to discourage it. </p> Dessie Lunsford on "Disable "view in widows explorer"" http://www.endusersharepoint.com/STP/topic/disable-view-in-widows-explorer#post-2873 Fri, 05 Dec 2008 14:11:06 +0000 Dessie Lunsford 2873@http://www.endusersharepoint.com/STP/ <p>Although removing the permission "Use Remote Interfaces" will remove the option to open in windows explorer, it has the side-effect of removing Office integration features as well (permission option of "Use Client Integration Features" is tied to "Remote Interfaces"). Users would have to work locally on their machines then upload after (they wont be able to use options like "Edit in Microsoft Word" within the library itself).</p> <p>I know you can also disable certain abilities within the ONET.xml file as well (disabling access with SPD for example), so that may also be an option (havent tried myself).</p> <p>- Dessie </p> AutoSponge on "Disable "view in widows explorer"" http://www.endusersharepoint.com/STP/topic/disable-view-in-widows-explorer#post-2867 Fri, 05 Dec 2008 13:31:22 +0000 AutoSponge 2867@http://www.endusersharepoint.com/STP/ <p>Based on permissions, use "Use Remote Interfaces - Use SOAP, Web DAV, or SharePoint Designer interfaces to access the Web site. " to control who can access it.</p> <p>On a server-wide level, webdav in SharePoint isn't really webdav at all (meaning it doesn't use the webdav dlls you see in IIS). So disabling it probably means changing permissions (in IIS maybe) to MSDAIPP.DLL which could have other ramifications for site operation.</p> <p>I heard of another method that uses urlscan: <a href="http://technet.microsoft.com/en-us/security/cc242650.aspx" rel="nofollow">http://technet.microsoft.com/en-us/security/cc242650.aspx</a><br /> to block certain url requests on a server.</p> <p>Whatever you do, try to make it as non-evasive as possible and something you can undo if it doesn't work.</p> <p>I did notice in my own tests that SSL sites had problems accessing the webdav beyond the local network. That could have just been my institution's firewall or something but it may be worth a look. </p> amila on "Disable "view in widows explorer"" http://www.endusersharepoint.com/STP/topic/disable-view-in-widows-explorer#post-2855 Fri, 05 Dec 2008 03:24:39 +0000 amila 2855@http://www.endusersharepoint.com/STP/ <p>we are looking at all these sources.<br /> Can you explain a bit on disabling Webdav? Is it from IIS? What is the end effect? </p> AutoSponge on "Disable "view in widows explorer"" http://www.endusersharepoint.com/STP/topic/disable-view-in-widows-explorer#post-2785 Mon, 01 Dec 2008 21:50:50 +0000 AutoSponge 2785@http://www.endusersharepoint.com/STP/ <p>Since the options in that list are largely created by JavaScript, others have had some success hacking the menus with JavaScript. This thread actually has some discussion of both options:</p> <p><a href="http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/6fb5127b-41ca-4cdb-97f4-172795da4b26/" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/6fb5127b-41ca-4cdb-97f4-172795da4b26/</a></p> <p>and this:<br /> <a href="http://www.sharepointblogs.com/rohan/archive/2008/07/23/hide-open-in-windows-explorer-options-from-action-menu.aspx" rel="nofollow">http://www.sharepointblogs.com/rohan/archive/2008/07/23/hide-open-in-windows-explorer-options-from-action-menu.aspx</a></p> <p>This isn't a "secure way" to do this and someone can still map the library like a network place. </p> Dessie Lunsford on "Disable "view in widows explorer"" http://www.endusersharepoint.com/STP/topic/disable-view-in-widows-explorer#post-2780 Mon, 01 Dec 2008 18:56:45 +0000 Dessie Lunsford 2780@http://www.endusersharepoint.com/STP/ <p>Amila,<br /> Aside from disabling "WebDav" from the site collection, you may have to resort to a programmatic approach, or build a custom feature to hide the option (which may only be at "Site-level" and not "Document library-level".</p> <p>It's a bit out of scope for this forum, but here's a few resources for you on how to approach it if you wanted to look at building a custom feature for this.</p> <p>MSDN thread discussing something similar: <a href="http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/7d19d5f1-f61a-415f-9b70-b882e881dd32/" rel="nofollow">http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/7d19d5f1-f61a-415f-9b70-b882e881dd32/</a></p> <p>MS references for adding custom actions:<br /> <a href="http://msdn.microsoft.com/en-us/library/ms473643.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms473643.aspx</a><br /> <a href="http://msdn.microsoft.com/en-us/library/bb802730.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/bb802730.aspx</a></p> <p>One of the other moderators may have additional ideas as well...perhaps one can chime in? :)</p> <p>- Dessie </p> amila on "Disable "view in widows explorer"" http://www.endusersharepoint.com/STP/topic/disable-view-in-widows-explorer#post-2737 Sat, 29 Nov 2008 21:23:48 +0000 amila 2737@http://www.endusersharepoint.com/STP/ <p>How can i disable the option "view in a windows explorer" from a particular form library? </p>