Background
In our Organization we use Nextcloud instances with the Nextcloud Desktop client to manage file synchronization(upwards of 250,000 files), on multi-user Windows workstations. The Virtual filesystem is unreliable and causes crashes frequently. The crashes are an issue when used as a background service(started via scheduled task at first system login, ran as a user) which doesn’t recover without manual intervention. The storage usage of each user having a separate instance of the client causes a lot of storage overhead and becomes cumbersome to centrally manage. No configuration on the conflict management behavior becomes a problem for background services aswell.
Note: Using Latest Stable version of the Windows Nextcloud Desktop client
Goal
We’d like to use the desktop client as a background service with minimal manual intervention since this interrupts the user session.
Questions
Is there a way to increase the stability of the desktop client where the use as a background service becomes feasible?
OR
Is there a way to manage the client in such a way that manual intervention can be done without interrupting the user session?