jonaskohl / CapsLockIndicator

A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
https://cli.jonaskohl.de/
Apache License 2.0
338 stars 43 forks source link

Launch with forced user.config #62

Closed thierryb67 closed 3 years ago

thierryb67 commented 3 years ago

Hi,

I test currently your software to deploy it in a VDI environnement.

I found the settings configured are stored into %appdata% profil but in a random folder (ex: %Appdata%\Jonas_Kohl\CapslockStatut.exe_Url_eyze5ued4hsgtj1zasrwbuakwrksq55u\3.8.0.1). This random settings seems depend from location where the software is launched.

My goal is to set CapsLockIndicator in the startup of all users with all settings set by me before (using a user.config already configured). Also was it possible :

Thanks for your reply

Best regards

jonaskohl commented 3 years ago

This is sadly not possible with the current implementation. CapsLock Indicator uses the default .NET settings system, and the config path changes with each version. This will be addressed in a future version (also, you might want to take a look at #66)

thierryb67 commented 3 years ago

Hi,

For the moment I found a "workaround" by GPO (but disable the updates)

image

jonaskohl commented 3 years ago

The path for settings is now permanent. Please see version 3.9.0.0. I'm closing this now. If your issue has not been solved, please reopen.