Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.comp.os.windows-11 > #18640

Re: memory usage vs fan usage

Path csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From Paul <nospam@needed.invalid>
Newsgroups alt.comp.os.windows-11
Subject Re: memory usage vs fan usage
Date Thu, 24 Apr 2025 09:08:29 -0400
Organization A noiseless patient Spider
Lines 77
Message-ID <vudd4f$1kr4e$1@dont-email.me> (permalink)
References <m6cgr0Fa4thU1@mid.individual.net> <d3rztgut6pgy.dlg@v.nguard.lh> <m6d098Fcl4lU1@mid.individual.net> <vu0agr.pb0.1@ID-201911.user.individual.net> <m6hjmmF5smlU1@mid.individual.net> <vu0kg3.qeo.1@ID-201911.user.individual.net> <m6u6rnF6305U1@mid.individual.net> <ynt5nm9jnatd.dlg@v.nguard.lh> <m6ui6jF81veU1@mid.individual.net>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 7bit
Injection-Date Thu, 24 Apr 2025 15:08:32 +0200 (CEST)
Injection-Info dont-email.me; posting-host="cbc77969daa9609e6291a4af466fe773"; logging-data="1731726"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/hjdXrbfETVi2weuVjjhA4IovuBZZ4igI="
User-Agent Ratcatcher/2.0.0.25 (Windows/20130802)
Cancel-Lock sha1:5t/wHvcUNvXa3a/5vlqmH7ks6d8=
Content-Language en-US
In-Reply-To <m6ui6jF81veU1@mid.individual.net>
Xref csiph.com alt.comp.os.windows-11:18640

Show key headers only | View raw


On Thu, 4/24/2025 6:30 AM, Andy Burns wrote:
> VanguardLH wrote:
> 
>> Andy Burns <usenet@andyburns.uk> wrote:
>>
>>> nbfcservice
>>
>> https://www.file.net/process/nbfcservice.exe.html
>>
>> https://github.com/UraniumDonut/nbfc-revive/issues/27
>>
>> Looks like something you installed
> 
> I had hoped it was obvious that nbfcservice.exe is provided by 'NoteBook FanControl' suggested by Frank, uninstalling it didn't leave the .exe behind, but something is frequently upsetting dwm.exe, making the machine unresponsive for 10s f seconds until something crashes, and restarts the session.
> 
>> (along with Speedfan and HWmonitor),
>> or maybe it is bundleware that comes pre-installed by whomever made the
>> notebook.
> 
> Lenovo.

Maybe the uninstaller on something did not clean up ?

I've seen the odd item using    dir /ah   when inspecting
the folder. I don't see a particular reason for *anyone* to be
making files hidden. Even though Process Monitor puts a hidden
"procmon23..." file in System32 (for boot logging) and does not
remove it later.

Maybe it had a service set up that puts a display in the toolbar
("TrayIconRenderer"). It's possible Speedfan had something like that
concept as well.

If fan controller softwares are being used, two should not be
run at the same time, as the SMBUS master is not thread safe.
Only one "reader" should use that bus at a time, at runtime.
The bus can be corrupted if two programs are running, but
this might only affect the readouts (and behaviors) of the
two programs, rather than crashing the system.

You can use nfi.exe to make a file list. But it does not
do a good job on hardlinked files (it only lists one of the
two filenames such a file goes by). nfi.exe is not thwarted
by permissions (it only reads the $MFT). But Everything.exe
when it lists files,  anything which is "Access denied" won't
get listed, as it reads the $MFT, but it also traverses
the folder tree.

nfi.exe is in this zip, and it would be really "handy" if Microsoft
would re-write this for modern times. I've run into one file
in the $MFT (I was writing a program similar to nfi myself),
that didn't have a $FILENAME, and stuff like this makes me
angry. CHKDSK would not remove it, implying the structure
was <cough> perfectly normal.

