When using the windows installer found on postgresql.org, the installer has a step asking you to provide a superuser password for the default postgres
user.
When using the winget package manager for windows, this step is completely skipped. Is there any way to provide a default password to use when installing via winget? Is there one already provided?
$ winget install -e --id PostgreSQL.PostgreSQL
(This directly installs postgres and does not prompt for a password)