StefanWe 14 Geschrieben 20. August 2010 Autor Melden Teilen Geschrieben 20. August 2010 Die ADMX Datei Bitte beachten: "Quick n Dirty" ;) <?xml version="1.0" encoding="utf-8"?> <policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns= "http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions"> <policyNamespaces> <target prefix="contoso" namespace="AutoProxyDetectType" /> </policyNamespaces> <resources minRequiredRevision="1.0" /> <categories> <category name="AutoProxyDetectType" displayName="$(string.AutoProxyDetectType)"/> </categories> <policies> <policy name="AutoProxyDetectType" class="User" displayName="$(string.AutoProxyDetectType)" valueName="AutoProxyDetectType" explainText="$(string.AutoProxyDetectType)" key="Software\Microsoft\Windows\CurrentVersion\Internet Settings"> <parentCategory ref="AutoProxyDetectType" /> <supportedOn ref="SUPPORTED_ProductOnly" /> <enabledValue> <decimal value="2" /> </enabledValue> </policy> </policies> </policyDefinitions> Die dazu passende ADML Datei <?xml version="1.0" encoding="utf-8"?> <policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns= "http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions" revision="1.0" schemaVersion="1.0"> <displayName>AutoProxyDetectType</displayName> <description>AutoProxyDetectType </description> <resources> <stringTable> <string id="AutoProxyDetectType">AutoProxyDetectType</string> </stringTable> </resources> </policyDefinitionResources> Zitieren Link zu diesem Kommentar
Sunny61 806 Geschrieben 21. August 2010 Melden Teilen Geschrieben 21. August 2010 Die ADMX Datei Bitte beachten: "Quick n Dirty" ;) Danke. ;) Zitieren Link zu diesem Kommentar
Empfohlene Beiträge
Schreibe einen Kommentar
Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.