mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merged PR 9742: Added SyncML example to WindowsLogon/DontDisplayNetworkSelectionUI
This commit is contained in:
parent
1f6f644ad7
commit
f5bd46c538
@ -1644,6 +1644,7 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
|||||||
<li>ApplicationManagement/LaunchAppAfterLogOn</li>
|
<li>ApplicationManagement/LaunchAppAfterLogOn</li>
|
||||||
<li>ApplicationManagement/ScheduleForceRestartForUpdateFailures </li>
|
<li>ApplicationManagement/ScheduleForceRestartForUpdateFailures </li>
|
||||||
<li>TaskManager/AllowEndTask</li>
|
<li>TaskManager/AllowEndTask</li>
|
||||||
|
<li>WindowsLogon/DontDisplayNetworkSelectionUI</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -6,7 +6,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: MariciaAlforque
|
author: MariciaAlforque
|
||||||
ms.date: 05/14/2018
|
ms.date: 07/12/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Policy CSP - WindowsLogon
|
# Policy CSP - WindowsLogon
|
||||||
@ -143,6 +143,31 @@ If you enable this policy setting, the PC's network connectivity state cannot be
|
|||||||
|
|
||||||
If you disable or don't configure this policy setting, any user can disconnect the PC from the network or can connect the PC to other available networks without signing into Windows.
|
If you disable or don't configure this policy setting, any user can disconnect the PC from the network or can connect the PC to other available networks without signing into Windows.
|
||||||
|
|
||||||
|
Here is an example to enable this policy:
|
||||||
|
|
||||||
|
``` syntax
|
||||||
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
|
<SyncBody>
|
||||||
|
<Atomic>
|
||||||
|
<CmdID>300</CmdID>
|
||||||
|
<Replace>
|
||||||
|
<CmdID>301</CmdID>
|
||||||
|
<Item>
|
||||||
|
<Target>
|
||||||
|
<LocURI>./Device/Vendor/MSFT/Policy/Config/WindowsLogon/DontDisplayNetworkSelectionUI</LocURI>
|
||||||
|
</Target>
|
||||||
|
<Meta>
|
||||||
|
<Format xmlns="syncml:metinf">chr</Format>
|
||||||
|
</Meta>
|
||||||
|
<Data><![CDATA[<enabled/>]]></Data>
|
||||||
|
</Item>
|
||||||
|
</Replace>
|
||||||
|
</Atomic>
|
||||||
|
<Final/>
|
||||||
|
</SyncBody>
|
||||||
|
</SyncML>
|
||||||
|
```
|
||||||
|
|
||||||
<!--/Description-->
|
<!--/Description-->
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
|
> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user