cd\
cd C:\path to where your laravel is
php artisan serve
But it would have to be added to task scheduler to run when windows opens, you need to go to the Microsoft site and look up how to run a bat file when Windows starts up.
You could search and see if there is a powershell command as well.
Warning
This web server was designed to aid application development. It may also be >useful for testing purposes or for application demonstrations that are run in >controlled environments. It is not intended to be a full-featured web server. It >should not be used on a public network.