Help - Search - Members - Calendar
Full Version: SpeedFan, free, autoHelp plugin
The CD Forum > Bart's PE Builder > AutoHelp Plugins
Nikky
Someone here ask for SpeedFan plugin, here it is. Because download is f… redirected, please download manually. After install and yours adjust run autohelp plugin script.

Plugin for SpeedFan, free
(no. 201 on the download list)

-For Nu2menu and XPE

-Info HERE

Regards, Nikky smile.gif






autoHelp_SpeedFan.cmd
QUOTE
@echo off& Color F0&MODE CON: COLS=73 LINES=20&if not exist ..\..\REA.cmd echo Wrong Directory...&pause&exit
set SILENT=%1&set GET=call ..\..\REA.cmd&if exist start.inf.txt echo The plugin is already configured...&pause&exit

:: ==================================================
:: REATOGO AUTOHELP BASIC PLUGIN SETTINGS
:: ==================================================

%GET% CREDITS "Nikky" "" "3110a-104" "18/05/06"

%GET% HEAD "780" "SpeedFan.exe" "SpeedFan" "cmd" "Programs" "System Info" "" "Nu2"

%GET% INFO "http://www.almico.com/speedfan.php" "free"

:: ==================================================
:: CREATING THE REST OF THE PLUGIN
:: ==================================================

:: %GET% DOWNLOAD "exe" "" "" "http://www.almico.com/speedfan428.exe"
:: %GET% DOWNLOAD "exe" "" "" "http://www.almico.com/installspeedfan428.exe"
:: %GET% DOWNLOAD "exe" "" "" "http://zdnet.be/inter.cfm?id=53651&dlspot=http://download.minoc.com/zdnet/dlweek0607/installspeedfan428.exe&bestand=installspeedfan428.exe 1455 KB"

%GET% PROGPATH "HKEY_LOCAL_MACHINE\SOFTWARE\SpeedFan" ""

%GET% FILES "2" "giveio.sys"
%GET% FILES "2" "speedfan.sys"
%GET% FILES "a" "speedfan.exe" "" "*.csv" "" "*.dll" "" "*.chm" "" "*.cfg" "" "*.txt" ""
%GET% FILES "-2" "drvload.exe"


%line%

%GET% REG -h1 -s "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_GIVEIO" %Out%
%GET% REG -h5 -s "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_SPEEDFAN" %Out%
%GET% REG -h5 -s "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\giveio" %Out%
%GET% REG -h5 -s "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\speedfan" %Out%
%GET% REG -h5 -s "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{8ECC055D-047F-11D1-A537-0000F8753ED1}" %Out%

%GET% REG -h1 -s "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SpeedFan" %Out%
%GET% REG -h5 -s "HKEY_LOCAL_MACHINE\SOFTWARE\SpeedFan" %Out%


set autoUPX=no

:: ==================================================
:: FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt&%GET% FINAL&exit
:: ==================================================
aec
Thanks for the plugin.

It seems that a direct download link for the program is a part of your last commented download location: http://download.minoc.com/zdnet/dlweek0607...speedfan428.exe

Regards
Siegfried
Thanks for your plugin, Nikky! biggrin.gif

It is online now as no. 201.
I made the adjustment to the download link as AEC suggested.

Siegfried
Nikky
No problem, it's important to work. Maybe now I can ask for premium account?
biggrin.gif
Siegfried
QUOTE (Nikky @ May 22 2006, 07:23 PM) *
No problem, it's important to work. Maybe now I can ask for premium account?
biggrin.gif


... sure, just send me the email with the data I need:
DETAILS

Siegfried biggrin.gif
Nikky
Siegfried

UPDATE

New version is out (4.29). Please report is autohelp plugin need to be changed except download link

Nikky
Siegfried
QUOTE (Nikky @ Aug 30 2006, 08:10 PM) *
Siegfried

UPDATE

New version is out (4.29). Please report is autohelp plugin need to be changed except download link

Nikky


Hi Nikky,
please check what in your plugin needs an update to work properly, test it and attach the new version for me to upload. cool.gif

Regards, Siegfried
Nikky
Here is revised plug-in to actual ver. 4.29. Two optional download links. CPU usage still not supported because use Perfmon witch is not necessary under PE.
smile.gif

Click to view attachment
Siegfried
Thanks for the update, Nikky! biggrin.gif

The new version is online now.

