You are on page 1of 1

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPacka

ge Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPacka


ge -DisableDevelopmentMode -Register $manifest}"

You might also like