Configure the file association for unknown file types
19 November 2004 by Snakefoot | Comment » | Trackback OffWindows XP includes new features for configuring the file association for unknown file types.
When trying to open a file which Windows doesn't recognize, then it will present you with two options:
- Use the Web service to find the appropriate program
- Select the program from a list
Credits windowsxp.mvps.org[HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Explorer]
InternetOpenWith = 0
[HKEY_LOCAL_MACHINE \Software \Microsoft \Windows \CurrentVersion \Policies \System]
NoInternetOpenWith = 1
More Info MS Technet: File Association Web Service