Kevin Dente's Blog

The Blip in the Noise
Disabling the web service look up in the "Open With" dialog of Windows XP

When you right-click on a file in Windows Explorer and select “Open With...”, it pops up an option discover the appropriate application to open the file with by calling a Microsoft Web Service. I have never once actually used this option, so it simply adds an extra mouse click to the process (to dismiss the dialog). I've been meaning to find out if it was possible to disable this popup for ages, and finally got around to consulting the Oracle of Google.

It turns out to be quite easy - simply bring up RegEdit, navigate to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\syste
m

and add a DWORD value called NoInternetOpenWith to the registry key, with a value of 1.

Bingo, no more popup.

Published Tuesday, July 13, 2004 11:00 AM by kevindente

Comments

# re: Disabling the web service looking in the "Open With" dialog of Windows XP@ Tuesday, July 13, 2004 2:22 PM

Holy crap, that's awesome. Great tip.

Phil Scott

# re: Disabling the web service looking in the "Open With" dialog of Windows XP@ Tuesday, July 13, 2004 3:51 PM

Thanks a lot!!! I too was annoyed when getting the first dialog. Now I disabled it after implementing your tip.

This is really a cool tip.

Varad

# re: Disabling the web service looking in the "Open With" dialog of Windows XP@ Tuesday, July 13, 2004 4:49 PM

SWEET

John S.

# re: Disabling the web service looking in the "Open With" dialog of Windows XP@ Thursday, July 15, 2004 11:25 AM

Thanks!

Jon Galloway

# re: Disabling the web service looking in the "Open With" dialog of Windows XP@ Thursday, July 15, 2004 11:31 AM

To do this with a reg file, you can copy the text following the --- line into a text file, name it whatever.reg, and double click on it:
---start---
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"NoInternetOpenWith"=dword:00000001

---end---

Jon Galloway

# Windows XP Tweak: Skip Internet Open With Dialog@ Tuesday, October 12, 2004 12:05 PM

TrackBack

# Remove Open With webservice dialog in Windows XP/2003@ Monday, March 07, 2005 1:40 PM

TrackBack

# Remove Open With webservice dialog in Windows XP/2003@ Monday, March 07, 2005 1:40 PM

TrackBack

Leave a Comment

(required) 
(required) 
(optional)
(required)