I can't open my settings after a windows reset

  • Thread starter PatrickNielsen5
  • Start date
P

PatrickNielsen5

Hi,


I can't open any of my settings after I did a windows reset.


Either the window briefly opens up and then closes or I am met with this error message if I try to open it in another way;


0787d47b-a3db-4064-927f-507f9a1829f5?upload=true.png


I have also tried to re-installing the apps through powershell admin with the following script;


Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}


But i receive the following errors;


Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. (Exception from HRESULT: 0x80073D02) NOTE: For additional information, look for [ActivityId] 5fb7b83f-12e8-0003-45c6-b75fe812d701 in the Event Log or use the command line Get-AppPackageLog -ActivityID 5fb7b83f-12e8-0003-45c6-b75fe812d701 At line:1 char:28 + ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it modifies are currently in use. (Exception from HRESULT: 0x80073D02) NOTE: For additional information, look for [ActivityId] 5fb7b83f-12e8-0003-50c6-b75fe812d701 in the Event Log or use the command line Get-AppPackageLog -ActivityID 5fb7b83f-12e8-0003-50c6-b75fe812d701 At line:1 char:28


+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : NotSpecified: (C:\Program File...ppXManifest.xml:String) [Add-AppxPackage], Exception

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources it

modifies are currently in use. (Exception from HRESULT: 0x80073D02)

NOTE: For additional information, look for [ActivityId] 5fb7b83f-12e8-0003-5ac6-b75fe812d701 in the Event Log or use

the command line Get-AppPackageLog -ActivityID 5fb7b83f-12e8-0003-5ac6-b75fe812d701

At line:1 char:28

+ ... | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo : NotSpecified: (C:\Windows\Syst...ppXManifest.xml:String) [Add-AppxPackage], Exception

+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand


I have also tried to boot the laptop up in safemode, but it still won't work.


I hope someone can help.


Best,

Patrick

Continue reading...
 
Back
Top Bottom