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

User data directory #1079

Open
abdd22 opened this issue Dec 25, 2024 · 1 comment
Open

User data directory #1079

abdd22 opened this issue Dec 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@abdd22
Copy link

abdd22 commented Dec 25, 2024

How to change User data directory storage location?thanks.

My System partition space is very very tight.

@abdd22 abdd22 added the enhancement New feature or request label Dec 25, 2024
@billi857
Copy link

In the program shortcut properties, in the "Object" field, add the key separated by a space: --user-data-dir="full address of the user folder"
For example:
--user-data-dir="D:\Supermium\User Data"
You need to copy the user folder there in advance, otherwise it will be created again without your data.

Option 2:
specify the folder with the browser profile via the junction point (Junction). To create a link, use the mklink command (from the cmd command line, launched under the administrator). Example:
mklink /J "C:\Users\name user\AppData\Local\Supermium\User Data" "D:\Supermium\User Data"
Important!: The user folder must be manually moved and deleted from the old location in advance, otherwise an error will occur.

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

No branches or pull requests

2 participants