File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -78,10 +78,9 @@ prevents any manual overrides.
7878
7979To 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
86852. Add the key ``skipUpdateCheck `` (of type DWORD).
8786
@@ -102,7 +101,9 @@ To prevent automatic updates and disallow manual overrides:
102101
1031023. 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
108109Preventing Automatic Updates in Linux Environments
You can’t perform that action at this time.
0 commit comments