Force a Windows service to restart
Fresh3 days ago
Mar 15, 202611208 viewsConfidence Score0%
0%
Problem
I'm having problems trying to restart a Windows service (VBoxDrv, a VirtualBox driver) net stop VBoxDrv doesn't work (service starting or stopping error) sc queryex vboxdrv displays something like (I translated the most important words from Spanish) Because no PID is shown, I cannot kill the proces…
Error Output
SERVICE_NAME: vboxdrv
TYPE : 1 KERNEL_DRIVER
STATUS : 3 STOP_PENDING
…Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Force a Windows service to restart
Low Risk
That isn't a regular Windows Service, it's a kernel mode driver. Unfortunately these drivers run outside of the User space (in kernel space) and basically you (as a user) can't force it to do anything (at least without a reboot, or some other extern…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix