Δ Monday, May 13h, 2013 Δ NIC EnablerHow to createa script to enable the nic [download resource files] @echo off netsh int reset all netsh int ip reset netsh winsock reset netsh interface set interface name="Wireless Network Connection 2" admin=DISABLED netsh interface set interface name="Wireless Network Connection 1" admin=ENABLED netsh interface set interface name="Wireless Network Connection 1" admin=DISABLED netsh interface set interface name="Wireless Network Connection 1" admin=ENABLED netsh interface set interface name="Wireless Network Connection" admin=DISABLED netsh interface set interface name="Wireless Network Connection" admin=ENABLED netsh interface set interface name="Local Area Connection 8" admin=DISABLED netsh interface set interface name="Local Area Connection 8" admin=ENABLED netsh interface set interface name="Local Area Connection 7" admin=DISABLED netsh interface set interface name="Local Area Connection 7" admin=ENABLED netsh interface set interface name="Local Area Connection 6" admin=DISABLED netsh interface set interface name="Local Area Connection 6" admin=ENABLED netsh interface set interface name="Local Area Connection 5" admin=DISABLED netsh interface set interface name="Local Area Connection 5" admin=ENABLED netsh interface set interface name="Local Area Connection 4" admin=DISABLED netsh interface set interface name="Local Area Connection 4" admin=ENABLED netsh interface set interface name="Local Area Connection 3" admin=DISABLED netsh interface set interface name="Local Area Connection 3" admin=ENABLED netsh interface set interface name="Local Area Connection 2" admin=DISABLED netsh interface set interface name="Local Area Connection 2" admin=ENABLED netsh interface set interface name="Local Area Connection 1" admin=DISABLED netsh interface set interface name="Local Area Connection 1" admin=ENABLED netsh interface set interface name="Local Area Connection" admin=DISABLED netsh interface set interface name="Local Area Connection" admin=ENABLED Δ [email me]