I would like to ask for the option to add the Photofiltre to the new Windows 11 context menu to be added in the next version. As is already the case with Notepad++ and Winrar.
Thanks in advance.
Windows 11 context menu
Modérateur : Modérateurs
-
- Nouveau(elle)|Nouveau|Nouvelle
- Messages : 3
- Inscription : 28 sept. 2023 18:24
- Version de PhotoFiltre : 11
- Système d'exploitation : Windows 11
- Processeur : Ryzen 5 5600
- Mémoire RAM : 32 GB
-
- Administrateur(trice)|Administrateur|Administratrice
- Messages : 12852
- Inscription : 28 oct. 2003 22:49
Re: Windows 11 context menu
don't use windows 11 only 10
and with drag and drop of the icon from desktop ?
and with drag and drop of the icon from desktop ?
-
- Nouveau(elle)|Nouveau|Nouvelle
- Messages : 3
- Inscription : 28 sept. 2023 18:24
- Version de PhotoFiltre : 11
- Système d'exploitation : Windows 11
- Processeur : Ryzen 5 5600
- Mémoire RAM : 32 GB
Re: Windows 11 context menu
It works, but it's not a pleasant solution. I had made a registry file for Windows 10, but for 11 you need to create a UWP to be able to add it to the modern context menu.
---
I'll take advantage of the post to pass the registry file. This solution adds an option to edit with Photofiltre in almost all image files in Windows 10
---
I'll take advantage of the post to pass the registry file. This solution adds an option to edit with Photofiltre in almost all image files in Windows 10
Code : Tout sélectionner
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\image\shell\PhotoFiltre]
@="PhotoFiltre"
"Icon"="C:\\PhotoFiltre11\\PhotoFiltre11.exe,0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\image\shell\PhotoFiltre\command]
@="\"C:\\PhotoFiltre11\\PhotoFiltre11.exe\" \"%1\""
-
- Administrateur(trice)|Administrateur|Administratrice
- Messages : 12852
- Inscription : 28 oct. 2003 22:49
Re: Windows 11 context menu
thanks for this tip
-
- Nouveau(elle)|Nouveau|Nouvelle
- Messages : 3
- Inscription : 28 sept. 2023 18:24
- Version de PhotoFiltre : 11
- Système d'exploitation : Windows 11
- Processeur : Ryzen 5 5600
- Mémoire RAM : 32 GB
Re: Windows 11 context menu
Not to insist, but I ask you to think about this implementation.
Thanks for the excellent editor.
Thanks for the excellent editor.
-
- Nouveau(elle)|Nouveau|Nouvelle
- Messages : 9
- Inscription : 05 déc. 2023 14:56
- Version de PhotoFiltre : 2022
- Système d'exploitation : windos
- Processeur : intel i7
- Mémoire RAM : 16GB
Re: Windows 11 context menu
You will have to add PhotoFiltre to Windows 11 context menu and then edit the registry at HKEY_CLASSES_ROOT*\shell after that create a PhotoFiltre key. Add a command key and set the default value to the PhotoFiltre executable path followed by %1.
I hope that helps.
I hope that helps.