Simply via a cmd file:
rem Attempt to abort cleanly
nginx -s stop
rem stop the service that started it
net stop "NGinxWS"
rem Send a kill just in case
pv -kf nginx*
rem Attempt to abort cleanly
nginx -s stop
rem stop the service that started it
net stop "NGinxWS"
rem Send a kill just in case
pv -kf nginx*