mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 02:43:43 +00:00
edits
This commit is contained in:
@ -554,7 +554,7 @@ ADMX Info:
|
||||
<!--/Policy-->
|
||||
<hr/>
|
||||
|
||||
To enable this policy, use the following SyncML. This example prevents Windows from installing CD-ROM drives, floppy disks, and modems, and applies to matching device classes that are already installed.
|
||||
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}), and storage devices that use Serial Bus Protocol (SBP-2) drivers (ClassGuid = {d48179be-ec20-11d1-b6b8-00c04fa372a7}). This policy example also applies to matching device classes that are already installed.
|
||||
|
||||
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.
|
||||
|
||||
@ -571,7 +571,7 @@ Enclose the class GUID within curly brackets {}. To configure multiple classes,
|
||||
<Meta>
|
||||
<Format xmlns="syncml:metinf">chr</Format>
|
||||
</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{d48179be-ec20-11d1-b6b8-00c04fa372a7}3{48721b56-6795-11d2-b1a8-0080c72e74a2}"/></Data>
|
||||
<Data><enabled/><data id="DeviceInstall_Classes_Deny_Retroactive" value="true"/><Data id="DeviceInstall_Classes_Deny_List" value="1{4d36e969-e325-11ce-bfc1-08002be10318}2{d48179be-ec20-11d1-b6b8-00c04fa372a7}"/></Data>
|
||||
</Item>
|
||||
</Replace>
|
||||
</SyncBody>
|
||||
|
Reference in New Issue
Block a user