Start-Process "powershell" ` -verb runas ` -ArgumentList ` "-NoExit", ` "-Command", ` "cd ${PSScriptRoot};", ` "packer build"