Bear of the Year
Bear of the Year

Reputation: 333

Simulating windows laptop in virtual machine?

I wonder if there is a way to simulate laptop in a virtual machine. Specifically, I would like to simulate the lid closing behavior. I checked virtual box and it doesn't seem to have this kind of feature.

Thanks!

Upvotes: 6

Views: 1697

Answers (1)

karlphillip
karlphillip

Reputation: 93410

You will have to write an application to do that.

The message you are interested in broadcasting is WM_POWERBROADCAST.

Take a look here if you also need to catch it.

Upvotes: 1

Related Questions