1 - Swastin Technologies

Run+msconfig + deletRun. Enable/Disable Network interface via command line . Get NIC list and index number: wmic. nic. get name, index. Enable NIC with index number: (eg: 7)wmic. path win32_networkadapter where index= 7. call enable. Disable NIC with index number: (eg: 7) wmic. path win32_networkadapter where index= 7. call disable. Make a FTP ... ................
................