Advertisement
Guest User

Windows Powershell Error

a guest
Aug 14th, 2016
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Get-AppxPackage : The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. At line:1 char:17 + & {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocati ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-AppxPackage], Exception + FullyQualifiedErrorId : System.Exception,Microsoft.Windows.Appx.PackageManager.Commands.GetAppxPackageCommand Add-AppxPackage : Cannot process argument transformation on parameter 'Path'. Object reference not set to an instance of an object. At line:1 char:147 + ... t.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest} + ~~~~~~~~~ + CategoryInfo : InvalidData: (:) [Add-AppxPackage], ParameterBindingArgumentTransformationException + FullyQualifiedErrorId : ParameterArgumentTransformationError,Microsoft.Windows.Appx.PackageManager.Commands.AddA ppxPackageCommand
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement