Skip to content

Commit edf8889

Browse files
Improve download.mdx page clarity and structure (#3338)
* Initial plan * Improve download.mdx page clarity and structure Co-authored-by: BornToBeRoot <[email protected]> * Remove accidentally committed package-lock.json Co-authored-by: BornToBeRoot <[email protected]> * Delete Website/yarn.lock * Restore Website/yarn.lock to original state Co-authored-by: BornToBeRoot <[email protected]> * Move checksums section before which version to download Co-authored-by: BornToBeRoot <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BornToBeRoot <[email protected]>
1 parent 8aa786d commit edf8889

File tree

1 file changed

+13
-45
lines changed

1 file changed

+13
-45
lines changed

Website/src/pages/download.mdx

Lines changed: 13 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -95,39 +95,6 @@ import styles from "./styles.module.css";
9595
</div>
9696
</div>
9797

98-
<details>
99-
<summary>
100-
<p>What version should I download?</p>
101-
</summary>
102-
<div>
103-
<p>NETworkManager is available in three different versions:</p>
104-
<ul>
105-
<li>
106-
<b>Setup</b> (MSI-Installer)<br />
107-
Recommended for most users, installs NETworkManager for all users
108-
on the system. Requires administrator privileges. Settings and profiles
109-
are stored in the user profile directory under
110-
<code>~\Documents\NETworkManager</code>. Can also be used for
111-
centralized deployment via Intune, SCCM, etc.
112-
</li>
113-
<li>
114-
<b>Portable</b> (ZIP-Archive)<br />
115-
Run NETworkManager without installation, e.g. from a USB stick or
116-
network share. Settings and profiles are stored in the same directory
117-
as the executable. Upgrades are supported by copying the
118-
<code>Profiles</code> and <code>Settings</code> directories
119-
to the new version.
120-
</li>
121-
<li>
122-
<b>Archive</b> (ZIP-Archive)<br />
123-
Similar to Portable, but stores profiles and settings in the user profile
124-
directory under <code>~\Documents\NETworkManager</code>. This version might
125-
be useful for custom deployment scenarios (e.g. Terminal Server, Intune, etc.).
126-
</li>
127-
</ul>
128-
</div>
129-
</details>
130-
13198
<details className="alert alert--secondary">
13299
<summary>Checksums</summary>
133100
<div>
@@ -138,28 +105,29 @@ import styles from "./styles.module.css";
138105
<pre><code>6DE9B68E178C5096AD0514CF2B5FA11F8C582070783EAB41C6EF1838EEBA9602</code></pre>
139106
<b>Archive</b> (ZIP Archive)
140107
<pre><code>F0E684FFB1C7F03642735403D6D30F75839A3B21E698624D219964363948442F</code></pre>
141-
<p>You can verify the checksum with one of the following commands:</p>
142-
<pre>
143-
<code class="language-powershell">
144-
&#35; PowerShell
145-
Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm SHA256
146-
147-
&#35; Linux
148-
sha256sum -c NETworkManager_&#123;VERSION&#125;_SHA256SUMS
149-
</code>
150-
</pre>
151-
108+
<p>Verify a checksum using PowerShell:</p>
109+
<pre><code>Get-FileHash -Path .\NETworkManager_&#123;VERSION&#125;_Setup.msi -Algorithm SHA256</code></pre>
152110
</div>
153111
</details>
154112

113+
## Which version should I download?
114+
115+
NETworkManager is available in three different versions:
116+
117+
| Version | Description |
118+
|---|---|
119+
| **Setup** (MSI Installer) | Recommended for most users. Installs system-wide and requires administrator privileges. Settings and profiles are stored in `~\Documents\NETworkManager`. Suitable for centralized deployment via Intune, SCCM, etc. |
120+
| **Portable** (ZIP Archive) | Run without installation — ideal for a USB stick or network share. Settings and profiles are stored next to the executable. To upgrade, copy the `Profiles` and `Settings` directories to the new version. |
121+
| **Archive** (ZIP Archive) | Similar to Portable, but stores settings and profiles in `~\Documents\NETworkManager`. Useful for custom deployment scenarios (e.g. Terminal Server). |
122+
155123
## System requirements
156124

157125
- Windows 10 / Server x64 (22H2 or later)
158126
- [.NET Desktop Runtime 8.0 (LTS) - x64](https://dotnet.microsoft.com/en-us/download/dotnet/8.0/runtime)
159127

160128
## Silent install
161129

162-
Install silent with the following command:
130+
Install the Setup (MSI) silently using the following command:
163131

164132
```
165133
.\NETworkManager_{VERSION}_Setup.msi /quiet /norestart

0 commit comments

Comments
 (0)