Force the documents to open in the browser instead of the application handler

Sharing is caring!



To force the documents to open in the browser instead of the application handler.
Set Browser flag to 80000024. Following are examples you can use Browser flag with any application like adobe, excel, etc

Word.Document.8  : For word 97-2003
Word.Document.12 : For word 2007

Examples:
[HKEY_LOCAL_MACHINESOFTWAREClassesWord.Document.8]
“BrowserFlags”=dword:80000024
[HKEY_LOCAL_MACHINESOFTWAREClassesWord.Document.12] “
BrowserFlags”=dword:80000024

Leave a Reply

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