[GH-ISSUE #348] No NoteBook FanControl main folder. #313

Closed
opened 2026-02-26 00:32:18 +03:00 by kerem · 7 comments
Owner

Originally created by @VariousBlue on GitHub (Sep 26, 2017).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/348

I cant use nbfc at all, i tried so many times but it doesn't work. I manage to install it but there's no main folder, no exe or anything. Help please? im using Lenovo U41.

Im so frustrated because my laptop keep lagging.

Originally created by @VariousBlue on GitHub (Sep 26, 2017). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/348 I cant use nbfc at all, i tried so many times but it doesn't work. I manage to install it but there's no main folder, no exe or anything. Help please? im using Lenovo U41. Im so frustrated because my laptop keep lagging.
kerem 2026-02-26 00:32:18 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@hirschmann commented on GitHub (Sep 27, 2017):

Have you looked at the right spot? Have a look at: https://github.com/hirschmann/nbfc/wiki/Files-and-directories-overview

Has your anti-virus disrupted the NBFC installer, or deleted any files?

<!-- gh-comment-id:332611927 --> @hirschmann commented on GitHub (Sep 27, 2017): Have you looked at the right spot? Have a look at: https://github.com/hirschmann/nbfc/wiki/Files-and-directories-overview Has your anti-virus disrupted the NBFC installer, or deleted any files?
Author
Owner

@VariousBlue commented on GitHub (Sep 28, 2017):

I have, my antivirus is not disrupting it. It happened 2 days ago when i opened up NBFC and the config option is empty. I decided to repair it but it doesnt work (usually it works), so i have to uninstall and reinnstall it again, but this time the NBFC didn't work, even theres no NBFC main folder.

Here what happen when i try to install it again
nbfc

<!-- gh-comment-id:332796559 --> @VariousBlue commented on GitHub (Sep 28, 2017): I have, my antivirus is not disrupting it. It happened 2 days ago when i opened up NBFC and the config option is empty. I decided to repair it but it doesnt work (usually it works), so i have to uninstall and reinnstall it again, but this time the NBFC didn't work, even theres no NBFC main folder. Here what happen when i try to install it again ![nbfc](https://user-images.githubusercontent.com/32294144/30962136-d85b9bda-a472-11e7-932e-a4f36af3d409.png)
Author
Owner

@hirschmann commented on GitHub (Sep 30, 2017):

Try to uninstall NBFC via the Windows control panel and then install the latest NBFC beta (1.5.3)

<!-- gh-comment-id:333307123 --> @hirschmann commented on GitHub (Sep 30, 2017): Try to uninstall NBFC via the Windows control panel and then install the latest NBFC beta (1.5.3)
Author
Owner

@VariousBlue commented on GitHub (Oct 2, 2017):

I tried so many times, still the same. Heres the service log.
error

<!-- gh-comment-id:333540020 --> @VariousBlue commented on GitHub (Oct 2, 2017): I tried so many times, still the same. Heres the service log. ![error](https://user-images.githubusercontent.com/32294144/31080567-3df885be-a7b3-11e7-8a62-e6e00926f84a.png)
Author
Owner

@VariousBlue commented on GitHub (Oct 6, 2017):

Is there any solution? Should i reinstal my windows?

<!-- gh-comment-id:334885499 --> @VariousBlue commented on GitHub (Oct 6, 2017): Is there any solution? Should i reinstal my windows?
Author
Owner

@hirschmann commented on GitHub (Oct 8, 2017):

  1. Start a powershell instance as Administrator
  2. List all installed versions of NBFC:
Get-WmiObject -Class "Win32_Product" | where {$_.Name -match "NoteBook FanControl"}
  1. Save the ouput of the command from step 2 somewhere, so you can post it here afterwards
  2. Uninstall all installed NBFC versions:
Get-WmiObject -Class "Win32_Product" | where {$_.Name -match "NoteBook FanControl"} | % {$_.Uninstall()}
  1. Run the command from step 2 again. It shouldn't output anything.
  2. Download the setup here: https://github.com/hirschmann/nbfc/releases/tag/1.5.3-beta to make sure you have a clean installer
  3. Run the downloaded setup as Administrator
  4. If the setup fails, it will point you to a log file. Post this log file here.

If these steps don't help you, then I can't tell you what went wrong and you probably have to restore a Windows Restore Point or a backup.

<!-- gh-comment-id:335000557 --> @hirschmann commented on GitHub (Oct 8, 2017): 1. Start a powershell instance **as Administrator** 2. List all installed versions of NBFC: ```powershell Get-WmiObject -Class "Win32_Product" | where {$_.Name -match "NoteBook FanControl"} ``` 3. Save the ouput of the command from step 2 somewhere, so you can post it here afterwards 4. Uninstall all installed NBFC versions: ```powershell Get-WmiObject -Class "Win32_Product" | where {$_.Name -match "NoteBook FanControl"} | % {$_.Uninstall()} ``` 5. Run the command from step 2 again. It shouldn't output anything. 6. Download the setup here: https://github.com/hirschmann/nbfc/releases/tag/1.5.3-beta to make sure you have a clean installer 7. Run the downloaded setup as Administrator 8. If the setup fails, it will point you to a log file. Post this log file here. If these steps don't help you, then I can't tell you what went wrong and you probably have to restore a Windows Restore Point or a backup.
Author
Owner

@github-actions[bot] commented on GitHub (Dec 8, 2019):

This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed

<!-- gh-comment-id:562898249 --> @github-actions[bot] commented on GitHub (Dec 8, 2019): This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#313
No description provided.