Skip to content

fix: hide cmd.exe black window on Windows startup - #33

Closed
asorry75 wants to merge 1 commit into
vectorize-io:mainfrom
asorry75:fix/create-no-window
Closed

fix: hide cmd.exe black window on Windows startup#33
asorry75 wants to merge 1 commit into
vectorize-io:mainfrom
asorry75:fix/create-no-window

Conversation

@asorry75

Copy link
Copy Markdown

Add CREATE_NO_WINDOW creationflag to subprocess.call() in _run_pg0() to prevent a visible black cmd.exe window when starting PostgreSQL.

The flag only suppresses the console window allocation — subprocess.call() remains synchronous and blocks until pg0.exe exits as before.

Closes #32

Add CREATE_NO_WINDOW creationflag to subprocess.call() in _run_pg0()
to prevent a visible black cmd.exe window when starting PostgreSQL.

The flag only suppresses the console window allocation — subprocess.call()
remains synchronous and blocks until pg0.exe exits as before.

Closes vectorize-io#32
@asorry75 asorry75 closed this Aug 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Windows console window (cmd.exe) pops up when starting embedded PostgreSQL

1 participant