@cryptotaxi247 / netdata-1 / commits / 81b646268

Windows doc updates (#19054)

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Fotis Voutsas committed Nov 21, 2024 at 14:14 UTC 81b646268ac4af139e62240b9acad33da25b6923
2 files changed +6 -5
packaging/installer/UNINSTALL.md
+6 -1
@@ -26,7 +26,6 @@ curl https://get.netdata.cloud/kickstart.sh > /tmp/netdata-kickstart.sh && sh /t
26
27 </details>
28
29 -
29 **What to Expect**:
30
31 In most cases, these commands will guide you through the uninstallation process and remove configuration and data files automatically.
@@ -81,3 +80,9 @@ chmod +x ./netdata-uninstaller.sh
80 ## Windows
81
82 To uninstall Netdata on Windows, use the standard application uninstaller in your **Settings** app or **Control Panel**.
83 +
84 +You can also use PowerShell:
85 +
86 +```powershell
87 +msiexec /qn /x netdata-x64.msi
88 +```
packaging/installer/UPDATE.md
-4
@@ -59,10 +59,6 @@ wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /
59
60 To update Netdata, [download](/packaging/windows/WINDOWS_INSTALLER.md#download-the-msi-installer) the latest installer and reinstall the Agent.
61
62 -> **Note**
63 ->
64 -> The Windows Agent is currently under beta and only available for Nightly releases, and the installer can be found in our [nightlies repo](https://github.com/netdata/netdata-nightlies). A stable version will be released soon.
65 -
62 ## macOS
63
64 If you installed Netdata on your macOS system using Homebrew, you can explicitly request an update: