From 4e83f3d5257c7a8760355ac339a5c5d24b2a2cbd Mon Sep 17 00:00:00 2001 From: Andre-Schuiki Date: Thu, 30 Jan 2020 10:12:56 +0100 Subject: [PATCH] Update autoupdate.rst Hi, you have the wrong registry path in the documentation? (tested client version: 2.6.0 x64 build: 20190927) The Nextcloud Client checks the path "HKEY_LOCAL_MACHINE\Software\Policies\Nextcloud GmbH\Nextcloud" not "HKEY_LOCAL_MACHINE\Software\Policies\Nextcloud\Nextcloud" under HKLM. --- doc/autoupdate.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/autoupdate.rst b/doc/autoupdate.rst index d76a19295..ce50b2b65 100644 --- a/doc/autoupdate.rst +++ b/doc/autoupdate.rst @@ -87,7 +87,7 @@ To prevent automatic updates and disallow manual overrides: 1. Edit this Registry key: - ``HKEY_LOCAL_MACHINE\Software\Policies\Nextcloud\Nextcloud`` + ``HKEY_LOCAL_MACHINE\Software\Policies\Nextcloud GmbH\Nextcloud`` 2. Add the key ``skipUpdateCheck`` (of type DWORD). -- 2.30.2