Solution
If that isn't working then your Windows install is corrupt and if dism and sfc are not working you're best off reinstalling Windows
- Joined
- Jul 4, 2015
- Messages
- 8,998
You need to do a reset on the sihost appx. How to reset the Windows Start Menu
GijsVh
New Member
- Joined
- Nov 30, 2019
- Messages
- 13
- Thread Author
-
- #3
doesnt seem to do the trickYou need to do a reset on the sihost appx. How to reset the Windows Start Menu
GijsVh
New Member
- Joined
- Nov 30, 2019
- Messages
- 13
- Thread Author
-
- #7
Rename-Item : Cannot rename because item at 'C:\Users\gijsv\AppData\Local\Packages\Microsoft.Windows.ShellExperienceHosCare to elaborate with the error message?
t_10.0.18362.387_neutral_neutral_cw5n1h2txyewy' does not exist.
At line:20 char:1
+ Rename-Item $UserSEHPackageSettingsDirectory -NewName "$SEHPackageFul ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation:
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RenameItemCommand
Add-AppPackage : Deployment failed with HRESULT: 0x80073CF9, De installatie is mislukt. Neem contact op met de software
leverancier. (Uitzondering van HRESULT: 0x80073CF9)
Niet nader omschreven fout
NOTE: For additional information, look for [ActivityId] 387ffd89-ac51-0002-3d91-803851acd501 in the Event Log or use th
e command line Get-AppPackageLog -ActivityID 387ffd89-ac51-0002-3d91-803851acd501
At line:21 char:1
+ Add-AppPackage -Path $SEHPackageManifest -Register -DisableDevelopmen ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Co
- Joined
- Jul 4, 2015
- Messages
- 8,998
The rename operation probably failed because the script already moved it.
Running the command below should re-register it
Get-AppxPackage -Name *ShellExp* | % { Add-AppxPackage -Path "$($_.InstallLocation)\AppxManifest.xml" -Register -DisableDevelopmentMode }
Running the command below should re-register it
Get-AppxPackage -Name *ShellExp* | % { Add-AppxPackage -Path "$($_.InstallLocation)\AppxManifest.xml" -Register -DisableDevelopmentMode }
GijsVh
New Member
- Joined
- Nov 30, 2019
- Messages
- 13
- Thread Author
-
- #11
i get this when i run that commandThe rename operation probably failed because the script already moved it.
Running the command below should re-register it
Get-AppxPackage -Name *ShellExp* | % { Add-AppxPackage -Path "$($_.InstallLocation)\AppxManifest.xml" -Register -DisableDevelopmentMode }
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF9, De installatie is mislukt. Neem contact op met de softwar
eleverancier. (Uitzondering van HRESULT: 0x80073CF9)
Niet nader omschreven fout
NOTE: For additional information, look for [ActivityId] ad125d51-ac68-0002-4865-13ad68acd501 in the Event Log or use th
e command line Get-AppPackageLog -ActivityID ad125d51-ac68-0002-4865-13ad68acd501
At line:1 char:40
+ ... lExp* | % { Add-AppxPackage -Path "$($_.InstallLocation)\AppxManifest ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\Windows\Syst...ppxManifest.xml:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
GijsVh
New Member
- Joined
- Nov 30, 2019
- Messages
- 13
- Thread Author
-
- #13
Yeah i tried reseting to factory settings but when i do that it results in a black screen i dont see a cursor nor anythingIf that isn't working then your Windows install is corrupt and if dism and sfc are not working you're best off reinstalling Windows
Similar threads
- Replies
- 0
- Views
- 367
- Article
- Replies
- 14
- Views
- 702
- Solved
- Replies
- 1
- Views
- 2K
- Article
- Replies
- 0
- Views
- 260