After an unscheduled reboot last night one of our designer's machines running Windows 10 is not working as expected - specifically, the start menu won't open.
Unlike many similar issues, File Explorer, Metro Apps, Windows Store etc work fine. It's opening the start menu and right-clicking on taskbar items that doesn't work.
Looking through the event logs the following was logged just before last shutdown:
Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards. No user action is required.
DETAIL -
21 user registry handles leaked from \Registry\User\S-1-5-21-4067970951-1747624916-1673675669-1001...:
This is followed by a long list of registry key handles.
Then, first thing the next day:
Activation of app Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App failed with error: Invalid value for registry See the Microsoft-Windows-TWinUI/Operational log for additional information.
Looking in Microsoft-Windows-TWinUI-Operational log
we find:
Activation of the app Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy!App for the Windows.Launch contract failed with error: Invalid value for registry.
Thus far we've tried:
- Reboot (no change)
- Create new admin user account (no change, issue affects both accounts)
- Running
SFC /scannow
(nothing found) - Performing a Windows 10 'Reset' (can't, as it's booting off a USB hard drive, which Windows considers 'Windows to Go').
- Running Powershell cmdlets (no change):
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Using a Linux USB key to boot into another OS and copy
System32/config/RegBack
toSystem32/config
(no difference, even though the RegBack files were from 3 days prior) - Running
dism /online /cleanup-image /restorehealth
(no change)
And I'm running out of ideas. Any suggestions?
No comments:
Post a Comment