-
Hello I have a small concern and thought it might be worth asking for your perspective. I'm using a PC with multiple user accounts, and I'm facing a situation where all users want to use GHelper. However, by default, each user has a different config.json file in their Roaming folder. To address this, I'm planning to create a symlink for each user's GHelper Roaming folder, pointing it to a location in C:/ProgramData, which I believe is better suited for shared data among multiple users. While doing this, I also intend to restrict write access to certain users only. I hope this solution will work. However, I'm still curious—why does GHelper prefer to use separate config files for each user instead of a global config file? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@Helium100 hello, Actually I think it's good when 2 different users can have their own settings for G-Helper :) But if you want to use same config for everyone just place |
Beta Was this translation helpful? Give feedback.
@Helium100 hello,
Actually I think it's good when 2 different users can have their own settings for G-Helper :)
But if you want to use same config for everyone just place
config.json
into same folder asGHelper.exe
(and start app again after). Then it will just use that config instead of one in%appdata
folder.