Hi everyone, I am still on my quest to be able to set up a Windows Box with Vagrant, that is provisioned with NVDA and that will provide some sort of speech output once the provisioner has run. I have now managed to get the provisioner to run on a Windows10 box, after messing about with 'winrm' for a while. This script installs the NVDA package using 'choco'. I don't think it's the latest but better than nothing. However NVDA does not automatically start once the package is installed. Note currently I don't have access to a physical box running Windows that I can test stuff out on. I am looking for a way to start either NVDA or Narrator from the command prompt or power shell, so I can at least get some feedback. I have tried going to the VM GUI and using the NVDA short cut key as a quick work-around, but nothing seemed to happen. Also as I am being lazy and not building my own Vagrant box, a quick way to enable Audio if it is disabled is appreciated. I think it is available on the box I have, but I may play with different Windows boxes in the future. Thanks in advance for any suggestions, Jen!