mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 22:37:22 +00:00
revsied class guids
This commit is contained in:
parent
98aa94f8af
commit
d49ce7da6c
@ -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: 11/30/2018
|
ms.date: 12/01/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# Policy CSP - DeviceInstallation
|
# Policy CSP - DeviceInstallation
|
||||||
@ -234,9 +234,13 @@ ADMX Info:
|
|||||||
<!--/Validation-->
|
<!--/Validation-->
|
||||||
<!--/Policy-->
|
<!--/Policy-->
|
||||||
|
|
||||||
To enable this policy, use the following SyncML. This example allows Windows to install CD-ROM drives, floppy disks, and modems.
|
To enable this policy, use the following SyncML. This example allows Windows to install:
|
||||||
|
|
||||||
Enclose the class GUID within curly brackets {}. To configure multiple classes, use `` as a delimiter. To apply the policy to matching device classes that are already installed, set DeviceInstall_Classes_Deny_Retroactive to true.
|
- Floppy Disks, ClassGUID = {4d36e980-e325-11ce-bfc1-08002be10318}
|
||||||
|
- CD ROMs, ClassGUID = {4d36e965-e325-11ce-bfc1-08002be10318}
|
||||||
|
- Modems, ClassGUID = {4d36e96d-e325-11ce-bfc1-08002be10318}
|
||||||
|
|
||||||
|
Enclose the class GUID within curly brackets {}. To configure multiple classes, use `` as a delimiter.
|
||||||
|
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
@ -251,7 +255,7 @@ Enclose the class GUID within curly brackets {}. To configure multiple classes,
|
|||||||
<Meta>
|
<Meta>
|
||||||
<Format xmlns="syncml:metinf">string</Format>
|
<Format xmlns="syncml:metinf">string</Format>
|
||||||
</Meta>
|
</Meta>
|
||||||
<Data><enabled/><Data id="DeviceInstall_Classes_Allow_List" value="1{4d36e969-e325-11ce-bfc1-08002be10318}2{4d36e969-e325-11ce-bfc1-08002be10318}3{4d36e969-e325-11ce-bfc1-08002be10318}"/></Data>
|
<Data><enabled/><Data id="DeviceInstall_Classes_Allow_List" value="1{4d36e980-e325-11ce-bfc1-08002be10318}2{4d36e965-e325-11ce-bfc1-08002be10318}3{4d36e96d-e325-11ce-bfc1-08002be10318}"/></Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
</SyncBody>
|
</SyncBody>
|
||||||
@ -583,7 +587,11 @@ ADMX Info:
|
|||||||
<!--/Policy-->
|
<!--/Policy-->
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
To enable this policy, use the following SyncML. This example prevents Windows from installing CD-ROM drives, floppy disks, and modems (ClassGuid= {4d36e980-e325-11ce-bfc1-08002be10318}). This policy example also applies to matching device classes that are already installed.
|
To enable this policy, use the following SyncML. This example prevents Windows from installing:
|
||||||
|
|
||||||
|
- Floppy Disks, ClassGUID = {4d36e980-e325-11ce-bfc1-08002be10318}
|
||||||
|
- CD ROMs, ClassGUID = {4d36e965-e325-11ce-bfc1-08002be10318}
|
||||||
|
- Modems, ClassGUID = {4d36e96d-e325-11ce-bfc1-08002be10318}
|
||||||
|
|
||||||
Enclose the class GUID within curly brackets {}. To configure multiple classes, use `` as a delimiter. To apply the policy to matching device classes that are already installed, set DeviceInstall_Classes_Deny_Retroactive to true.
|
Enclose the class GUID within curly brackets {}. To configure multiple classes, use `` as a delimiter. To apply the policy to matching device classes that are already installed, set DeviceInstall_Classes_Deny_Retroactive to true.
|
||||||
|
|
||||||
@ -600,7 +608,7 @@ Enclose the class GUID within curly brackets {}. To configure multiple classes,
|
|||||||
<Meta>
|
<Meta>
|
||||||
<Format xmlns="syncml:metinf">string</Format>
|
<Format xmlns="syncml:metinf">string</Format>
|
||||||
</Meta>
|
</Meta>
|
||||||
<Data><enabled/><data id="DeviceInstall_Classes_Deny_Retroactive" value="true"/><Data id="DeviceInstall_Classes_Deny_List" value="1{4d36e969-e325-11ce-bfc1-08002be10318}2{4d36e969-e325-11ce-bfc1-08002be10318}3{4d36e969-e325-11ce-bfc1-08002be10318}"/></Data>
|
<Data><enabled/><data id="DeviceInstall_Classes_Deny_Retroactive" value="true"/><Data id="DeviceInstall_Classes_Deny_List" value="1{4d36e980-e325-11ce-bfc1-08002be10318}2{4d36e965-e325-11ce-bfc1-08002be10318}3{4d36e96d-e325-11ce-bfc1-08002be10318}"/></Data>
|
||||||
</Item>
|
</Item>
|
||||||
</Replace>
|
</Replace>
|
||||||
</SyncBody>
|
</SyncBody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user