You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
How to change User data directory storage location?thanks.
My System partition space is very very tight.
The text was updated successfully, but these errors were encountered: