FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I got tired of clicking through much Windows menus to change network settings, so I built a CLI tool
NewsTools

I got tired of clicking through much Windows menus to change network settings, so I built a CLI tool

via Dev.toЕвгений Мефёд1d ago

Every day I switch between my home network (DHCP) and office network (static IP, custom DNS, gateway). That means opening Control Panel, finding the adapter, properties, IPv4, properties again, typing everything manually. So I built netsnap — a small CLI tool that stores your network configs as named profiles and applies them in one command: netsnap apply work netsnap apply home netsnap apply plc_station It uses WMI to read current adapter state and netsh to apply settings. No dependencies except the wmi package. You can also save your current settings as a profile: netsnap save work --adapter "Intel(R) Wi-Fi 6 AX201 160MHz" GitHub: github.com/heavenyoung1/netsnap Would love feedback — especially if anyone tests it on Windows 10 or older Python versions.

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles

The cute and cursed story of Furby
News

The cute and cursed story of Furby

The Verge • 1d ago

The uncomfortable truth about hybrid vehicles
News

The uncomfortable truth about hybrid vehicles

The Verge • 1d ago

Dockploy on VPS + MariaDB
News

Dockploy on VPS + MariaDB

Medium Programming • 1d ago

Why Executives Ask “How Much Did That Cost?” — And Why You Should Know the Answer Before They Ask
News

Why Executives Ask “How Much Did That Cost?” — And Why You Should Know the Answer Before They Ask

Medium Programming • 1d ago

Nova Scotia just changed the rules — is your PR plan still on track?
News

Nova Scotia just changed the rules — is your PR plan still on track?

Medium Programming • 1d ago

Discover More Articles