https://github.com/gery-av/network-fixer
Network Fixer is a small utility designed to configure various network properties on Windows systems. By leveraging commands like netsh, sc, and registry modifications, this application can automatically adjust firewall settings, disable unnecessary services, and add random values to several critical network parameters.
https://github.com/gery-av/network-fixer
cplusplus network
Last synced: about 1 year ago
JSON representation
Network Fixer is a small utility designed to configure various network properties on Windows systems. By leveraging commands like netsh, sc, and registry modifications, this application can automatically adjust firewall settings, disable unnecessary services, and add random values to several critical network parameters.
- Host: GitHub
- URL: https://github.com/gery-av/network-fixer
- Owner: gery-av
- License: mit
- Created: 2024-08-11T11:21:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T11:32:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T09:35:18.204Z (about 1 year ago)
- Topics: cplusplus, network
- Language: C++
- Homepage:
- Size: 580 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network-Fixer
Network Fixer is a small utility designed to configure various network properties on Windows systems. By leveraging commands like netsh, sc, and registry modifications, this application can automatically adjust firewall settings, disable unnecessary services, and add random values to several critical network parameters.
---
> HOW TO USE :
```
1. download vs or vscode
2. debug / run
3. enjoy
```
> FEATURES :
- Disable IPv6 components and unnecessary services
- Optimize TCP/IP settings for improved network performance
- Apply advanced registry tweaks to enhance network stability
- Generate and set random binary data for enhanced security
- Flush and renew DNS settings and reset Winsock for a fresh network start
# DON'T FORGET TO STAR THIS REPOS :)