I installed postgresql on windows and during the installation asked to make it for the account. This made a new Windows user on my computer named postgres, and I created a password for it.
Now I want to run psql on the Windows command line, it asks for a password (without mentioning the user) and always returns me an error: psql: FATAL: password authentication failed for user "Ash". Despite the fact that I entered the password for my accounts many times.
using pgadmin I changed the user "postgres" to "Ash", but I still have to redo the password. I followed these steps: I forgot the password entered during postgres installation (I rather type host all 127.0.0.1/32 trust , because I am in the windows), but when psql starts again, so that I can change the password, I get an error : psql FATAL:could not load pg_hba.conf. Together.
Why can't it boot? All I did was add an additional authentication option.
Also, is the Windows user separate from the postresql user, or are they the same (dependent on each other)?
Edit:

As you can see, this did not give me a choice if Aisha should be superuser or not. or other options in this regard.
I also used pgadmin ||| to create a new user, but the same error appears: 

The user does not exist, so why does he do it?
source share