Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable "Internet Connection Sharing" using command line?

Is there a way to enabled "Internet Connection Sharing" on Windows 7 (or higher) using command line? Perhaps using "netsh" or a similar command?

like image 456
John Smith Avatar asked Nov 02 '22 18:11

John Smith


1 Answers

I think this question should be on superuser.com. And it is there: https://superuser.com/questions/470319/how-to-enable-internet-connection-sharing-using-command-line.

If you are interested how to do it programmatically – here is the source code at GitHub: https://github.com/utapyngo/icsmanager.

like image 89
utapyngo Avatar answered Nov 17 '22 04:11

utapyngo