Aktualizacja: 2025-10-16 10:02:45

This commit is contained in:
wesmar
2025-10-16 10:02:45 +02:00
parent c2bda40e5b
commit e54bd41f07

View File

@@ -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;