Post Views:
41
****ทดสอบใช้งานกับ Windows Server 2000 and 2003 แล้ว แก้ไขได้
you may need to add the parameter to Windows and set its value:
- Right-click the My Computer desktop icon and choose Properties.
- Click the Advanced tab and select Environment Variables.
- In the System variables section, click New.
- Set the Variable name to devmgr_show_nonpresent_devices and set the Variable value to 1 to enable the parameter.
- Click OK to add the variable to Windows.
- Start the Device Manager by running this command from the same command prompt:
start devmgmt.msc
- Click View > Show Hidden Devices.
- Expand the Network Adapters tree (click the plus sign next to the Network adapters entry).
- Right-click the dimmed network adapter, then click Uninstall.
- Once all of the grayed out NICs are uninstalled, assign the IP address to the virtual NIC.
Note: To assign the IP address to the virtual NIC on the command line, run the command:
netsh interface ip set address “Local Area Connection #” static IP_Address Subnet_Mask Default_Gateway
For example:
netsh interface ip set address “Local Area Connection 2” static 192.168.1.101 255.255.255.0 192.168.1.1
- Close the Device Manager.
****ทดสอบใช้งานกับ Windows Server 2000 and 2003 แล้ว แก้ไขได้
you may need to add the parameter to Windows and set its value:
start devmgmt.msc
Note: To assign the IP address to the virtual NIC on the command line, run the command:
netsh interface ip set address “Local Area Connection #” static IP_Address Subnet_Mask Default_Gateway
For example:
netsh interface ip set address “Local Area Connection 2” static 192.168.1.101 255.255.255.0 192.168.1.1
Nattakon Mingkaew
More Posts
Nattakon Mingkaew