📎 AI Summary:
The thread discusses troubleshooting issues with resetting the Windows Start Menu, specifically involving the sihost appx. The original poster encounters errors during attempts at resetting, including a failed rename operation and a deployment error, despite following suggested procedures. The responder provides an alternative command to re-register the Start Menu components, suggesting that re-registering may resolve the issue. Overall, the exchange centers on technical troubleshooting, with a focus on resolving Start Menu errors through command-line fixes.
The thread discusses troubleshooting issues with resetting the Windows Start Menu, specifically involving the sihost appx. The original poster encounters errors during attempts at resetting, including a failed rename operation and a deployment error, despite following suggested procedures. The responder provides an alternative command to re-register the Start Menu components, suggesting that re-registering may resolve the issue. Overall, the exchange centers on technical troubleshooting, with a focus on resolving Start Menu errors through command-line fixes.
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,995
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
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
it gives an eroor yesDid it run or error out? Can you post which build you're on?
GijsVh
New Member
- Joined
- Nov 30, 2019
- Messages
- 13
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
GijsVh
New Member
- Joined
- Nov 30, 2019
- Messages
- 13
i tried it about 20 minutes ago and that is the errorCheck the link again I recently updated the code to fix the start menu
- Joined
- Jul 4, 2015
- Messages
- 8,995
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
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
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
- Article
- Replies
- 0
- Views
- 492