C
chloeLG
I've factory rest and restarted my laptop, changing the administrative user, as well as run troubleshooting but my settings app opens for a quick second then crashes.
When I run the command
Get-AppXPackage | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation) \AppXManifest.xml"}
I get
Add-AppxPackage : Cannot find path 'C:\Program Files\WindowsApps\microsoft.gethelp_10.2004.31291.0_x64__8wekyb3d8bbwe
\AppXManifest.xml' because it does not exist.
At line:1 char:28
+ ... | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
ndException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
I also tried
sc /scannow
but it says that there are no issues to fix
Is there anything else I can do to fix this issue...
Continue reading...
When I run the command
Get-AppXPackage | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation) \AppXManifest.xml"}
I get
Add-AppxPackage : Cannot find path 'C:\Program Files\WindowsApps\microsoft.gethelp_10.2004.31291.0_x64__8wekyb3d8bbwe
\AppXManifest.xml' because it does not exist.
At line:1 char:28
+ ... | foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], ItemNotFou
ndException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
I also tried
sc /scannow
but it says that there are no issues to fix
Is there anything else I can do to fix this issue...
Continue reading...