forked from coddec/Classic-Shell
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinned folders shouldn't shouldn't open with C:\Users\*\AppData\Roaming\OpenShell\Pinned\* #653
Labels
Enhancement/Feature Request
An Enhancement/Feature request by the community
Comments
Agreed, it's especially annoying when you need to navigate to paths above the original. |
thisismy-github
added a commit
to thisismy-github/Open-Shell-Menu
that referenced
this issue
Aug 20, 2021
Adds a new function called GetFakeFolder which attempts to find and get the target.lnk file from a fake folder (what Open-Shell uses to pin folders). If detected, InvokeCommand is swapped for a ShellExecute call to the target shortcut. Fixes Open-Shell#555, Open-Shell#653, and by extension, Open-Shell#691.
Bump |
This is fixed in Open Shell 4.4.170. I archived its installer here: https://1drv.ms/u/s!AvOMnbjzo1eEkwyqayBPDOHuWx0v?e=VeMX1e See #852 but an official release hasn't been made since there are many other changes to be approved/rejected. |
@Gaurav-Original-ClassicShellTester Thank you very much. Worked perfectly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I double click on a pinned folder to open it, it opens with this path
C:\Users\VarunAgw\AppData\Roaming\OpenShell\Pinned\igfx_win10_100.9313
.If the folder is in
D:\Software\igfx_win10_100.9313
, I would prefer that the original folder is opened instead rather than the symlink.The text was updated successfully, but these errors were encountered: