unable to remove/deselect file associations
Moderators: helmut, XnTriq, xnview, Dreamer
unable to remove/deselect file associations
I am unable to remove/deselect any file associations from the list.
(Settings > Integration > Run the File association tool)
I'm experiencing this on XnView MP v.064 / Windows 7 x64
Idea/fix/workaround, anyone.
Thank you
(Settings > Integration > Run the File association tool)
I'm experiencing this on XnView MP v.064 / Windows 7 x64
Idea/fix/workaround, anyone.
Thank you
Re: unable to remove/deselect file associations
I have that problem with XnView Extended 2.1.3 on Windows 8.1
Clicking on the list with the file associations to select or deselect them, is like clicking on a picture. Nothing happens.
Clicking on the list with the file associations to select or deselect them, is like clicking on a picture. Nothing happens.
Re: unable to remove/deselect file associations
yesxnview wrote:The windows 7 file association panel?
m. Th.
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
Re: unable to remove/deselect file associations
Set Program Associations window
http://tinypic.com/r/2nb9jwi/5
http://tinypic.com/r/2nb9jwi/5
Re: unable to remove/deselect file associations
you can't uncheck extension???izumitelj wrote:Set Program Associations window
http://tinypic.com/r/2nb9jwi/5
Pierre.
Re: unable to remove/deselect file associations
It seems that Windows 7/8 doesn't allow the user to change extensionizumitelj wrote:nope! :—(

Pierre.
Re: unable to remove/deselect file associations
Please take a look at “How to change default mode to open to view, not browser”, Pierre.xnview wrote:It seems that Windows 7/8 doesn't allow the user to change extensioni don't understand why....
Re: unable to remove/deselect file associations
you need to add a hash key???XnTriq wrote:Please take a look at “How to change default mode to open to view, not browser”, Pierre.xnview wrote:It seems that Windows 7/8 doesn't allow the user to change extensioni don't understand why....
Pierre.
Re: unable to remove/deselect file associations
Welcome to the brave new world of Windows 8xnview wrote:you need to add a hash key???

Re: unable to remove/deselect file associations
If you add a hash key, you are able to unselect extension??XnTriq wrote:Welcome to the brave new world of Windows 8xnview wrote:you need to add a hash key???
Pierre.
Re: unable to remove/deselect file associations
I don't have any hands-on experience with Windows 8, but it is my understanding that the hash key can only be added by the system, and that there's no way to associate file types during the installation of XnView or from within XnView's options (“System integration”) any morexnview wrote:If you add a hash key, you are able to unselect extension??

MSDN (Windows Desktop Development » [url=http://msdn.microsoft.com/en-us/library/windows/desktop/hh848047.aspx]File type and URI associations model[/url]) wrote:The file type and URI association model has changed in Windows 8. Apps are no longer able to programmatically set themselves as the default handler for a file type or URI. Instead, now the user always controls what the default handler is for a file type or URI scheme.
Microsoft ([url=http://download.microsoft.com/download/4/3/A/43A474F2-5038-47BD-A4D3-ECD5EFE80192/Best%20practices%20for%20file%20type%20and%20protocol%20associations%20in%20Windows%208%20desktop%20apps.docx]Best Practices for File Type and URI Associations in Windows Developer Preview Desktop Apps[/url]) wrote:There are three ways your application can be surfaced once it registers. Choose the option that is most appropriate for your application.
- Default contention
- Description: Applications that contend for defaults will be proactively promoted to the user automatically by Windows.
- Recommended for: Apps that wish to be the considered for selection as the default handler for a file type.
- How to do this: Register your ProgID under
- \SOFTWARE\Classes\[FileType]\OpenWithProgIDs
- ‘OpenWith’ list
- Description: Applications that are added to the OpenWith list (but don’t contend to be a default handler) appear on the OpenWith list, but are not proactively promoted to the user.
- Recommended for: Apps that are used as occasional viewers or editors of a file type, but not necessarily appropriate as the default.
- How to do this: Register your ProgID under
- \SOFTWARE\Classes\[FileType]\OpenWithList
- ‘See all’ list
- Description: Applications that register to be included in the ‘see all’ portion of the OpenWith list are available to be chosen for any file type.
- Recommended for: Generally not recommended, except for apps that are universal viewers for all file types.
- How to do this: Register your application under \SOFTWARE\Classes\Applications, and be sure to not add a ‘NoOpenWith’ key.
- Microsoft Windows Help: Choose the apps Windows uses by default
- wikiHow: How to Associate File Types in Windows 8
- aNewDomain: How to Change File Associations in Windows 8.1, Open Files From the Desktop
Re: unable to remove/deselect file associations
TechNet Blogs: Configuring file associations in Windows 8.1 (09/Jan/2014)