sc create PHP binPath= "service.exe \"C:\php\php-cgi.exe -b 127.0.0.1:9000 -c C:\php\php.ini"" type= own start= auto error= ignore DisplayName= PHP
서비스 실행 중지 명령
sc start PHP // to start PHP service.
sc delete PHP // to delete PHP service
sc stop PHP // to stop PHP service