REGEDIT4 ;ALTERA Quartus II and NIC No. ; ;* Problem * ;Why do I get license errors on Windows 2000 when I am using a license tied to my network interface card (NIC) and my computer is disconnected from the network? ; ;* Solution * ;By default, Windows 2000 does not make NIC IDs available when your computer is not connected to your network. You can work around this problem by adding the following variable to your registry to force Windows 2000 to recognize the NIC ID regardless of your network connection. ; ;1) Use Registry Editor (Regedt32.exe) to view the following key in the registry: ; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters ; ;2) Add the following registry value: ; Value Name: DisableDHCPMediaSense ; Data Type: REG_DWORD ; Value: 1 ; ;3) Restart your computer. ; ;-- / Chang-woo,YANG / ------------------- "Inner Secret Devices" -- ;-- Here is a "PLDWorld.com"... ------------------------------------ ;------------------------------ http://www.PLDWorld.com ------------ ;------------------------------------------------------ oOOo oOOo -- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] "DisableDHCPMediaSense"=dword:00000001