Launching with CreateProcess function #1734

Closed
opened 2026-01-30 22:35:06 +00:00 by claunia · 1 comment
Owner

Originally created by @squealingpaprika on GitHub (Jun 18, 2019).

Summary of the new feature/enhancement

Add the ability to launch using the Windows CreateProcess function https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-createprocessa so that the terminal can be launched programmatically. Ideally this would mean it would also be possible to launch via command line, with arguments to specify which shell(s) should open in the tabs etc. I'm not sure if this will at all be possible as in the current state I am only able to launch via the start menu, with no launch time parameters available. The only settings I can change are in profiles.json.

Originally created by @squealingpaprika on GitHub (Jun 18, 2019). # Summary of the new feature/enhancement Add the ability to launch using the Windows CreateProcess function https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-createprocessa so that the terminal can be launched programmatically. Ideally this would mean it would also be possible to launch via command line, with arguments to specify which shell(s) should open in the tabs etc. I'm not sure if this will at all be possible as in the current state I am only able to launch via the start menu, with no launch time parameters available. The only settings I can change are in profiles.json.
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-FixResolution-Duplicate labels 2026-01-30 22:35:06 +00:00
Author
Owner

@DHowett-MSFT commented on GitHub (Jun 18, 2019):

This already exists. wt.exe or wtd.exe should be in your PATH, and we have #607 tracking command line arguments.

@DHowett-MSFT commented on GitHub (Jun 18, 2019): This already exists. `wt.exe` or `wtd.exe` should be in your `PATH`, and we have #607 tracking command line arguments.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1734