View Single Post
  #2  
Old 03-08-01, 07:23 AM
RabidDeathMoose RabidDeathMoose is offline
Registered User
 
Join Date: Jan 2001
Location: Winnipeg MB Canada
Posts: 30
RabidDeathMoose is off the scale
Send a message via ICQ to RabidDeathMoose
Lightbulb FYI...

WEeeeelll... if anyone's interested... here's how

A. Follow the procedures below:

Start the registry editor (REGEDIT.EXE)
Goto the Key HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
If the value PowerdownAfterShutdown exists change it to1. Go to step 5
If the value does not exist add it as type REG_SZ and set to 1
Exit the registry editor
You will need an ATX power supply and an updated HAL.DLL from the computer manufacturer in order for this to work, otherwise the machine will just reboot.

Windows NT 4.0 Service Pack 4 and above ships with a file, HAL.DLL.SOFTEX which works on many systems.

To obtain the hal.dll.softex (and halmps.dll.softex for multi processorsystems) run the service pack executable of the service pack you actually have installed with the command line parameter /X . This will extract all the files in the service pack to a temporary directory without installing them. You'll find hal.dll.softex and halmps.dll.softex among the extracted files.

To install perform the following:

C:\> cd %systemroot%\system32
C:\WINNT\system32> rename hal.dll hal.old
C:\WINNT\system32> copy g:\i386\hal.dll.softex hal.dll

Reboot.

An alternative to renaming hal.dll would be to add option /hal=filename.ext in "boot.ini".

Another file, halmps.dll.softex, is shipped for multi processor systems. Some people have reported that after using the softex dll's the CPU miss the idle loop's and this stay at higher temperatures so you may want to watch out for this. If you purchase Softex NT Power Management v2.19 and install it the same happens on a Dell Inspiron 3500 Laptop with Mobile Celeron 366.


__________________
Please remember personal opinions do not = FACTS!
Reply With Quote