Skip to content

Commit dcba977

Browse files
authored
Merge pull request #14325 from nextcloud/fix/desktop/autoupdate
fix(user-manual/desktop): update registry keys for x64-only builds
2 parents 7c0e737 + 7f3f827 commit dcba977

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

admin_manual/desktop/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ mentioned above to save the log to a file.
201201
.. note:: You can also open a log window for an already running session, by
202202
restarting the client using the following command:
203203

204-
* Windows: ``C:\Program Files (x86)\Nextcloud\nextcloud.exe --logwindow``
204+
* Windows: ``C:\Program Files\Nextcloud\nextcloud.exe --logwindow``
205205
* macOS: ``/Applications/nextcloud.app/Contents/MacOS/nextcloud --logwindow``
206206
* Linux: ``nextcloud --logwindow``
207207

user_manual/desktop/autoupdate.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ prevents any manual overrides.
7878

7979
To prevent automatic updates, but allow manual overrides:
8080

81-
1. Edit these Registry keys:
81+
1. Edit this Registry key:
8282

83-
a. (32-bit-Windows) ``HKEY_LOCAL_MACHINE\Software\Nextcloud\Nextcloud``
84-
b. (64-bit-Windows) ``HKEY_LOCAL_MACHINE\Software\Wow6432Node\Nextcloud\Nextcloud``
83+
``HKEY_LOCAL_MACHINE\Software\Nextcloud GmbH\Nextcloud``
8584

8685
2. Add the key ``skipUpdateCheck`` (of type DWORD).
8786

@@ -102,7 +101,9 @@ To prevent automatic updates and disallow manual overrides:
102101

103102
3. Specify a value of ``1`` to the machine.
104103

105-
.. note:: branded clients have different key names
104+
.. note:: Branded clients use a different key in place of
105+
``Nextcloud GmbH\Nextcloud`` that matches the branded application vendor and
106+
name.
106107

107108

108109
Preventing Automatic Updates in Linux Environments

0 commit comments

Comments
 (0)