I've developed a namespace extension and added it under "my computer". i'm playing with junction points and created one in the following manner:
- created a folder named "MyExtension" under C:\
- renamed the folder to "MyExtension.{CLSID}" where the CLSID belongs to my namespace extension.
after doing this, i manage to go through file explorer and surf my virtual folder and it's called "MyExtension" under C:\
so i have several issues that happen:
- when i write "C:\MyExtension\MyFolder" via the address bar - everything works
- when i try to use it via Run... - it doesn't work, i have to supply the CLSID in order for it to work "C:\MyExtension.{CLSID}\My folder"
- also when listing the folder in the command line, i see the CLSID aswell
this is not a good experience for the user, is there a way to make the run work without the CLSID supplied?
Thank you!