Advertisement
gehasia

WindowsLegacyPrinterMode.admx

Jul 8th, 2016
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--  Copyright (C) Microsoft. All rights reserved.  -->
  3. <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">
  4.   <policyNamespaces>
  5.     <target namespace="Microsoft.Policies.Printing.3" prefix="printing3" />
  6.     <using namespace="Microsoft.Policies.Printing" prefix="printing" />
  7.     <using namespace="Microsoft.Policies.Windows" prefix="windows" />
  8.   </policyNamespaces>
  9.   <resources minRequiredRevision="1.0" />
  10.   <policies>
  11.     <policy class="User" displayName="$(string.LegacyDefaultPrinterMode)" explainText="$(string.LegacyDefaultPrinterMode_Help)" key="Software\Microsoft\Windows NT\CurrentVersion\Windows" name="LegacyDefaultPrinterMode" valueName="LegacyDefaultPrinterMode">
  12.       <parentCategory ref="windows:Printers" />
  13.       <supportedOn ref="windows:SUPPORTED_Windows_10_0" />
  14.       <enabledValue>
  15.         <decimal value="1" />
  16.       </enabledValue>
  17.       <disabledValue>
  18.         <decimal value="0" />
  19.       </disabledValue>
  20.     </policy>
  21.   </policies>
  22. </policyDefinitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement