Skip to content

Files and directories overview

Stefan Hirschmann edited this page Jun 11, 2017 · 1 revision

Windows

Path
Install directory C:\Program Files (x86)\NoteBook FanControl\
Configs directory C:\Program Files (x86)\NoteBook FanControl\Configs\
Service settings & logs C:\ProgramData\NbfcService\
GUI client settings & logs %userprofile%\AppData\Roaming\NoteBookFanControl\
GUI client settings (before 1.5.3) %userprofile%\AppData\Roaming\StagWare\

Get the NBFC service's Event-Log entries of the last 7 days:
Get-EventLog -LogName "Application" -Source "NoteBookFanControlService" -After $(Get-Date).AddDays(-7)

Linux

Path
Install directory /opt/nbfc/
Configs directory /opt/nbfc/Configs/
Service settings & logs /etc/NbfcService/
Service unit /etc/systemd/system/nbfc.service
Service sleep hook unit /etc/systemd/system/nbfc-sleep.service

Get the NBFC service's log of the last 7 days:
journalctl -u nbfc --since "7 days ago"

Get the NBFC service's sleep-hook log of the last 7 days:

journalctl -u nbfc-sleep --since "7 days ago"