****ทดสอบใช้งานกับ Windows Server 2000 and 2003  แล้ว แก้ไขได้

you may need to add the parameter to Windows and set its value:

  1. Right-click the My Computer desktop icon and choose Properties.
  2. Click the Advanced tab and select Environment Variables.
  3. In the System variables section, click New.
  4. Set the Variable name to devmgr_show_nonpresent_devices and set the Variable value to 1 to enable the parameter.
  5. Click OK to add the variable to Windows.
    1. Start the Device Manager by running this command from the same command prompt:

      start devmgmt.msc

    2. Click View > Show Hidden Devices.
    3. Expand the Network Adapters tree (click the plus sign next to the Network adapters entry).
    4. Right-click the dimmed network adapter, then click Uninstall.
    5. 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

    6. Close the Device Manager.
เลขานุการ/ธุรการในยุค 4.0
WordPress Lazy-Load ตอนที่ 2

Leave a Comment