https://web.archive.org/web/20150329185738/http://download.microsoft.com/download/win2000srv/utility/3.0/nt45/en-us/oem3sr2.zip

   (administrator command prompt)

   cd /d %userprofile%\Downloads
   nfi.exe c: > nfi-c-out.txt
   notepad nfi-c-out.txt

If you make a backup of C: with Macrium, then mount the C:
partition as K: and tick the "remove file restrictions" tick
box while mounting the .mrimg as K:, then, a program like
Everything.exe should be able to list all visible files.
There will always be a few items, that Macrium will not back
up, so there might not be a pagefile.sys in there for example.
Making a backup using the Macrium CD might get you a little
closer to a thorough backup.

Windows Defender has an "offline scan" it can do, which while
the item is not malware, maybe the suspicious driver list will
find the item.

   Paul

Back to alt.comp.os.windows-11 | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-17 15:16 +0100
  Re: memory usage vs fan usage Paul <nospam@needed.invalid> - 2025-04-17 12:09 -0400
    Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-17 19:57 +0100
      Re: memory usage vs fan usage Paul <nospam@needed.invalid> - 2025-04-18 03:15 -0400
  Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-17 11:59 -0500
    Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-17 19:40 +0100
      Re: memory usage vs fan usage Frank Slootweg <this@ddress.is.invalid> - 2025-04-19 12:04 +0000
        Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-19 13:36 +0100
          Re: memory usage vs fan usage Paul <nospam@needed.invalid> - 2025-04-19 09:25 -0400
          Re: memory usage vs fan usage Frank Slootweg <this@ddress.is.invalid> - 2025-04-19 14:54 +0000
            Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-19 16:16 +0100
            Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-24 08:17 +0100
              Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-24 05:14 -0500
                Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-24 11:30 +0100
                Re: memory usage vs fan usage Paul <nospam@needed.invalid> - 2025-04-24 09:08 -0400
                Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-24 20:59 -0500
                Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-25 07:40 +0100
                Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-25 19:13 +0100
                Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-25 22:29 -0500
                Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-26 10:31 +0100
                Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-26 15:05 -0500
        Re: memory usage vs fan usage "Carlos E.R." <robin_listas@es.invalid> - 2025-04-19 14:36 +0200
          Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-19 13:56 +0100
          Re: memory usage vs fan usage Paul <nospam@needed.invalid> - 2025-04-19 09:28 -0400
  Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-17 15:07 -0500
    Re: memory usage vs fan usage "Carlos E.R." <robin_listas@es.invalid> - 2025-04-17 22:25 +0200
      Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-17 19:30 -0500
        Re: memory usage vs fan usage "Carlos E.R." <robin_listas@es.invalid> - 2025-04-18 14:09 +0200
          Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-18 11:13 -0500
            Re: memory usage vs fan usage "Carlos E.R." <robin_listas@es.invalid> - 2025-04-18 21:33 +0200
    Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-17 22:12 +0100
      Re: memory usage vs fan usage VanguardLH <V@nguard.LH> - 2025-04-17 20:07 -0500
      Re: memory usage vs fan usage Paul <nospam@needed.invalid> - 2025-04-18 05:24 -0400
        Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-18 12:08 +0100
          Re: memory usage vs fan usage Frank Slootweg <this@ddress.is.invalid> - 2025-04-18 18:09 +0000
            Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-18 19:36 +0100
  Re: memory usage vs fan usage "Carlos E.R." <robin_listas@es.invalid> - 2025-04-17 22:29 +0200
    Re: memory usage vs fan usage Andy Burns <usenet@andyburns.uk> - 2025-04-17 22:17 +0100
      Re: memory usage vs fan usage "Carlos E.R." <robin_listas@es.invalid> - 2025-04-18 02:19 +0200
      Re: memory usage vs fan usage Paul <nospam@needed.invalid> - 2025-04-18 05:52 -0400

csiph-web