Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage in userprofile (instead of fixed config dir relative to the executable) #526

Closed
christian-korneck opened this issue Jun 7, 2015 · 1 comment

Comments

@christian-korneck
Copy link

hi,

first of all - thanks a lot for cmder - it's close to that dream of a modern Windows shell that wasn't there for ages. Thanks for making this real!

I wonder if there's any option to have one config storage per user (i.e. put the config dir in the user profile or use a per-user registry storage, like the original conemu.exe offers with the "/config" switch)?

For multi-user environments it would be very useful to only have only one read-only copy of the executables (i.e. in %programfiles%) and every user on the system can use it and have separate settings (i.e. with settings stored in the user profile or the HKCU part of the registry).

Best,
Christian

@ccoenen
Copy link

ccoenen commented Jul 14, 2015

On windows, configuration belongs in the directory specified by the %APPDATA% variable. This is (windows 7 / 8) this directory: C:\Users\<username>\AppData\Roaming - but you should rather use the variable, in case the directory is mapped somewhere else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants