The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Stop the Windows XP file association web service

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Darrell Norton

Posts: 876
Nickname: dnorton
Registered: Mar, 2004

Darrell Norton is a consultant for CapTech Ventures.
Stop the Windows XP file association web service Posted: Nov 16, 2004 9:50 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Darrell Norton.
Original Post: Stop the Windows XP file association web service
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Darrell Norton
Latest Posts From Darrell Norton's Blog

Advertisement

From here:

The file association Web service in Microsoft Windows XP Professional Service Pack 1 (SP1) extends the scope of information stored locally by the operating system about file name extensions, file types, and the applications or components to use when opening a particular file type. Assuming that .123 filetype is unregistered in your system, and when you double-click a 123 file, you'll be presented with the Web Service dialog as shown in the figure. When you choose the first option, Windows launches this website:

http://shell.windows.com/fileassoc/0409/xml/redir.asp?Ext=123

Windows XP file extension web service

To prevent the initial dialog from being shown, to proceed directly to the Choose Programs dialog, try this:

  • Open Registry Editor and navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
  • In the right-pane, set InternetOpenWith value to 0
  • To make changes to all the user profiles, make the changes here:  HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer
  • If InternetOpenWith does not exist, create a new REG_DWORD value and assign 0 to it.

Another method:

  • Navigate to the following registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
  • In the right-pane, create a new REG_DWORD value named NoInternetOpenWith 
  • Double-click NoInternetOpenWith and set it's data to 1.
  • To make changes to the current user profile only, delete the NoInternetOpenWith value in HKEY_LOCAL_MACHINE area, and add the value here: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System

This Blog Hosted On: http://www.DotNetJunkies.com/

Read: Stop the Windows XP file association web service

Topic: MCMS Web Author ... dialog enhancements Previous Topic   Next Topic Topic: CustomPropertyDbEx - Another option for MCMS Custom Properties

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use