mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:12:08 +03:00
Merge pull request #2399 from r2evans/patch-1
add 64-bit windows registry location
This commit is contained in:
commit
1bd1c61c3c
1 changed files with 3 additions and 2 deletions
|
@ -61,9 +61,10 @@ update check mechanism whereas the second method prevents any manual overrides.
|
|||
|
||||
To prevent automatic updates, but allow manual overrides:
|
||||
|
||||
1. Migrate to the following directory::
|
||||
1. Migrate to the following directory:
|
||||
|
||||
HKEY_LOCAL_MACHINE\Software\ownCloud\ownCloud
|
||||
a. (32-bit) ``HKEY_LOCAL_MACHINE\Software\ownCloud\ownCloud``
|
||||
b. (64-bit) ``HKEY_LOCAL_MACHINE\Software\Wow6432Node\ownCloud\ownCloud``
|
||||
|
||||
2. Add the key ``skipUpdateCheck`` (of type DWORD).
|
||||
|
||||
|
|
Loading…
Reference in a new issue