StefanWe 14 Geschrieben 20. August 2010 Autor Melden 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>
Sunny61 833 Geschrieben 21. August 2010 Melden Geschrieben 21. August 2010 Die ADMX Datei Bitte beachten: "Quick n Dirty" ;) Danke. ;)
Empfohlene Beiträge
Erstelle ein Benutzerkonto oder melde dich an, um zu kommentieren
Du musst ein Benutzerkonto haben, um einen Kommentar verfassen zu können
Benutzerkonto erstellen
Neues Benutzerkonto für unsere Community erstellen. Es ist einfach!
Neues Benutzerkonto erstellenAnmelden
Du hast bereits ein Benutzerkonto? Melde dich hier an.
Jetzt anmelden