Update mcc-enterprise.md

removed double \\ to fix the cli regkey addition
This commit is contained in:
Erik Moreau 2022-07-21 10:56:22 +02:00 committed by GitHub
parent b63bf01884
commit 83ab627d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -503,13 +503,13 @@ There are multiple methods that can be used to apply a policy to PCs that should
You can either set your MCC IP address or FQDN using: You can either set your MCC IP address or FQDN using:
1. Registry Key in 1709 and higher - 1. Registry Key in 1709 and higher -
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows\\DeliveryOptimization]<br> [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization]<br>
"DOCacheHost"=" " "DOCacheHost"=" "
From an elevated command prompt: From an elevated command prompt:
``` ```
reg add "HKEY_LOCAL_MACHINE\\SOFTWARE\\Policies\\Microsoft\\Windows\\DeliveryOptimization" /v DOCacheHost /t REG_SZ /d "10.137.187.38" /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization" /v DOCacheHost /t REG_SZ /d "10.137.187.38" /f
``` ```
2. MDM Path in 1809 or higher: 2. MDM Path in 1809 or higher: