You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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".
The text was updated successfully, but these errors were encountered:
I just find the documentation don't work on my computer.
Here is my way:
regedit
%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.
The text was updated successfully, but these errors were encountered: