mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
close tags
This commit is contained in:
@ -36,14 +36,14 @@ Let's start by looking at the basic structure of the lockdown XML file. You can
|
|||||||
<?xml version "1.0" encoding "utf-8"?>
|
<?xml version "1.0" encoding "utf-8"?>
|
||||||
<HandheldLockdown version "1.0" >
|
<HandheldLockdown version "1.0" >
|
||||||
<Default>
|
<Default>
|
||||||
<ActionCenter>
|
<ActionCenter/>
|
||||||
<Apps>
|
<Apps/>
|
||||||
<Buttons>
|
<Buttons/>
|
||||||
<CSPRunner>
|
<CSPRunner/>
|
||||||
<MenuItems>
|
<MenuItems/>
|
||||||
<Settings>
|
<Settings/>
|
||||||
<Tiles>
|
<Tiles/>
|
||||||
<StartScreenSize>
|
<StartScreenSize/>
|
||||||
</Default>
|
</Default>
|
||||||
</HandheldLockdown>
|
</HandheldLockdown>
|
||||||
```
|
```
|
||||||
@ -402,24 +402,24 @@ For a list of the settings and quick actions that you can allow or block, see [S
|
|||||||
<?xml version "1.0" encoding "utf-8"?>
|
<?xml version "1.0" encoding "utf-8"?>
|
||||||
<HandheldLockdown version "1.0" >
|
<HandheldLockdown version "1.0" >
|
||||||
<Default>
|
<Default>
|
||||||
<ActionCenter>
|
<ActionCenter/>
|
||||||
<Apps>
|
<Apps/>
|
||||||
<Buttons>
|
<Buttons/>
|
||||||
<CSPRunner>
|
<CSPRunner/>
|
||||||
<MenuItems>
|
<MenuItems/>
|
||||||
<Settings>
|
<Settings/>
|
||||||
<Tiles>
|
<Tiles/>
|
||||||
<StartScreenSize>
|
<StartScreenSize/>
|
||||||
</Default>
|
</Default>
|
||||||
<RoleList>
|
<RoleList>
|
||||||
<Role>
|
<Role>
|
||||||
<ActionCenter>
|
<ActionCenter/>
|
||||||
<Apps>
|
<Apps/>
|
||||||
<Buttons>
|
<Buttons/>
|
||||||
<CSPRunner>
|
<CSPRunner/>
|
||||||
<MenuItems>
|
<MenuItems/>
|
||||||
<Settings>
|
<Settings/>
|
||||||
<Tiles>
|
<Tiles/>
|
||||||
</Role>
|
</Role>
|
||||||
</RoleList>
|
</RoleList>
|
||||||
</Default>
|
</Default>
|
||||||
|
Reference in New Issue
Block a user