I created this software because I often use an Ethernet cable and my phone's connection sharing, but I have to unplug the Ethernet cable or go and deactivate it in the Windows settings to be able to use Wi-Fi connection sharing of my phone because of Windows which only offers to be able to deactivate Wi-Fi but not Ethernet.
- Save the last adapter used (and select it by default when starting the app)
- Get the state of the adapter (enabled or disabled)
- Make a "switch" button to replace the "Enable Adapter" and "Disable Adapter" buttons
- Use radio buttons in tray context menu instead of classic "Enable" / "Disable" buttons
- Design the app
- Make a language file
- Make a French translation
- Detect the default Windows language and use it if available otherwise use English
- Add a "Start with Windows" option
- Create a submenu to select the network adapter from the system tray
If you are a contributing graphic designer and have some idea for the design of the app,
Contact me on Discord or by E-mail
Don't contact me if you are a commercial or if you offer paid services this is an open source project I don't pay for services.
Import this repository into your favorite editor
Make your code changes for testing or for the purpose of creating a pull request
If you want to test your changes (development mode), execute npm test
.
If you want to build a custom Connection Switcher app, you have to change the version in package.json
Then you have to execute npm run make
to build the .exe setup.
You can finally find your custom build (named connection-switcher-x.x.x Setup.exe
(where x.x.x is the version) by default) into the /out/make/.../
folder.