The Computer Oracle

How can I force "Open With" in the context menu to skip directly to browsing for a program file

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3

--

Chapters
00:00 How Can I Force &Quot;Open With&Quot; In The Context Menu To Skip Directly To Browsing For A Program
00:40 Accepted Answer Score 3
01:19 Thank you

--

Full question
https://superuser.com/questions/345148/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #windowsexplorer

#avk47



ACCEPTED ANSWER

Score 3


Go to the following registry key in Windows registry (You can type regedit.exe in the start menu search bar to open it):

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now right click anywhere in the right pane and create a new 32-bit DWORD value with the following parameters:

  • Name: NoInternetOpenWith
  • Value: 1

Close the registry editor for the changes to take effect. Now, whenever you try to open a file with no associated program, Windows 7 will skip the web service prompt and directly open the "Open With..." window.

enter image description here