I would like to use the "Open in Windows Terminal" context menu installed together with Windows Terminal, but with some command line arguments in it.
Specifically, I would like to add the argument -w 0, which opens the terminal in the same window already opened.
How do I do that?
Edit
Following Señor CMasMas answer:
I know how to add a new option in the context menu by adding a new entry in the registry
Computer\HKEY_CLASSES_ROOT\Directory\Background\shell\
or, if you're not adim: Computer\HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\
But I'd like rather to modify the existing option by simply adding the arguments. Is that possible?
Edit 2
Now I was told that there is an option in settings to open the terminal in the same window, achieving what I was looking for:
But the general situation of including other command line arguments may follow the answer.

@wt.exe,-2does exactly? It didn't do anything in my case. – Diogo Jul 14 '22 at 03:58