samintz
Scott Mintz
- May
- 1,590
- 27
There is something special about the way Microsoft's new Terminal preview gets launched. I cannot run the executable directly. And when I create a shortcut on my desktop, TCC is unable to decode it.
I can create a button and put the LNK file in the button. I cannot run Terminal within a TakeCommand Tab. I realize not all GUI apps can run in a tab. But I wanted to see if it would.
Code:
$ shortcut "C:\Users\mintz\Desktop\Windows Terminal (Preview).lnk"
Command=
Arguments=
Directory=
Description=
Link=C:\Users\mintz\Desktop\Windows Terminal (Preview).lnk
Icon=
Offset=0
Mode=1
Hotkey=
I can create a button and put the LNK file in the button. I cannot run Terminal within a TakeCommand Tab. I realize not all GUI apps can run in a tab. But I wanted to see if it would.