Hi all, I have a small question about WinSxS file handling while sfc /scannow.

devilink

Member
I deleted the Mobility Center, a shortcut is always created when sfc /scannow:

Code:
C:\Users\Default\AppData\Local\Microsoft\Windows\WinX\Group3\\09 - Mobility Center.lnk

I found this file in WinSxS and deleted it:

Code:
"C:\Windows\WinSxS\amd64_microsoft-windows-explorer-shortcuts_31bf3856ad364e35_10.0.19041.1_none_6da8f779b049952c\09 - Mobility Center.lnk"

"C:\Windows\WinSxS\Manifests\amd64_microsoft-windows-d..ilepcmobilitycenter_31bf3856ad364e35_10.0.19041.1202_none_4f7bffbaf164df6c.manifest"

Found and deleted in the registry:
Code:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide\Winners\amd64_microsoft-windows-d..ilepcmobilitycenter_31bf3856ad364e35_none_b18effafe4f8c6d7" /f

reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ShellCompatibility\InboxApp" /v "1CE09B69A1E2B83B_09_-_Mobility_Center_lnk_amd64.lnk" /f

But the error log is reported in sfc /scannow:
Code:
Cannot repair member file [l:24]'09 - Mobility Center.lnk' of Microsoft-Windows-explorer-shortcuts

Could not reproject corrupted file \??\C:\Users\Default\AppData\Local\Microsoft\Windows\WinX\Group3\\09 - Mobility Center.lnk; source file in store is also corrupted

Seems to be in the file:

Code:
amd64_microsoft-windows-explorer-shortcuts_31bf3856ad364e35_10.0.19041.1_none_6da8f779b049952c.manifest

wow64_microsoft-windows-explorer-shortcuts_31bf3856ad364e35_10.0.19041.1_none_77fda1cbe4aa5727.manifest

For these two errors, should I ignore them, or delete the two files below?

What does the .manifest file use to edit it?
 
Back
Top