Download
Version: 2023.3.19.0
Release date: 19.03.2023
If you don’t see the new features (AWS Session Manager, Bit Calculator or SNTP Lookup), try to reset the settings. You can do this under Settings > Settings > Reset
or by starting the application with the following parameter NETworkManager.exe --reset-settings
. The profiles are not affected when the settings are reset.
Pre-release versions are available here.
System requirements
- Windows 10 / Server x64 (1809 or later)
- .NET Desktop Runtime 6.x (LTS)
Package Manager
It is also available via the package managers Chocolatey and WinGet:
# Chocolatey
choco install networkmanager
# WinGet
winget install BornToBeRoot.NETworkManager
The latest version can also be viewed and downloaded via the PowerShell module Evergreen:
# Evergreen
Get-EvergreenApp -Name NETworkManager
Get-EvergreenApp -Name NETworkManager | Save-EvergreenApp -Path C:\Users\$env:Username\Downloads\
Silent install
The setup is created with InnoSetup and you can use all available command line parameters. Use the following parameters to perform a silent installation and create a desktop icon:
.\NETworkManager_{VERSION}_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-