Closed ITGuyattheplace closed 7 months ago
Heya,
Does nothing pop up at all or is the calendar specifically not showing?
Additionally, what version of windows are you running?
Nothing pops up at all.
Win 11 Pro 10.0.22631.3447 23H2
I'd noticed this running default settings on a few machines, I ran it again without removing communications apps but did remove Office 365 for Windows (or whatever it's called), still goes splat. I'll try and get some testing done today on other machines.
I did a fresh install, ran the debloat excluding comms apps and Office, just all the regular garbage removed. Calendar working.
Ran Get-AppxProvisionedPackage -Online $AppxApps | where-object {$_.packagename –like "microsoft.windowscommunicationsapps"} | remove-appxprovisionedpackage –online -Verbose
Mail is removed and calendar still working.
Looks like it's something in that first lot.
That's interesting.
The calendar integration with the mail & calendar apps was removed with Windows 11. To my knowledge the mail & calendar and office apps have no interaction with that menu in w11 whatsoever, and removing those definitely shouldn't break this.
Win11debloat doesn't do anything related to the calendar/notification popup menu either
Are there any other changes you make to your install?
Totally vanilla install of Win 11. All I'm doing is running the tool in the various ways described.
I'll fire up a VM and do some more testing. Probably won't happen this week.
Flippin' Micro$oft man...
Managed to get some time with this today. A non-domain joined machine running all defaults as the only admin user and the calendar is still working.
More to come
Well, my face might be a bit red on this one. It's looking like group policy is causing this, not your tool at all. Will report back with more.
Found it...
GPO: User config/Policies/Admin Templates/Start Menu and Taskbar/Remove Notifications and Action Center
Thanks for reporting back on this, and no worries! Glad you managed to fix it :)
Howdy,
Trying to figure out what breaks the calendar popup (clicking date/time in the system tray). I figured it would be Mail and Calendar but doesn't appear to be the case. Any ideas?