diff --git a/kvc/ControllerDriverManager.cpp b/kvc/ControllerDriverManager.cpp index 65eaff0..38005fc 100644 --- a/kvc/ControllerDriverManager.cpp +++ b/kvc/ControllerDriverManager.cpp @@ -20,6 +20,8 @@ bool Controller::ForceRemoveService() noexcept { return false; } + StopDriverService(); + SC_HANDLE hSCM = OpenSCManagerW(nullptr, nullptr, SC_MANAGER_ALL_ACCESS); if (!hSCM) { return false;