Disable protected mode in office 2010

Sharing is caring!

The protected mode is enabled by default in Office 2010. So whenever you try to open a protected file it will trough a warning. You may follow the steps in the following web link to diable the protected view mode in Office 2010: Just add following keys in registry will do the trick. 

*** Please use with your own risk***** you must export registry before changing this as if anything goes wrong you can recover original keys back.

[HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0ExcelSecurityProtectedView]
“DisableAttachmentsInPV”=dword:00000001
“DisableInternetFilesInPV”=dword:00000001
“DisableUnsafeLocationsInPV “=dword:00000001

[HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0WordSecurityProtectedView]
“DisableAttachmentsInPV”=dword:00000001
“DisableInternetFilesInPV”=dword:00000001
“DisableUnsafeLocationsInPV “=dword:00000001

[HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0PowerPointSecurityProtectedView]
“DisableAttachmentsInPV”=dword:00000001
“DisableInternetFilesInPV”=dword:00000001
“DisableUnsafeLocationsInPV “=dword:00000001

[HKEY_CURRENT_USERSoftwareMicrosoftOffice14.0AccessSecurityProtectedView]
“DisableAttachmentsInPV”=dword:00000001
“DisableInternetFilesInPV”=dword:00000001
“DisableUnsafeLocationsInPV “=dword:00000001
 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.