enable MPR notifications in Windows Server 2012

Ahmed Shaban 0 Reputation points
2024-12-16T07:44:43.06+00:00

it is related to Active Directory and GPO .. MPR notifications is recently applied in Windows 11 24H2 and not applied before that version so i have old Active Directory 2012 so i want to solve this problem via Registry in Group Policy object.

Thanks,

Windows for business Windows Client for IT Pros Directory services Active Directory
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-12-17T07:44:55.68+00:00

    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:

    1. Create a GPO in your domain and Link it here or edit an existing GPO.
    2. 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.

    1. 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)

    1. 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.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.