Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

How to disable Quic protocol in Windows with MS Intune

  • 5 ответов
  • 1 имеет эту проблему
  • 167 просмотров
  • Последний ответ от Shri Sivakumaran

more options

Hello

I am looking for a way to disable the QUIC protocol in Firefox through Intune. tried by below value but its not working, anyone did the settings in MS Intune for Windows? <enabled/> <data id="JSON" value=' {

 "network.http.http3.enable": {
   "Value": 0,
   "Status": "user"
 },

{

 "network.http.http3.enable_0rtt": {
   "Value": 0,
   "Status": "user"
 }

}'/>

Thanks

Hello I am looking for a way to disable the QUIC protocol in Firefox through Intune. tried by below value but its not working, anyone did the settings in MS Intune for Windows? <enabled/> <data id="JSON" value=' { "network.http.http3.enable": { "Value": 0, "Status": "user" }, { "network.http.http3.enable_0rtt": { "Value": 0, "Status": "user" } }'/> Thanks

Выбранное решение

my bad, there as typo mistake in the above JSON file "}" was added extra on it. it working fine with below value. Thanks Mike


<enabled/> <data id="JSON" value=' {

 "network.http.http3.enable": {
   "Value": false,
   "Status": “locked”
 },
 "network.http.http3.enable_0rtt": {
   "Value": false,
   "Status": "locked"
 }

}'/>

Прочитайте этот ответ в контексте 👍 0

Все ответы (5)

more options

Those values should be false, not 0.

But it should still work.

Do you see any errors when you go to about:policies in Firefox?

Have you done all the other admx ingestion steps?

https://support.mozilla.org/en-US/kb/managing-firefox-intune

Полезно?

more options

Thanks Mike, getting below error in MS Intune.

Полезно?

more options

That's a pretty generic code that makes me think there might be a typo in the initial setting up.

Полезно?

more options

I tried recreating it and checked all, still same error

Полезно?

more options

Выбранное решение

my bad, there as typo mistake in the above JSON file "}" was added extra on it. it working fine with below value. Thanks Mike


<enabled/> <data id="JSON" value=' {

 "network.http.http3.enable": {
   "Value": false,
   "Status": “locked”
 },
 "network.http.http3.enable_0rtt": {
   "Value": false,
   "Status": "locked"
 }

}'/>

Полезно?

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.