Skip to content

DukeSniper/NextcloudClientADMX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

NextcloudClientADMX

ADMX File for Nextcloud Desktop Client

The Windows Nextcloud Desktop Client actually supports "pre-seeding" some config values using GPO. This repo aims to (eventually) provide a usable ADMX file for that.

The following settings are currently (as of 3.11.1) supported in the Client:

skipUpdateCheck -> boolean

  • when true -> disables autoUpdateCheck

autoUpdateCheck -> boolean

confirmExternalStorage -> boolean

usenewBigFolderSizeLimit -> boolean

  • when true, disables newBigFolderSizeLimit
  • when true, disables notifyExistingFoldersOverLimit
  • when true, disables stopSyncingExistingFoldersOverLimit

newBigFolderSizeLimit -> LongLong

  • value represents abount of MB

notifyExistingFoldersOverLimit -> boolean

stopSyncingExistingFoldersOverLimit -> boolean

crashReporter -> boolean

  • huh?

All settings are first sourced from the HKCU Policies structure, then HKLM Policies, then HKLM\Software, and then the user's local config file in %APPDATA%. First match wins. Might eventually ask the devs why on earth a user policy should overrule a machine policy

About

ADMX File for Nextcloud Desktop Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published