Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin_manual/desktop/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ mentioned above to save the log to a file.
.. note:: You can also open a log window for an already running session, by
restarting the client using the following command:

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

Expand Down
9 changes: 5 additions & 4 deletions user_manual/desktop/autoupdate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,9 @@ prevents any manual overrides.

To prevent automatic updates, but allow manual overrides:

1. Edit these Registry keys:
1. Edit this Registry key:

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

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

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

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

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


Preventing Automatic Updates in Linux Environments
Expand Down
Loading