Hi everyone,
I'm facing an issue with sideloaded apps when I rename a profile, since the sideloaded app just disappear from the system for that user profile.
The sideloading process is being performed through DISM tool, using the following command line syntax:
DISM /Online /Add-ProvisionedAppxPackage /PackagePath:C:\App1.appx /SkipLicense
When I login with a new account (i.e. TestUser) the windows store app is installed and available to be used. Anyway If I need to rename the profile for some reason, the application just disappears and I'm not able to find it anymore on that user profile.
However if I run the cmdlet Get-AppxPackage -AllUsers I can see on the PackageUserInformation that this application is installed for that specific user.
Just to make clear the rename profile operations consists in: rename the userfolder + delete or rename the sid key from ProfileList: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
I'd like to know if somebody already faced the same issue and if there is any workaround or solution available for this issue.
BTW..Someone here knows how to repair/reinstall (per user account) an app sideloaded? Is there any command available to perform that task?
Thanks in advance,
Valter Anjos