關閉網路卡

wmic path win32_networkadapter where NetConnectionID="區域連線" call disable

wmic path win32_networkadapter where NetConnectionID="Local Area Connection" call disable

netsh interface set interface "區域連線" DISABLED

netsh interface set interface "Local Area Connection" DISABLED

開啟網路卡

wmic path win32_networkadapter where NetConnectionID="區域連線" call enable

wmic path win32_networkadapter where NetConnectionID="Local Area Connection" call enable

netsh interface set interface "區域連線" ENABLED

netsh interface set interface "Local Area Connection" ENABLED

文章標籤
全站熱搜
創作者介紹
創作者 痞客興 的頭像
痞客興

痞客興的部落格

痞客興 發表在 痞客邦 留言(0) 人氣(4,702)