Forum Discussion
RonaldvdMeer
Aug 27, 2018Iron Contributor
Unable to disable feedback notifications
We want to disable Feedbacknotifications. I created a Custom OMA-URI Setting with the OMA-URI
./Device/Vendor/MSFT/Policy/Config/Experience/DoNotShowFeedbackNotifications and data type String and value <enabled/>
Somehow this doesn't work even though i follow the instructions from this page, https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-experience#experience-donotshowfeedbacknotifications
The event viewer shows 2 errors, with EventID 454 Command failure status and eventID 809 Unknown Win32 Error code: 0x86000011
Hi Roland,
you have to configure it like this:
./Vendor/MSFT/Policy/Config/Experience/DoNotShowFeedbackNotifications
Data type: Integer
Value: 1
I have it in my tenants like this and it works fine.
best,
Oliver
2 Replies
Sort By
Hi Roland,
you have to configure it like this:
./Vendor/MSFT/Policy/Config/Experience/DoNotShowFeedbackNotifications
Data type: Integer
Value: 1
I have it in my tenants like this and it works fine.
best,
Oliver
- RonaldvdMeerIron Contributor
Thx Oliver,
That did the trick