
Disable Office Web Apps for a particular File type. If you want to disable office web apps for your entire SharePoint environment, You can disconnect Office web apps farm from SharePoint by removing binding: Remove-SPWOPIBinding -all $true. Go to your SharePoint WFE or Application server and open the SharePoint management shell, Run these below PowerShell commands: Change office documents opening behavior in SharePoint document library settings.ĭisable office web apps in SharePoint 2013 for the Entire farm. Enable opening documents in client applications at Site collection level. Disable office web apps in SharePoint 2013 for entire farm.
Well, This behavior can be changed at the following levels: End-users wants to open office documents client applications such as Microsoft word, Excel, etc rather opening them in browser.
Requirement: Clicking on a documents in a SharePoint 2013 document library, opens the document directly in browser, Where SharePoint 2013 farm is configured to use Office Web apps.