xiang8 发表于 2019-2-4 14:48:36

sharepoint 禁用使用资源管理器打开

  Here are the steps to disable “Open in Windows Explorer” for everyone except site Owners.
  On your SharePoint server go to the following folder and make a copy of the DefaultTemplates.ascx file. \Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\CONTROLTEMPLATES
  Rename the copy of DefaultTemplates.ascx to CustomDefalutTemplates.ascx
  Open CustomDefaultTemplates.ascx in Notepad and change the following line:
  ID=”OpenInExplorer” Change PermissionString=”UseClientIntegration” to PermissionString=”MangeWeb”
  Save the file
  Reset IIS

页: [1]
查看完整版本: sharepoint 禁用使用资源管理器打开