# Packer shutdown_commandThere is an alternative for the normal Windows shutdown command.Normally we use something like this to shutdown the VM in packer.```json"shutdown_command":"shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"",```Replace it with```json