felixse / felixse/FluentTerminal

A Correct Way for Explorer Context Menu Integration

Open
#1,007 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
9.6k
Forks
448
PR merge metrics
No merged PRs in 30d

Description

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
3. 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.
4. 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".

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.