Procedure
- On the guest operating system, click
Start, right-click My
Computer, and then click Manage. The Computer Management screen appears.
Computer Management - In the left pane, click Device
Manager.A list of devices appears.
Device Management - Network Adapter Window - In the right pane, click Network adapters and then verify that the network adapter driver is ready.
- Open a Command Prompt window (
cmd.exe
) using an account with administrator privileges. - Disable the Found New Hardware Wizard
by typing the following commands:
-
Windows XP 32-bit:
reg add "HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\DeviceInstall\Settings" /v SuppressNewHWUI /t REG_DWORD /d 1 /f
-
Windows XP 64-bit or Windows Server 2003:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PlugPlay\Parameters" /v SuppressUI /t REG_DWORD /d 1 /f
Found New Hardware Wizard -
- Restart the image and then verify that the Found New Hardware Wizard does not appear.
- Power off the image.