Windows - How to copy application settings between different user accounts

To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation. Thank you!

Hello,

The software you use stores its configuration in your user profile.
You can copy these settings to re-use them on another user account, on the same machine or on another.

Elements used in the video

To find the path to your profile

# In a cmd :
echo %userprofile%
# In Powershell :
$env:USERPROFILE

Applications linked to the Microsoft Store For applications linked to the Microsoft Store (native applications, PWAs and packaged desktop applications), the location is :

  • C:\Users\ProfileName\AppData\Local\Packages

Applications not from the Microsoft Store For legacy desktop applications (Win32), the conventional locations (the application developers define the storage location) are as follows:

  • C:\Users\ProfileName\AppData\Roaming
  • C:\Users\ProfileName\AppData\Local
  • C:\Users\ProfileName

Video : Windows - How to copy application settings between different user accounts

Related links