Forum Discussion
l3btt
Jul 01, 2021Copper Contributor
widgets does not open
I click and nothing happens, literally nothing.
Icon animation works.
- l3bttCopper Contributorhttps://answers.microsoft.com/en-us/windows/forum/all/popup-context-windows-from-taskbar-not-showing-eg/fd843a9a-4bd7-47a3-b634-a14f03127154
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | foreach {Add-AppxPackage -register "$($.InstallLocation)\appxmanifest.xml" -DisableDevelopmentMode}
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($.InstallLocation)\AppXManifest.xml"}
ok, fixed.- DrTamizCopper ContributorThis did not work for me. I also got a lot of errors running the second code, but they both should have ran correctly. I restarted but widgets still do not work. Was there anything special that you did that was not mentioned in the forum linked?