Giter Site home page Giter Site logo

icsmanager's Introduction

Internet Connection Sharing Manager

It is a simple command line tool for turning ICS on or off on Windows 7 and higher.

I wrote it because the netsh routing command which could be used for this in Windows XP is not available in Windows 7.

Requirements

  • Windows 7 or higher.
  • .NET Framework 4.0.

Building

Run build.cmd.

Usage

All commands require administrative privileges.


icsmanager info

Display information about currently available connections:

  • name
  • guid
  • status
  • address
  • gateway
  • sharing status

icsmanager enable {GUID-OF-CONNECTION-TO-SHARE} {GUID-OF-HOME-CONNECTION} [force]
icsmanager enable "Name of connection to share" "Name of home connection" [force]

Enable connection sharing. Use the force argument if you want to automatically disable existing connection sharing.


icsmanager disable

Disable connection sharing.


Powershell

  1. Import module:

    Import-Module IcsManager.dll

  2. List network connections:

    Get-NetworkConnections

  3. Start Internet Connection Sharing:

    Enable-ICS "Connection to share" "Home connection"

  4. Stop Internet Connection Sharing:

    Disable-ICS

icsmanager's People

Contributors

utapyngo avatar

Watchers

IICuX avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.