-
Notifications
You must be signed in to change notification settings - Fork 123
Reset settings
Nicolas Raoul edited this page Apr 7, 2016
·
6 revisions
Note: This procedure will remove the local content of your computer's CmisSync folder. It will not delete anything on the server.
- Stop CmisSync
- Go to your CmisSync folder in Windows Explorer (for instance
C:\Users\Nicolas\CmisSync
) - Delete all of the folders it contains (backup any document that is not saved on the server already)
- Navigate to
C:\Users\Nicolas\AppData\Roaming
(it is hidden by default, so you have to show hidden files) - Delete the
cmissync
folder.
First, stop CmisSync.
Then delete the ~/CmisSync
and ~/.config/cmissync
directories.
You can do this via a file explorer, or by typing the following commands in a terminal:
rm -rf ~/CmisSync
rm -rf ~/.config/cmissync