Q) Is it possible to Power off a Windows NT 4.0 Computer?
A) Yes. Providing you have an ATX power supply. Find or create the following key in your registry:- HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon And set it to this:- Name: PowerdownAfterShutdown Type: REG_SZ Value: 1 After this, the shutdown dialog should contain the option Shutdown and Power Off. If you make the above change and the PC reboots instead of powering down, you need to upgrade your HAL.DLL file with the HAL.DLL.SOFTEX file which ships with NT Service Pack 4. Open command prompt and do something similar to the following:- cd %systemroot%\system32 ren hal.dll hal.dll.original copy cd_drive\i386\hal.dll.softex hal.dll If you are still having problems see the Microsoft website for a solution.
|