Closed giabit closed 6 years ago
Yup, can reproduce. The offending tweak is DisableBackgroundApps
. Specifically disabling background access for Microsoft.Windows.ShellExperienceHost
.
Run the snippet below, then log out and log back in and the problem should be fixed.
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\Microsoft.Windows.ShellExperienceHost*" -Name "Disabled" -ErrorAction SilentlyContinue
Remove-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\Microsoft.Windows.ShellExperienceHost*" -Name "DisabledByUser" -ErrorAction SilentlyContinue
I will also fix the tweak itself. There is already one exclusion for Microsoft.Windows.Cortana
which would otherwise break Start Menu search, so this is pretty much the same case.
Thank you!! It works!
I customized the script adding my preset, and I would like to preserve the action center and push notifications (with modern toast). If I run the script with the configuration reported below, toast notifications don't appear neither in the action center panel, anyway the counter on the action center icon increases.
Here is my configuration: custom.preset (one command each line...)
Default.cmd
Running on Windows 10 Pro 1809 and 1803