我已经安装Windows 终端和Ubuntu 应用程序来自 Microsoft Store。根据该应用程序的描述,
Windows 终端是一个全新、现代、快速、高效、功能强大且高效的终端应用程序,适用于命令提示符、PowerShell 和 WSL 等命令行工具和 shell 的用户。
要使用 WSL,我需要在 Windows 终端中启动 Ubuntu,但我找不到该选项。
如何在菜单中添加 Ubuntu?
答案1
单击“设置”。
- 选择一个文本编辑器来编辑该.json 文件。
找到
profiles
条目并将其添加到 CMD 条目后,并在后面加上逗号 (,) 来}
分隔条目。{ "acrylicOpacity" : 0.75, "closeOnExit" : true, "colorScheme" : "Campbell", "commandline" : "ubuntu", "cursorColor" : "#FFFFFF", "cursorShape" : "bar", "fontFace" : "Consolas", "fontSize" : 10, "guid" : "{GUID of the app in double quotes}", "historySize" : 9001, "icon" : "Absolute path of icon (with double quotes)", "name" : "Ubuntu", "padding" : "0, 0, 0, 0", "snapOnInput" : true, "startingDirectory" : "%USERPROFILE%", "useAcrylic" : true }
请注意,GUID 必须在里面
{
}
。保存文件。再次点击下拉菜单检查是否已添加。
笔记:
- 要获取应用程序的 GUID,请参阅以下问题:如何获取从 Microsoft Store 安装的应用程序的 GUID?
- 您可以从 x48 的任何地方下载 png 格式的徽标。我使用过这个图标和 48x48 尺寸。