Microsoft Store not opening

M

Manishlande

Store is not opening at all

I have typed - ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRoot\WinStore\AppxManifest.xml (but it is showing an error as below) Get-ExecutionPolicy : Cannot bind parameter 'Scope'. Cannot convert value "Unrestricted" to type
"Microsoft.PowerShell.ExecutionPolicyScope". Error: "Unable to match the identifier name Unrestricted to a valid
enumerator name. Specify one of the following enumerator names and try again:
Process, CurrentUser, LocalMachine, UserPolicy, MachinePolicy"
At line:1 char:17
+ ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode ...
+ ~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: :)) [Get-ExecutionPolicy], ParameterBindingException

+ FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.GetExecutionPolicyCommand.


Please help i have tried almost everything from Microsoft community.

Continue reading...
 
Back
Top Bottom