| layout | default |
|---|---|
| title | Download |
| nav_order | 3 |
| description | Download of the latest available version |
| permalink | /Download |
Version: 2022.2.22.0
Date: 22.2.2022
| Download | Checksum [SHA256] |
|---|---|
| Setup | F0CF905B14622588E658977BC2E7B85042858FA4191CDAEF4F84C1BAE2DC9311 |
| Portable | 241F02978697BAF2E8BD695671D5197C081CB44C5D52925BC30CC3CECF0A4592 |
| Archive | DC5FC8FF4FC61E21F9D795B39E28C8CCDEC2FD4F01323031F27D691A93563CF8 |
Read this before upgrading from 2021.11.30.0 and earlier to 2022.2.22.0 or later!
The profile (file) has been updated and needs to be migrated:
- The encryption of the profile file(s) must be disabled in the currently installed version.
- Then the update can be installed as usual.
- At the first startup the loading of the profiles fails and a PowerShell script can be started to migrate the profiles.
- After the migration the encryption of the profiles can be enabled again.
Note: Steps 1 and 4 can be skipped if the profiles are not encrypted.
- Windows 10 / Server x64 (1809 or later)
- .NET Desktop Runtime 6.x (LTS){:target="_blank"}
- Microsoft Edge - WebView2 Runtime{:target="_blank"}
It is also available via the package managers Chocolatey{:target="_blank"} and WinGet{:target="_blank"}:
choco install networkmanager
# or
winget install BornToBeRoot.NETworkManager
The latest version can also be viewed and downloaded via the PowerShell module Evergreen{:target="_blank"}:
Get-EvergreenApp -Name NETworkManager
# or
Get-EvergreenApp -Name NETworkManager | Save-EvergreenApp -Path C:\Users\$env:Username\Downloads\
The setup is created with InnoSetup{:target="_blank"} and you can use all available command line parameters{:target="_blank"}. Use the following parameters to perform a silent installation and create a desktop icon:
NETworkManager_20xx.xx.x_Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-