【基础配置】Fluent Terminal美化CMD窗口教程

发布时间:2024年01月24日

?Nx01 产品简介

????????Fluent Terminal是一款开源的跨平台终端模拟器,它具有美观的用户界面和现代化的功能。它支持多个会话和窗口,可以自定义主题和快捷键,还支持多种协议,如SSH、Telnet、RDP和Serial等。Fluent Terminal还可以通过插件扩展功能,例如添加自定义命令和工具栏按钮等。它适用于Windows、macOS和Linux等操作系统。

Nx02 下载地址

????????https://github.com/felixse/FluentTerminal

Nx03 产品安装

通过github下载安装。

通过微软应用商店安装。

Nx04 产品配置

1.添加到右键菜单。

添加鼠标右键菜单 新建文本,将以下脚本复制到文本中,另存为Install.bat,双击打开Install.bat。

reg add "HKCU\Software\Classes\Directory\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%1\"" /f
reg add "HKCU\Software\Classes\Directory\Background\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f
reg add "HKCU\Software\Classes\LibraryFolder\Background\shell\Open Fluent Terminal here\command" /d "\"%LOCALAPPDATA%\Microsoft\WindowsApps\flute.exe\" new \"%%V\"" /f

2.删除右键菜单。

删除鼠标右键菜单 操作同上,另存为Uninstall.bat。

reg delete "HKCU\Software\Classes\Directory\shell\Open Fluent Terminal here" /f 
reg delete "HKCU\Software\Classes\Directory\Background\shell\Open Fluent Terminal here" /f 
reg delete "HKCU\Software\Classes\LibraryFolder\Background\shell\Open Fluent Terminal here" /f

文章来源:https://blog.csdn.net/qq_37113223/article/details/135822978
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。