When shutting down there's always a warning that an application must first be closed before the PC or laptop shuts down.
In my case, that's the ominous application, VirtualBox Interface. It often says: "VirtualBox Interface has active connections". I don't even know this application. Did anyone have the same problem or know a solution?
Spontaneous
If you don't even know it, why is it installed on your computer at all?
I didn't install it. I don't know why it's on my laptop either.
Comes with Bluestacks, Docker or other Android emulators
Ah, then I know why. Because I own Bluestacks!
You see: problem solved.
So if you want a clean shutdown, quit Bluestacks first.
If it refuses, shoot it down:
wmic process where "name = 'BstkSVC.exe'" delete
Many Thanks! You will receive your HA in one day.
wmic process where "name = 'BstkSVC.exe'" delete
where do I have to enter this?
In a command prompt or in a batch file that you run before shutdown.