From 340f3c931de95c7ced371cbab03ec3463bf34ead Mon Sep 17 00:00:00 2001 From: Dmitry Mayorov Date: Tue, 5 Mar 2019 14:37:40 +0100 Subject: [PATCH] location for owncloud.cfg added The location in windows FS was missing, so I added it. --- docs/modules/ROOT/pages/automatic_updater.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/automatic_updater.adoc b/docs/modules/ROOT/pages/automatic_updater.adoc index 518e1f6590..91bfb0bb41 100644 --- a/docs/modules/ROOT/pages/automatic_updater.adoc +++ b/docs/modules/ROOT/pages/automatic_updater.adoc @@ -40,6 +40,8 @@ The following sections describe how to disable the auto-update mechanism for dif Users may disable automatic updates by adding this line to the `[General]` section of their `owncloud.cfg` files: +`owncloud.cfg` is usually located in `C:\Users\\AppData\Roaming\ownCloud\owncloud.cfg`. + [source] .... skipUpdateCheck=true