View Issue Details

IDProjectCategoryView StatusLast Update
0002396SpeedFanFan controlpublic2015-05-21 14:05
Reportervesanius Assigned Toalfredo  
PriorityhighSeveritymajorReproducibilityalways
Status assignedResolutionopen 
PlatformPCOSWindows 8.1 x64OS Versionnewest
Product Version4.50 
Summary0002396: Fans won't change their speed / SpeedFan doesn't start with Windows
DescriptionHi.

I installed lately Windows 8.1 on my PC and tried now to configure SpeedFan as I had it on Windows 7 (same computer). Unfortunately, I'm not able at all to change the speed of the fans - neither manually nor automatically. If I type in a new percentage number, the fans don't react at all. In addition, the start of SpeedFan has to be done by hand.

Thanks for help in advance!
Steps To ReproduceOpen SpeedFan
TagsNo tags attached.
Motherboard ModelGIGABYTE Z97-HD3
Video Card Model

Activities

vesanius

2015-05-17 15:18

reporter  

SpeedFan.png (28,570 bytes)   
SpeedFan.png (28,570 bytes)   

vesanius

2015-05-17 15:50

reporter   ~0007811

EDIT: Works now, forgot to set the PWM-Fans to "software-controlled". Autostart is still not working, even with task scheduling.

vesanius

2015-05-21 14:05

reporter   ~0007817

Finally I've figured out how it works for me:

1. Open Notepad and paste the following code:

@Echo off

set __COMPAT_LAYER=RunAsInvoker
start "" "C:\Program Files (x86)\SpeedFan\speedfan.exe"

exit

2. Save file as .bat
3. Open Notepad and paste the following Code:

WScript.sleep 5000
WScript.CreateObject( "WScript.Shell" ).Run "PATH TO BATCH-FILE",0,0

4. Save file as .vbs
5. Copy the VBS-file to the autostart-folder

Have fun with it.

Issue History

Date Modified Username Field Change
2015-05-17 15:18 vesanius New Issue
2015-05-17 15:18 vesanius Status new => assigned
2015-05-17 15:18 vesanius Assigned To => alfredo
2015-05-17 15:18 vesanius File Added: SpeedFan.png
2015-05-17 15:50 vesanius Note Added: 0007811
2015-05-21 14:05 vesanius Note Added: 0007817