Windows 10 Can't press windows button or rightclick toolbar

Care to elaborate with the error message?
Rename-Item : Cannot rename because item at 'C:\Users\gijsv\AppData\Local\Packages\Microsoft.Windows.ShellExperienceHos
t_10.0.18362.387_neutral_neutral_cw5n1h2txyewy' does not exist.
At line:20 char:1
+ Rename-Item $UserSEHPackageSettingsDirectory -NewName "$SEHPackageFul ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: :)) [Rename-Item], PSInvalidOperationException
+ 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
 
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 }
 
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 }
i get this when i run that command
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
 
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
 
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
Yeah i tried reseting to factory settings but when i do that it results in a black screen i dont see a cursor nor anything
 
Back
Top Bottom