mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #301] wishlist: Please allow (some) registry settings to be in HKLM #292
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#292
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @feltel on GitHub (Dec 8, 2020).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/301
We are using and distributing Caldav Syncronizier within our network with the help of OPSI, a software installation system. In the past we did some pre-sets (i.e. disabling update check, language, ...) with the help of some registry settings and populated to the machines with GPO-Group Policy Preferences. Over the last month we have a growing number of machines which are not part of our domain network an so do not have access to GPO settings. Caldav syncronizer stores its settings in the HKEY_CURRENT_USER tree of the registry, so every user got its own settings tree upon using the software. It would be awesome if at least some of those registry settings (to disable the update check) would be honored in HKEY_CURRENT_MACHINE and have precedence of those in HKCU. If this would be implemented we could distribute those settings upon software installation, even to machines which are not domain joined or even to disconnected machines.
@aluxnimm commented on GitHub (Dec 8, 2020):
Good point, will be considered. Meanwhile, did you check the app.config file? Some of the general options can be configured there as well and those values are used if no HKCU key is set yet. And you should be able to distribute that file via OPSI as well during installation.