Advertisement
mavc266

Untitled

Jun 30th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- (c) 2010 Microsoft Corporation -->
  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 prefix="messaging" namespace="Microsoft.Policies.Messaging" />
  6. <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7. </policyNamespaces>
  8. <resources minRequiredRevision="1.0" />
  9. <categories>
  10. <category name="Messaging_Category" displayName="$(string.Messaging_Category)">
  11. <parentCategory ref="windows:WindowsComponents" />
  12. </category>
  13. </categories>
  14. <policies>
  15. <policy name="AllowMessageSync" class="Machine" displayName="$(string.AllowMessageSync)" explainText="$(string.AllowMessageSync_Help)" key="Software\Policies\Microsoft\Windows\Messaging" valueName="AllowMessageSync">
  16. <parentCategory ref="Messaging_Category" />
  17. <supportedOn ref="windows:SUPPORTED_Windows_10_0_RS3" />
  18. <enabledValue>
  19. <decimal value="1" />
  20. </enabledValue>
  21. <disabledValue>
  22. <decimal value="0" />
  23. </disabledValue>
  24. </policy>
  25. </policies>
  26. </policyDefinitions>
  27.  
  28. MZ
  29.  
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement