https://github.com/torodata/network-adapter-reset-tool
This repository contains scripts to reset network adapters and reconnect to Wi-Fi. There are two versions of the script: one in English and one in Spanish. The instructions below explain how to generate the executables and ensure they run with administrator privileges.
https://github.com/torodata/network-adapter-reset-tool
Last synced: 11 months ago
JSON representation
This repository contains scripts to reset network adapters and reconnect to Wi-Fi. There are two versions of the script: one in English and one in Spanish. The instructions below explain how to generate the executables and ensure they run with administrator privileges.
- Host: GitHub
- URL: https://github.com/torodata/network-adapter-reset-tool
- Owner: ToroData
- License: mit
- Created: 2024-07-08T14:24:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T14:54:28.000Z (almost 2 years ago)
- Last Synced: 2024-07-08T18:08:00.347Z (almost 2 years ago)
- Language: PowerShell
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network Adapter Reset Tool
This repository contains scripts to reset network adapters and reconnect to Wi-Fi. There are two versions of the script: one in English and one in Spanish. The instructions below explain how to generate the executables and ensure they run with administrator privileges.
## Prerequisites
- Windows 10 or later
- PowerShell
- Download the preferred exe file version
## Running the Executables
Run in the root directory:
Spanish version:
```bash
ps2exe -inputFile "Spanish/RestablecerAdaptadorRed.ps1" -outputFile "Spanish/RestablecerAdaptadorRed.exe" -description "This executable resets network adapters and reconnects to Wi-Fi." -title "RestablecerAdaptadorRed" -company "TheDataScientist" -version "0.0.1"
```
English version:
```bash
ps2exe -inputFile "English/ResetNetworkAdapter.ps1" -outputFile "English/ResetNetworkAdapter.exe" -description "This executable resets network adapters and reconnects to Wi-Fi." -title "ResetNetworkAdapter" -company "TheDataScientist" -version "0.0.1"
```
- Spanish Version: RestablecerAdaptadorRed.exe
- English Version: ResetNetworkAdapter.exe
After generating the executables, you can run them. They will need administrator privileges to execute properly.
## License
[MIT](https://choosealicense.com/licenses/mit/)