I recently started a new job at a small business and I discovered that whenever I opened a document from their local server, I would get the following message:
Protected View - Be careful - files from the internet can contain viruses. Unless you need to edit, it's safer to stay in Protected View. [Enable Editing]
This was getting very repetitive and annoying as I know the documents that I'm creating and saving on the local server are safe, so I did some investigating as to how to stop this from happening, ultimately the easiest way to stop this is by using Group Policy.
Using Group Policy you can add a trusted path and Microsoft Office will trust all the documents stored in any paths that you setup.
How to stop protected view in Microsoft Word using Group Policy
Depending on what version and edition of Windows you have installed, you may or may not have to ability to access the Group Policy for your device, if its a company device then you would have to talk with your IT department about this.
- In the start menu, search for "group policy" you should see Edit Group Policy, if you don't see this, you probably don't have access to Group policy on your device.
- In the Group Policy Editor, you will want to navigate to Computer Configuration > Policies > Administrative Templates > Windows Components > Internet Explorer > Internet Control Panel > Security Page
- In the list of policies, double click on Site to Zone Assignment List
- In the policy window that opens, ensure that the policy is enabled by clicking the Enabled radio button
- Under "Options" click the Show... button.
- The "Show Contents" dialog that opens displays all the trusted locations for Microsoft Office, here you can enter addresses in the "Value name" field, the value is simply the number of that entry.
- Paths that you enter here need to be UNC (network) paths prefixed with file:// e.g. "file://192.168.1.10" if you have network drives mapped to letters, see below how to find the UNC path.
- Once you've added the trusted network locations, click OK to all open dialogs and close the Group Policy Editor.
How to find the network UNC path of a mapped drive
- Open Command Prompt
- Type in net use, this will list all the network mappings on your device, you should see something similar to this:
Status Local Remote Network
-------------------------------------------------------------------------------
OK Z: \\192.168.1.10\SuperDrive Microsoft Windows Network - You can not take these network paths and add them as trusted locations for Microsoft Office.
Was this helpful?
Comments
Post a Comment