shahine.com/omar/

homepage | Send mail to the author(s) contact

yet another Microsoft blogger

# Thursday, April 29, 2004

Office Documents opening in IE

One of my biggest gripes about Windows and Office is that when you click on a word, excel, or PowerPoint doc (or acrobat doc) in Internet Explorer, those documents render in the browser pane. This is one of the biggest usability issues I face with Windows. Since you don't get the Application menus and so on it makes it very difficult to work with the document if you wanted to edit it (which is what I usually do). And if you do edit it, you are presented with a horrible dialog when you try and navigate away (and there is no easy way to do a File->Save As). Further I much prefer to view a PowerPoint slide deck in PowerPoint than use that wacky web way of navigating the slides. Finally, if you are a portable user, not having the document open in the respective Office application make it hard to manage offline.

Gus Perez documents how to fix this. But since I frequently “repave” my Windows boxes and use multiple computers I am loathe to do anything manually. So to save you the time here are the necessary registry settings to make IE behave the way that I expect it to. Save the text below into a notepad file and call it OpenOfficeDocsInOffice.reg and then double click that file. Save it in a place you can access and open it on every machine you use.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Word.Document.8]
@="Microsoft Word Document"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Excel.Sheet.8]
@="Microsoft Excel Worksheet"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PowerPoint.Show.8]
@="Microsoft PowerPoint Presentation"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Visio.Drawing.6]
@="Microsoft Visio Drawing"
"EditFlags"=dword:00010000
"BrowserFlags"=dword:00000008

 

 

Thursday, April 29, 2004 7:42:58 PM (Pacific Daylight Time, UTC-07:00)
my end or yours, I don't know, but trackback doesn't seem to be working. so... http://steven.vorefamily.net/2004/04/29.html
Thursday, May 27, 2004 2:54:08 AM (Pacific Daylight Time, UTC-07:00)
Is there a way to do this for Acrobat/Acrobat Reader as well?
greg
Wednesday, August 25, 2004 4:27:36 AM (Pacific Daylight Time, UTC-07:00)
Ran the script but this does not seem to work with my
setup (WinXP Pro SP1) running Office 2K and IE 6.0.28.

Word docs still open inside IE...

Thanks for the concept though

Thomas
Tuesday, September 07, 2004 8:11:59 AM (Pacific Daylight Time, UTC-07:00)
This is a very helpful fix if you are having trouble opening .doc's in intnernet explorder with XP Service Pack 2.
Sunday, March 09, 2008 4:48:46 PM (Pacific Daylight Time, UTC-07:00)
Thanks. The reg file worked great for our Windows 2003 R2 terminal servers and office 2003 installs. A greatly appreciated tip.
Comments are closed.