You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since mandiant/flare-vm#580 and #962, Windows Terminal is the default console in FLARE-VM, being adding to the right-click and to the taskbar. @mandiant/vms should we also make Windows Terminal the default console to run tools as console apps? Currently the default is cmd for most tool and powershell for ps1 scripts.
The text was updated successfully, but these errors were encountered:
What do you mean with "this feature"? We want to open the shortcuts in the Tools directory with the Windows terminal, this is something we should be able to do in all versions.
I am using 10.0.19045.0 (downloaded from the recommended link in FLARE-VM), so we need to support this version as well.
@Ana06
The default terminal host in windows is conhost.exe, for any application that requires a console (Ex. console apps like cmd.exe or GUI apps using AllocConsole) windows, by default, assigns the traditional console host to it.
Since our shortcuts are basically wrappers for cmd.exe commands, the used console is the old conhost.exe. cmd.exe itself is not a console, it's an app that requires a console.
To change the default console host in windows, the OS build should be >= 19045.3031 .
Details
Since mandiant/flare-vm#580 and #962, Windows Terminal is the default console in FLARE-VM, being adding to the right-click and to the taskbar. @mandiant/vms should we also make Windows Terminal the default console to run tools as console apps? Currently the default is cmd for most tool and powershell for ps1 scripts.
The text was updated successfully, but these errors were encountered: