-
-
Notifications
You must be signed in to change notification settings - Fork 820
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow registering as default terminal app on Windows 11 #2416
Comments
If I understand correctly, you desire to have wezterm be the default console host when opening programs from gui programs that don't have their own console. https://github.com/microsoft/terminal/blob/main/doc/specs/%23492%20-%20Default%20Terminal/spec.md documents the complex handoff required for that. At a high level, it sounds like wezterm-gui would need to be built so that COM activation is possible, implement a particular COM interface, and then register itself as a default terminal. The spec doesn't specify the minimum version of Windows in which that is supported, but https://devblogs.microsoft.com/commandline/windows-terminal-as-your-default-command-line-experience/ suggests that Windows 11 is required. I'm in no rush to install Windows 11 on my AMD system (heard too many stories about terrible performance), so I've no way to test this functionality in the foreseeable future. |
As announced in microsoft/terminal#15505 and MicrosoftDocs/terminal#680, changing the default terminal no longer requires Windows 11; the feature was released for Windows 10 22H2 in KB5026435 (OS Build 19045.3031) |
nil.soft.shell.nvim.mp4nil.soft.shell.wezterm.mp4To have these in you explorer follow the below steps:
If you need logo like mine and the below logos in "~ \documents\logo' Change the code to
|
The default app dialogue on Windows isn't cutting it so I was wondering if an option for Wezterm to handle the bat/cmd batch files could be made by default, on a double click instead of just a right click.
The text was updated successfully, but these errors were encountered: