Hello
Thank you for posting in Q&A forum.
To address the issue with MPR (Multi-Provider Router) notifications in Windows 11 24H2 using an older Active Directory (AD) setup, you can configure the necessary settings via the Registry in a Group Policy Object (GPO). Here’s how you can do it:
- Create a GPO in your domain and Link it here or edit an existing GPO.
- Configure the Registry Setting:
• In the Group Policy Management Editor, navigate to Computer Configuration > Preferences > Windows Settings > Registry.
• Right-click on Registry, select New > Registry Item.
- Add the Registry Key for MPR Notifications:
• Action: Update
• Hive: HKEYLOCALMACHINE
• Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
• Value Name: EnableMPRNotifications
• Value Type: REG_DWORD
• Value Data: 1 (to enable MPR notifications)
- Apply and Update Group Policy:
• Click OK to save the new registry item.
• On the client machines, run gpupdate /force in the Command Prompt to apply the new policy immediately.
Reference:
Multi-Provider Router (MPR) notifications - Microsoft Q&A
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.