mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 09:06:00 +03:00
[GH-ISSUE #1455] The program only worked one time #1253
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#1253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tellor1 on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1455
Describe the bug
The first time I installed the NBFC worked perfect. With the enable mode, I had the possibility to control the fan speed and define the auto status as well. The issue is that I've restarted my computer and it doesn't work anymore. I change the CPU fan target and the fan speed doesn't change.
System information
I've tried to install an older version and configure manually my device, but the program does not work anymore :(
@Cosmic-Infinity commented on GitHub (Dec 23, 2025):
It's probably because the winring0 driver has been quarantined by Windows defender after the first use. NBFC uses it to control fans, but it's a vulnerable driver, and microsoft has recently started actively flagging it.
If you want to use NBFC, the only option is to whitelist winring0 (or whatever version of it defender has flagged). But remember, it is kind of a security risk.
@tellor1 commented on GitHub (Dec 24, 2025):
I've realised that when I turn on the laptop, the NBFC does not work, nevertheless, when I put the PC in sleep mode (closing the lid or pressing the power button in my laptop) the NBFC works without any problem.
@Cosmic-Infinity commented on GitHub (Dec 24, 2025):
That's new. Do you see the temperature readouts in nbfc even if you are unable to control the fans?
If you see temperature readouts, that means winring0 is active, and hasn't been unloaded by defender.
@tellor1 commented on GitHub (Dec 24, 2025):
Yes, I am able to read the temperature and also the fan speed.