cretueusebiu / valet-windows

Laravel Valet for Windows.
MIT License
912 stars 86 forks source link

Disable auto start on boot #196

Closed rognales closed 2 years ago

rognales commented 2 years ago

I'm not sure if this being asked before, but how do i turn off the start on boot?

Reason: This is related to known issue of AcrylicDNS conflict with Docker Desktop. Its troublesome to stop valet, restart docker & finally start valet.

Expectation: I want to set Docker to start on boot and Valet to start on-demand.

cretueusebiu commented 2 years ago

I had the same problem, but you can just set the AcrylicDNS service startup type to Automatic (Delayed Start) and will start after Docker.

Screenshot_1 .

rognales commented 2 years ago

That's a good workaround. That should do the tricks.