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
Simplifies to move to new machine. I.e. when moving to the new machine, I copy all AppData\Roaming and then I have manually find and copy files of apps storing settings AppData\Local, which is tedious.
Although it's not so often used to share user settings for multiple machines like before, it's still used by some companies setups to backup settings. (AppData/Local is much bigger).
It's better to store user settings and other data in
AppData\Roaming-%APPDATA%folder instead ofAppData\Local-%LOCALAPPDATA%. Benefits are:AppData\Roamingand then I have manually find and copy files of apps storing settingsAppData\Local, which is tedious.AppData/Localis much bigger).See also