A lightweight Windows 11 command-line launcher for fast, direct access to network and system settings, without navigating through multiple screens.
A project by Technified World.
Windows 11 buries frequently used network and system settings behind layers of clicks. Finding your VPN settings, resetting a network adapter, or checking data usage means navigating through Settings, clicking into the right category, and hunting for the right page, every time.
SnapSet eliminates that friction. One short command opens the exact settings page you need, instantly.
| Without SnapSet | With SnapSet |
|---|---|
| Start > Settings > Network & Internet > VPN | snapset vp |
| Start > Settings > Network & Internet > Mobile Hotspot | snapset h |
| Control Panel > Network Connections > Adapter Properties | snapset ad |
| System Properties > Environment Variables | snapset ev |
| Start > Settings > System > Display | snapset ds |
| Start > Settings > System > Power & sleep | snapset pw |
| Start > Settings > Windows Update | snapset wu |
Works from a terminal, the Run dialog (Win + R), or a desktop shortcut. No installation required. A single .bat file is all it takes.
- Windows 11 (tested on build 26100, 25H2)
- No installation required. SnapSet is a single
.batfile. - No dependencies. No Python, Node.js, or package managers needed.
- Compatible with Command Prompt, PowerShell, and Windows Terminal
- Works from the Run dialog (
Win + R) when placed in a PATH folder
- Copy
scripts\snapset.batto a folder already in your PATH, e.g.C:\wintools - Open a new terminal and run
snapsetto verify
- Copy
scripts\snapset.batto your preferred location - Call it with its full or relative path, e.g.:
C:\wintools\snapset.bat hotspot
- Right-click the desktop > New > Shortcut
- Set target to:
cmd /c snapset <command> - Assign a keyboard shortcut in shortcut properties for one-key access
snapset <command>Run snapset with no arguments to display the full command reference.
Open Network & Internet settings:
snapset n
snapset networkOpen Mobile Hotspot settings:
snapset h
snapset hotspotOpen the classic adapter panel for DNS configuration:
snapset ad
snapset adaptersOpen Environment Variables directly:
snapset ev
snapset envarsBoth the short and long form of every command produce the same result. Short forms are optimised for speed, long forms for readability in scripts and shortcuts.
| Short | Long | Opens |
|---|---|---|
n |
network |
Network & Internet |
h |
hotspot |
Mobile Hotspot settings |
wi |
wifi |
Wi-Fi settings |
wm |
wifiman |
Manage known Wi-Fi networks |
vp |
vpn |
VPN settings |
px |
proxy |
Proxy settings |
av |
advanced |
Advanced network settings |
et |
ethernet |
Ethernet (requires active wired adapter) |
du |
datausage |
Data usage (via Advanced network settings) |
| Short | Long | Opens |
|---|---|---|
ad |
adapters |
Classic adapter panel (DNS, protocol config) |
| Short | Long | Opens |
|---|---|---|
ds |
display |
Display settings (resolution, scale, refresh rate) |
pw |
power |
Power and sleep settings |
wu |
update |
Windows Update |
bt |
bluetooth |
Bluetooth devices |
sv |
services |
Windows Services (elevation required for changes) |
ev |
envars |
Environment Variables (direct dialog) |
DNS configuration
Windows 11 has no dedicated ms-settings: URI for DNS.
Use snapset ad, then right-click your adapter > Properties > Internet Protocol Version 4 (TCP/IPv4).
Manage known Wi-Fi networks
Use snapset wm to open the known networks page directly.
From here you can forget a network, change its priority, or inspect saved connections.
Data usage
ms-settings:datausage is non-functional on Windows 11 25H2.
Use snapset du to open Advanced network settings, then click the Data usage tab.
Ethernet
snapset et only opens successfully when an active wired adapter is detected.
Windows 11 silently redirects to Settings Home when no wired adapter is present.
Windows Services
Use snapset sv to open the Services panel.
Starting, stopping, or changing service startup type requires an elevated (Administrator) terminal or UAC prompt.
| Command | Limitation |
|---|---|
du / datausage |
No dedicated URI on 25H2. Opens Advanced network settings. |
et / ethernet |
Requires active wired adapter |
sv / services |
Elevation required for start, stop, and configuration actions |
| Status | Item |
|---|---|
done |
Add display settings commands |
done |
Add power settings commands |
done |
Add Bluetooth settings commands |
done |
Add Windows Update command |
done |
Add Windows Services command |
considering |
Explore hotspot on/off toggle via scripting |
considering |
PowerShell companion script |
See CONTRIBUTING.md for guidelines on reporting issues, suggesting features, and submitting changes.
See CHANGELOG.md for a full history of changes.
MIT License - (c) 2026 Technified World
