Skip to content
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

A Correct Way for Explorer Context Menu Integration #1007

Open
ZzzzzzzSkyward opened this issue May 31, 2022 · 0 comments
Open

A Correct Way for Explorer Context Menu Integration #1007

ZzzzzzzSkyward opened this issue May 31, 2022 · 0 comments

Comments

@ZzzzzzzSkyward
Copy link

ZzzzzzzSkyward commented May 31, 2022

I just find the documentation don't work on my computer.
Here is my way:

  1. open Registry Editor via regedit
  2. find each of the following place (inspired by cmder):
  • HKEY_CLASSES_ROOT*\shell\Fluent Terminal\command
  • HKCU\Software\Classes\Directory\shell\Fluent Terminal\command
  • HKCU\Software\Classes\Directory\Background\shell\Fluent Terminal\command
  • HKCU\Software\Classes\Drive\shell\Fluent Terminal\command
  • HKCU\Software\Classes\LibraryFolder\Background\shell\Fluent Terminal\command
  1. for each of the place, edit its value to be "%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe new", and for "HKCU\Software\Classes\Directory\shell\Fluent Terminal\command", add an extra %V.
    I've found that with "%1" it also works, but with "%%1" or "%%V" or "%V" it fails. Oops. I now know the quotation marks are not needed.
  2. for each of "command"'s parent directory, the "Fluent Terminal"(this name is arbitrary), edit its value to be the name you want it to show in context menu, like "Open Terminal Here". Then add a string key named "Icon", set its value to be the icon file's path, like "D:\FluentTerminal.ico".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant