mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Update mcc-enterprise.md
removed double \\ to fix the cli regkey addition
This commit is contained in:
parent
b63bf01884
commit
83ab627d9c
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user