Forum Discussion
Major Bug in Windows 11 26120.1912 System Login Function
lornshrimp Most people who experience this, are missing 5 apps that are installed by default. On the release channel build 26100.2033, this is also an issue.
NOTE: If Task Manager is running, you can use both the Command Prompt, and the file manager built into Notepad's open file dialog box, as a temporary replacement for Windows Explorer. When you reset the Start Menu or another app, and those dependencies / frameworks are paused, but not staged, meaning they're physically not present, you didn't reset them first, then of course it will glitch out. Depending on the situation, if you close userinit.exe and shellhost.exe, which will constantly restart, it will stop flashing long enough for you to use xcopy without getting interrupted too many times.
I mounted an RTM version of Win 11 24H2, with no patches, and copied them back over. Then I staged each one, by resetting them, before trying to reset the others. Btw even if you have to do this to activate Windows, they won't be fully functional UNLESS you have already activated your copy of Windows. So you will have to reset them, but you can't even fully utilize them until you activate. ( It will just give you access denied errors, meaning it will stay locked. This has little to do with AUMID or even the access control entries for that one set of files. What I mean, is that while that's important, it will only influence the outcome, once it's activated. ) This glitch appears when you go to reset an app without the dependencies / frameworks in place:
"C:\Program Files\WindowsApps\Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe"
"C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.30704.0_x64__8wekyb3d8bbwe"
"C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64__8wekyb3d8bbwe"
"C:\Program Files\WindowsApps\Microsoft.NET.Native.Framework.2.2_2.2.29512.0_x64__8wekyb3d8bbwe"
"C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.2.2_2.2.28604.0_x64__8wekyb3d8bbwe"
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Get-AppxPackage -AllUsers Microsoft.UI.Xaml.2.8 | Reset-AppxPackage}"
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Get-AppxPackage -AllUsers Microsoft.VCLibs.140.00 | Reset-AppxPackage}"
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Get-AppxPackage -AllUsers Microsoft.VCLibs.140.00.UWPDesktop | Reset-AppxPackage}"
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Get-AppxPackage -AllUsers Microsoft.NET.Native.Framework.2.2 | Reset-AppxPackage}"
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Get-AppxPackage -AllUsers Microsoft.NET.Native.Runtime.2.2 | Reset-AppxPackage}"
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Get-AppxPackage -AllUsers Microsoft.StorePurchaseApp | Reset-AppxPackage}"
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Get-AppxPackage -AllUsers Microsoft.WindowsStore | Reset-AppxPackage}"