Coder Social home page Coder Social logo

problem with HP ProBook 4540s about nbfc HOT 3 CLOSED

hirschmann avatar hirschmann commented on May 17, 2024
problem with HP ProBook 4540s

from nbfc.

Comments (3)

hirschmann avatar hirschmann commented on May 17, 2024

Please provide more information:

  • Selected config
  • Have you made changes to the selected config?
  • Operating system
  • BIOS version
  • Is there a BIOS option like "fan always on on AC power"? (if this option exists, it should be disabled)

from nbfc.

maslukov avatar maslukov commented on May 17, 2024

Hi hirschmann!

  1. Selected config - HP ProBook 4540s.xml
  2. Have you made changes to the selected config? - No, I haven't made...
  3. Operating system - Win 8.1 pro (64-bit)
  4. BIOS version - F.60 A(15 Jan 2015)
  5. ...disabled
    How can I make a log (If necessary)?

from nbfc.

hirschmann avatar hirschmann commented on May 17, 2024

NBFC logs to the Windows EventLog. You can get all entries via powershell:
Get-WinEvent -ProviderName NoteBookFanControlService | ? {$_.Level -le 2} | % {"{0}{2}{1}{2}" -f $_.TimeCreated,$_.Message,[Environment]::NewLine} > ~\Desktop\NBFC.log

Sounds like the problem is the config itself. I will remove it from the repo if this issue cannot be resolved.

from nbfc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.