A lightweight and efficient tool for managing proxy settings on Windows. This tool provides seamless proxy configuration for the system, PowerShell, and VS Code with an intuitive interface.
- 🔧 System-wide proxy configuration
- 💻 PowerShell proxy settings
- 🔌 VS Code proxy integration
- 🖼️ Custom icon support
- ⚡ Lightweight and fast execution
- Go 1.22 or later
- Windows operating system
- Administrator privileges (for system-wide changes)
Download the latest release from the Releases page.
git clone <repository-url>
cd proxy_manager
go buildTo build the project with a custom icon:
-
Install the
rsrctool:go install github.com/akavel/rsrc@latest
-
Generate the resource file:
rsrc -ico your_icon_name.ico
This creates a
rsrc.sysofile in your project directory. -
Build the project:
go build -ldflags="-s -w"
The generated executable will include your custom icon and be optimized for size.
Run the executable with administrator privileges for full functionality:
WPM.exeThis project is licensed under the MIT License - see the LICENSE file for details.