Siegfried
Nikky
New update. Plugin stay same only download file is changed. In autoHelp change this:
CODE
%GET% DOWNLOAD "exe" "" "" "http://files.3dnews.ru/pub/tweak/bios_mb/installspeedfan429.exe"

to:
CODE
%GET% DOWNLOAD "exe" "" "" "http://files.3dnews.ru/pub/tweak/bios_mb/installspeedfan431.exe"

From numbers you see, actual ver. 4.31

Nikky
Siegfried
QUOTE (Nikky @ Dec 22 2006, 08:11 AM) *
New update. Plugin stay same only download file is changed. In autoHelp change this:
CODE
%GET% DOWNLOAD "exe" "" "" "http://files.3dnews.ru/pub/tweak/bios_mb/installspeedfan429.exe"

to:
CODE
%GET% DOWNLOAD "exe" "" "" "http://files.3dnews.ru/pub/tweak/bios_mb/installspeedfan431.exe"

From numbers you see, actual ver. 4.31

Nikky


Thanks, Nikky cool.gif
The update is online.
Siegfried
SkyscraperXD
Hi, Nikky
The plugin you made is fine, but speedfan does not run properly under PE enviroment. When i launch the program, it came up with an error "cannot locate I/O infi" or something like that. Please fix this probe.
-Sky
Nikky
@Siegfried
New version is out, change for new dl link:http://files.3dnews.ru/pub/tweak/cpu/installspeedfan432.exe

@SkyscraperXD
You get error becouse you start app directly. Correct procedure is to start app via Start_SpeedFan.cmd wich will copy app to ramdisk, load and start drivers (giveio.SYS and speedfan.sys) and then start main app.

Start_SpeedFan.cmd
CODE
@echo off&Color F8
Title= Start SpeedFan

if "%temp%" == "" goto :EOF
if exist "%temp%\SpeedFan\SpeedFan.exe" goto _run

xcopy "%~dp0*.*" "%temp%\SpeedFan\" /I /E /R /Y /C /H > nul

:_run
X:\i386\SYSTEM32\DrvLoad /d:X:\i386\SYSTEM32\giveio.SYS /n:giveio /run /quiet
X:\i386\SYSTEM32\DrvLoad /d:X:\i386\SYSTEM32\speedfan.sys /n:speedfan /run /quiet

start %temp%\SpeedFan\SpeedFan.exe
SkyscraperXD
QUOTE (Nikky @ Apr 10 2007, 07:50 AM) *
@Siegfried
New version is out, change for new dl link:http://files.3dnews.ru/pub/tweak/cpu/installspeedfan432.exe

@SkyscraperXD
You get error becouse you start app directly. Correct procedure is to start app via Start_SpeedFan.cmd wich will copy app to ramdisk, load and start drivers (giveio.SYS and speedfan.sys) and then start main app.

Start_SpeedFan.cmd
CODE
@echo off&Color F8
Title= Start SpeedFan

if "%temp%" == "" goto :EOF
if exist "%temp%\SpeedFan\SpeedFan.exe" goto _run

xcopy "%~dp0*.*" "%temp%\SpeedFan\" /I /E /R /Y /C /H > nul

:_run
X:\i386\SYSTEM32\DrvLoad /d:X:\i386\SYSTEM32\giveio.SYS /n:giveio /run /quiet
X:\i386\SYSTEM32\DrvLoad /d:X:\i386\SYSTEM32\speedfan.sys /n:speedfan /run /quiet

start %temp%\SpeedFan\SpeedFan.exe

Thanx for your help!
SLK001
I've installed the latest version of Speedfan (432), but when run, it just freezes and has to be killed. Previous versions ran fine.

Looking at the .nfo files, it says that GIVEIO.SYS and SPEEDFAN.SYS have started, and the bus scans have begun. But nothing ever displays.

I am starting the services using NET START GIVEIO and NET START SPEEDFAN, since I can't find DRVLOAD.

Is there something that I am missing?
Nikky
QUOTE (SLK001 @ May 18 2007, 01:15 PM) *
... since I can't find DRVLOAD.

Is there something that I am missing?

I don't know. DRVLOAD.EXE is inside my plugin zip. Look here: http://www.geocities.com/nikky_st2000/
Nikky
New version, so change from:
CODE
%GET% DOWNLOAD "exe" "" "" "http://files.3dnews.ru/pub/tweak/bios_mb/installspeedfan431.exe"

to:
CODE
%GET% DOWNLOAD "exe" "" "" "http://files.3dnews.org/pub/soft/tweakpc/cpu/installspeedfan434.exe"


Regards, Nikky
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.