genotrance / px

An HTTP proxy server to automatically authenticate through an NTLM proxy
MIT License
950 stars 98 forks source link

v0.9.2 - px --install to launch px in background #217

Closed beaulieukevin closed 7 months ago

beaulieukevin commented 7 months ago

Using px --install is setting windows registry to execute px.exe at startup. However, it launch px in foreground and there is no possibility to launch it in background. It would be interesting to have a background feature toggle.

I workaround it by creating my own bat file executing px in background.

genotrance commented 7 months ago

This was reported in https://github.com/genotrance/px/issues/203. The readme has been updated to document how to get Px running without a console.

beaulieukevin commented 7 months ago

Crystal clear thanks.