使用windows terminal,添加到右键并美化

1,windows Terminal是微软推出的新的命令行工具

2,添加到右键菜单

新建文本文件,输入以下代码,保存为reg文件,然后运行

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="Windows terminal here"

[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="C:\\Users\\你的用户名\\AppData\\Local\\Microsoft\\WindowsApps\\wt.exe"

3,打开windows terminal配置文件,修改几个地方

 "startingDirectory": "."      //修改这个可以让windwos terminal从当前右键文件夹打开
 "useAcrylic":true              //打开透明度
"acrylicOpacity":0.5          //透明度设置

"profiles": [
    {
      // Make changes here to the powershell.exe profile
      "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
      // "name": "Windows PowerShell",
      "name":"Yangliwei Terminal",
      "closeOnExit": true,
      "commandline": "powershell.exe",
      "hidden": false,
      "startingDirectory": ".",
      "useAcrylic":true,
      "acrylicOpacity":0.5
    },

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值