***DISCLAIMER***
The author of this site makes no warranties, express or implied, and assumes no responsibility for the use of the materials presented here. Any use of these materials is strictly at the risk of the user.
The author of this site makes no warranties, express or implied, and assumes no responsibility for the use of the materials presented here. Any use of these materials is strictly at the risk of the user.
Automatic power off on shutdown in virtual environment
(Article ID: 001516)
SummaryWindows NT 4 server and workstation installations may not "power off" after a shutdown command while running in a virtual environment (i.e. VMware). Instead of the virtual machine powering down the message "It is now safe to turn off your computer." is displayed.
Step-by-step instructions
To change this behavior do the following:
- Obtain the file
hal.dll.softex
.
NOTE: It is included with Windows NT Service Pack 4 and is also available with this article.
- Rename the file
%SYSTEMROOT%\system32\hal.dll
to
%SYSTEMROOT%\system32\hal.dll.sav
.
- Start Registry Editor (Start>Run>
regedit
).
- Navigate to the following registry key:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
.
NOTE: HKLM is the abbreviation for HKEY_LOCAL_MACHINE.
- Look for a value called
PowerdownAfterShutdown
.
NOTE: If this value does not exist, do the following:
- Click on Edit.
- Click on New.
- Select DWORD Value.
- Type
PowerdownAfterShutdown
and press ENTER.
NOTE: Capitalization does count!
- Click on Edit.
- Double click on the
PowerdownAfterShutdown
value.
- Type 1 and press ENTER.
NOTE: Type 0 to disable powering down at shutdown.
- Close Registry Editor.
- Restart the computer.
There may be decreased performance with the virtual machine after this change takes place.
Format: RAR
Size: ~32KB
***DISCLAIMER***
The author of this site makes no warranties, express or implied, and assumes no responsibility for the use of the materials presented here. Any use of these materials is strictly at the risk of the user.
The author of this site makes no warranties, express or implied, and assumes no responsibility for the use of the materials presented here. Any use of these materials is strictly at the risk of the user.