Grayscale profile picture

Patrique Ouimet

Senior Backend Software Engineer

Virtualbox Screenshots

Apr 2, 2020

A simplest way to take screenshots from a running virtualbox through terminal is as follows:

vboxmanage controlvm <vm name> screenshotpng <filename>.png

// example
vboxmanage controlvm "MSEdge - Win10" screenshotpng ie-test.png

The above example will save an image ie-test.png to the current directory