<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Евгений Мефёд</title>
    <description>The latest articles on DEV Community by Евгений Мефёд (@__8d6494e8c18).</description>
    <link>https://dev.to/__8d6494e8c18</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1807908%2F31e32d1e-a17f-422b-9baa-ca730b34f4f8.png</url>
      <title>DEV Community: Евгений Мефёд</title>
      <link>https://dev.to/__8d6494e8c18</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__8d6494e8c18"/>
    <language>en</language>
    <item>
      <title>I got tired of clicking through much Windows menus to change network settings, so I built a CLI tool</title>
      <dc:creator>Евгений Мефёд</dc:creator>
      <pubDate>Sun, 08 Mar 2026 12:08:00 +0000</pubDate>
      <link>https://dev.to/__8d6494e8c18/i-got-tired-of-clicking-through-much-windows-menus-to-change-network-settings-so-i-built-a-cli-tool-59kg</link>
      <guid>https://dev.to/__8d6494e8c18/i-got-tired-of-clicking-through-much-windows-menus-to-change-network-settings-so-i-built-a-cli-tool-59kg</guid>
      <description>&lt;p&gt;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.&lt;br&gt;
So I built netsnap — a small CLI tool that stores your network configs as named profiles and applies them in one command:&lt;br&gt;
&lt;code&gt;netsnap apply work&lt;br&gt;
netsnap apply home&lt;br&gt;
netsnap apply plc_station&lt;/code&gt;&lt;br&gt;
It uses WMI to read current adapter state and netsh to apply settings. No dependencies except the wmi package.&lt;br&gt;
You can also save your current settings as a profile:&lt;br&gt;
&lt;code&gt;netsnap save work --adapter "Intel(R) Wi-Fi 6 AX201 160MHz"&lt;/code&gt;&lt;br&gt;
GitHub: github.com/heavenyoung1/netsnap&lt;br&gt;
Would love feedback — especially if anyone tests it on Windows 10 or older Python versions.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvwii552gqqad6a4o3scm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvwii552gqqad6a4o3scm.png" alt=" " width="800" height="172"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cli</category>
      <category>networking</category>
      <category>productivity</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
