home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / Help.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  2KB  |  33 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--  (c) 2006 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="help" namespace="Microsoft.Policies.WindowsHelp" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <policies>
  10.     <policy name="HelpQualifiedRootDir_Comp" class="Machine" displayName="$(string.HelpQualifiedRootDir_Comp)" explainText="$(string.HelpQualifiedRootDir_Help)" presentation="$(presentation.HelpQualifiedRootDir_Comp)" key="Software\Policies\Microsoft\Windows\System">
  11.       <parentCategory ref="windows:System" />
  12.       <supportedOn ref="windows:SUPPORTED_IE6SP1" />
  13.       <elements>
  14.         <text id="HelpQualifiedRootDir_Edit" valueName="HelpQualifiedRootDir" />
  15.       </elements>
  16.     </policy>
  17.     <policy name="RestrictRunFromHelp" class="User" displayName="$(string.RestrictRunFromHelp)" explainText="$(string.RestrictRunFromHelp_Help)" presentation="$(presentation.RestrictRunFromHelp)" key="Software\Policies\Microsoft\Windows\System">
  18.       <parentCategory ref="windows:System" />
  19.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  20.       <elements>
  21.         <text id="RestrictRunFromHelp_Edit" valueName="DisableInHelp" required="true" />
  22.       </elements>
  23.     </policy>
  24.     <policy name="RestrictRunFromHelp_Comp" class="Machine" displayName="$(string.RestrictRunFromHelp_Comp)" explainText="$(string.RestrictRunFromHelp_Help)" presentation="$(presentation.RestrictRunFromHelp_Comp)" key="Software\Policies\Microsoft\Windows\System">
  25.       <parentCategory ref="windows:System" />
  26.       <supportedOn ref="windows:SUPPORTED_WindowsXP" />
  27.       <elements>
  28.         <text id="RestrictRunFromHelp_Edit" valueName="DisableInHelp" required="true" />
  29.       </elements>
  30.     </policy>
  31.   </policies>
  32. </policyDefinitions>
  33.