Forum Discussion

michalkala123's avatar
michalkala123
Copper Contributor
Jul 23, 2019
Solved

MSIX & user settings

I was playing a bit with MSIX packaged applications and how they work with user settings (settings stored in HKCU registry or appdata folder)   I have locally installed software that stores setting...
  • jvintzel's avatar
    Jul 23, 2019

    michalkala123 

     

    By default an app can read from the global registry, which is what an app without a container write to. All MSIX apps share the global registry for reading. This also means group policies function the same whether the app is a legacy installer or MSIX.

     

    An installed MSIX will write to its own virtual registry and app data.  This will be deleted when the app is uninstalled or a reset is preformed from the settings app.  Other apps will not have access to this information.

     

    John Vintzel (@jvintzel)

    PM Lead, MSIX

Resources