I am now using Windows Terminal as my main terminal on Windows. It's an awesome project.
However, I still have the habit of using win+R, then "cmd", then "Enter".
I'd like to replace the default behavior of "cmd" to start Windows Terminal instead this way: ""%LocalAppData%\Microsoft\WindowsApps\wt.exe" -w 0 new-tab"
I've tried the same method that Notepad++ uses to do it with the debugger entry in registry but Notepadd++ has a specific command to tell him so. When doing the same with cmd, it repeateadly open non-stop because a debugger will try to attach to "cmd". And since "debugger" is wt, it goes into an infinite loop.
I tried adding it here: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\
Anything I haven't found that could be the answer?
Yes, I know I can use "wt" in run. :)
Thanks.