1
1
I am a developer, and I've just created an application, and my own file type, with an unique extension (let's say it would be .aaa). What I want to do is to add an entry on the "Send to" menu (right-click on the file -> send to) so I could send '.aaa' files to my application, and when I double click a .aaa file, it should open with my app.
I've found out, when trying to solve this, that I could put a shortcut to my app at C:\Users\<yourusername>\AppData\Roaming\Microsoft\Windows\SendTo
, however, it would work only for one user. I wonder if there is a registry key I could add/edit for that (for both, "send to" and file association), for all users...
Could you help me with that?
How about putting it into
C:\Users\Default\AppData\Roaming\Microsoft\Windows\SendTo
– Divin3 – 9 years agoI tried putting the shortcut there, but the send to was not updated. Should it be updated? Should I restart for changes to take effect when I put a shortcut on send to for the Default user? – Leonardo Alves Machado – 9 years ago