Windows Terminal Customization
Windows Terminal Customization
This article mainly solved the problem of “open windows terminal here”.
Firstly u need to download windows terminal
in Microsoft Store
,then u need to edit settings of windows terminal
, add a customized shell like conda
.
Run this registry file.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt]
@="open terminal here"
[HKEY_CLASSES_ROOT\Directory\Background\shell\wt\command]
@="wt -d %V -p conda"
-d
means choose path, %V means current path.
-p
means specific named shell.
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 R0gerThat!
评论