Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m1ndfr/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/m1ndfr/network-fixer
cplusplus network
Last synced: 16 days 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/m1ndfr/network-fixer
- Owner: m1ndfr
- License: mit
- Created: 2024-08-11T11:21:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T11:32:35.000Z (5 months ago)
- Last Synced: 2024-12-18T13:08:20.839Z (16 days 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 :)