31 March 2009

Bypass open with lookup web service When opening

Bypass open with lookup web service
When opening up a file in windows that does not already have a registered file association you are prompted if you would like to specify what file to use to open the file or if you would like to use a web service. The web service is a great idea for the average computer user but for advanced users, you likely already know what you want to open the file with. 

With the help of a registry change you can disable the web service lookup and bypass that screen entirely. Instead you will be taken directly to the list of applications on your computer you can open the file with.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
NoInternetOpenWith

Create a DWORD called NoInternetOpenWith and set it to 1.

The next time you use Open With on a file you will be taken directly to the application list. 

No comments:

Post a Comment