When you are part of the domain, your PC is under the control of administrator of your company, and you couldn't bypass policies from the administrator. Your only option is to ask the administrator to change the policy for you or set is as not configured so you may change it
Microsoft Store and related apps missing
Good evening everyone
I have some problems with a company where the previous IT blocked Store and related Apps like Calculator in some way that i couldn't find
There is no GPO about that, no logon script, but the issue is related only to domain users - i tried
Get-AppXPackage WindowsStore -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
didn't work on domain user, worked on local user
Tried disjoin and rejoin domain, nothing happened
The strange thing is that it happened also on a new computer that i personally configured, so there is something still causing problems.
What are all the possible ways to uninstall store and related apps?
Thank you in advance for your kind help
P.