From e54bd41f07a1f5d8150479012aba4ae23d89c0ed Mon Sep 17 00:00:00 2001 From: wesmar Date: Thu, 16 Oct 2025 10:02:45 +0200 Subject: [PATCH] Aktualizacja: 2025-10-16 10:02:45 --- kvc/ControllerDriverManager.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;