Mar 15, 2012 #1 GavinRoss MIS Aug 31, 2011 8 US Hello, I need to run the following as a vbscript, anyone know how this can be achieved? netsh interface ipv4 set subinterface "Local Area Connection" mtu=1458 store=persistent
Hello, I need to run the following as a vbscript, anyone know how this can be achieved? netsh interface ipv4 set subinterface "Local Area Connection" mtu=1458 store=persistent
Mar 15, 2012 #2 tootiredtocare Technical User Oct 24, 2011 64 AU Look at http://www.computing.net/answers/programming/vbscript-to-change-ip-and-dns/21362.html It uses vbscript to execute a netsh command. I sure you can adjust it to your needs Upvote 0 Downvote
Look at http://www.computing.net/answers/programming/vbscript-to-change-ip-and-dns/21362.html It uses vbscript to execute a netsh command. I sure you can adjust it to your needs