SOLVED

Unable to disable feedback notifications

Iron Contributor

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

 

The event viewer shows 2 errors, with EventID 454 Command failure status and eventID 809 Unknown Win32 Error code: 0x86000011

 

 

 

 

2 Replies
best response confirmed by RonaldvdMeer (Iron Contributor)
Solution

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

Thx Oliver,

 

That did the trick

1 best response

Accepted Solutions
best response confirmed by RonaldvdMeer (Iron Contributor)
Solution

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

View solution in original post