Console::powerDown() abnormal shutdown.

Discussion about using the VirtualBox API, Tutorials, Samples.
Post Reply
Jaynscn
Posts: 1
Joined: 11. Jul 2020, 09:16

Console::powerDown() abnormal shutdown.

Post by Jaynscn »

Virtualbox version 5.2.42
Virtualbox API version 5.2.42
Connection type Webservice
Language Java

Code: Select all

session.getConsole().powerDown();
The power supply is cut off directly, Causes the computer not to shut down properly.
Especially the windows system.
How to deal with it better?
Post Reply