Created
March 31, 2023 17:40
-
-
Save manciuszz/9304bceb4c88f35fe927386c6d9eda77 to your computer and use it in GitHub Desktop.
Windows 10/11 - Add 'Open real file location' context menu item.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\shell\OpenSymlink] | |
"MUIVerb"="Open real file location" | |
[HKEY_CLASSES_ROOT\Directory\shell\OpenSymlink\command] | |
@="powershell.exe -NoProfile -Command \"explorer.exe (Get-Item '%1' -Force).Target\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment