How to change path to Grafana config file on Windows?

What Grafana version and what operating system are you using?
I builded Grafana from source on Windows. My version is 10.2.0-pre

Wha are you trying to achieve?
I moved Grafana on a new computer and when I’m starting grafana-server throught command line I’m getting error “Grafana-server Init Failed: Could not find config defaults, make sure homepath command line parameter is set or working directory is homepath”

How are you trying to achieve it?
I tried to change path to config file with command "grafana cli --config “C:\grafana\conf" admin reset-admin-password admin” but it gives me the same error “Grafana-server Init Failed: Could not find config defaults, make sure homepath command line parameter is set or working directory is homepath”.
I only can start server with command " grafana-server.exe -config “C:\grafana\conf\defaults.ini” -homepath “C:\grafana” "

What did you expect to happen?
I wan’t to start grafana with grafana-server comand.