M
m12lrpv
I've just had this known bug hit my daughters new laptop on Christmas day when it was a gift for her and i'm very annoyed.
I've done a lot of reading and as advised I stupidly ran
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
While that fixed the default apps, it broke the system irreversibly so I consider it to not be good advise to run that.
Basically it prevented system settings being launched from the control panel. It also caused a side by side error trying to execute some programs.
To fix that I ran
sfc /scannow
and
dism Online /Cleanup-Image /CheckHealth
and also reinstalled the visual c++ redistributables
Finally I tried a restore point before it would no longer boot.
Now I'm wiping the machine and restarting the many hours of re-installs needed to bring it back to the state it was in before this very well identified bug was encountered.
My issue now is to make sure that the TwinUI bug doesn't happen again and obviously the way to do that is to install the microsoft patch for the issue.
Unfortunately googling the bug brings people to this forum here and to others claiming it can be fixed by performing the steps mentioned above.
What I really need is the Microsoft patch for it. Does anyone have a direct link to that patch?
And why is Windows Bugs not an option for the Windows Topics for this forum?
Continue reading...
I've done a lot of reading and as advised I stupidly ran
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
While that fixed the default apps, it broke the system irreversibly so I consider it to not be good advise to run that.
Basically it prevented system settings being launched from the control panel. It also caused a side by side error trying to execute some programs.
To fix that I ran
sfc /scannow
and
dism Online /Cleanup-Image /CheckHealth
and also reinstalled the visual c++ redistributables
Finally I tried a restore point before it would no longer boot.
Now I'm wiping the machine and restarting the many hours of re-installs needed to bring it back to the state it was in before this very well identified bug was encountered.
My issue now is to make sure that the TwinUI bug doesn't happen again and obviously the way to do that is to install the microsoft patch for the issue.
Unfortunately googling the bug brings people to this forum here and to others claiming it can be fixed by performing the steps mentioned above.
What I really need is the Microsoft patch for it. Does anyone have a direct link to that patch?
And why is Windows Bugs not an option for the Windows Topics for this forum?
Continue reading...