I have an intranet where I want to configure all Excel/Word documents to open in the browser window. How do I change this setting for all users?
2 Answers
In Windows XP, to configure Internet Explorer to open Office files in the browser window, as opposed to the appropriate Office program, follow the steps below:
- Open My Computer.
- On the Tools menu, click Folder Options.
- Click the 'File Types' tab.
- In the 'Registered file types' list, click the specific Office document type (for example, Microsoft Excel Worksheet), and then click Advanced.
- In the 'Edit File Type' dialog box, check the 'Browse in same window' box.
- Click OK.
In Windows 7 I believe this is located in the Default Programs (accessible from Control Panel).
If you need to do it on many computers, you can run a script to change the registry.
PS: I personally always want excel and word documents to open outside the browser window as it can lead to weird behaviors when opening multiple documents...

- 149
- 9
-
Still need to deploy the change with a GPO. – Tom O'Connor Apr 02 '12 at 17:16
-
@TomO'Connor Yes but I am unsure if the question was asking for how to deploy the change or what to change... – assylias Apr 02 '12 at 17:17
-
I don't think it matters. Web browsers aren't meant to open files like that. I think it's a dumb idea :P – Tom O'Connor Apr 02 '12 at 17:18
-
Completely agree with that. – assylias Apr 02 '12 at 17:19
If you open an Excel or Word document in a browser, it'll save the file somewhere else. Browsers can't open things that aren't HTML.
If what you mean is "I want people to use Online Office / Software as a Service", then you need to configure a service like that, be it Sharepoint, or Google Docs. That's beyond the scope of this question.
If what you actually mean is "I made a registry change so that the default application for .xls and .doc files is 'Default Web Browser' and I want to push that out to everyone in the domain", then your answer lies with Group Policy Objects.

- 27,480
- 10
- 73
- 148
-
This is blatantly false. IE can load *many* other file formats, including Office documents, assuming you have the appropriate software installed. – Dan Jun 05 '14 at 19:37