AIMP Forum
AIMP for PC => Вопросы / Questions => Topic started by: PatateDouce on April 23, 2021, 18:55:33
-
Hello,
I have this message when I click on "File Location..." item.
This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel.
I have this message since I've changed by mistake a setting in the Q-Dir explorer. I checked the registry. Everything seems OK.
There is certainly a setting somewhere to restore but I don't know which one. :)
Thanks for your help. And congrats for AIMP !!!
-
I have no idea how to restore it too. We uses Windows API to invoke file explorer withit the file directory
-
Thanks for your reply.
Could you give me the line of code ? Maybe that give me a direction to resolve the problem.
-
I use the SHOpenFolderAndSelectItems function
-
Thank you ! I will keep looking.
-
Hello, I resolved my problem. It was enough to clear the value of HKEY_CLASSES_ROOT > Folder > Shell > (Default). Even if the value is "none", you have to clear it.
-
Thank you for sharing your solution!