Launching with CreateProcess function #1731

Open
opened 2026-01-30 22:34:59 +00:00 by claunia · 0 comments
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:34:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1731