I need an help to understand if it possible to restore all the windows app for all users in a domain computer where the Windows Store has been disabled.
I tried to run the followed comand which i found in most Windows forum:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
bu it works only for the users who have admin right at not for all, basically the domain user with standard proviledge who do not see in their menu and therefore cannot run, any of the windows apps (i.e calcularor).
In addition, the command also broke the start button which no longer works, there is any procedure to be able to try to put them back in place apart from reinstalling
Thanks Gio