Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <!-- Copyright (C) Microsoft. All rights reserved. -->
- <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 namespace="Microsoft.Policies.Printing.3" prefix="printing3" />
- <using namespace="Microsoft.Policies.Printing" prefix="printing" />
- <using namespace="Microsoft.Policies.Windows" prefix="windows" />
- </policyNamespaces>
- <resources minRequiredRevision="1.0" />
- <policies>
- <policy class="User" displayName="$(string.LegacyDefaultPrinterMode)" explainText="$(string.LegacyDefaultPrinterMode_Help)" key="Software\Microsoft\Windows NT\CurrentVersion\Windows" name="LegacyDefaultPrinterMode" valueName="LegacyDefaultPrinterMode">
- <parentCategory ref="windows:Printers" />
- <supportedOn ref="windows:SUPPORTED_Windows_10_0" />
- <enabledValue>
- <decimal value="1" />
- </enabledValue>
- <disabledValue>
- <decimal value="0" />
- </disabledValue>
- </policy>
- </policies>
- </policyDefinitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement