home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / PolicyDefinitions / Shell-CommandPrompt-RegEditTools.admx < prev    next >
Extensible Markup Language  |  2008-01-19  |  3KB  |  68 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="shell-commandprompt-regedittools" namespace="Microsoft.Policies.WindowsTools" />
  6.     <using prefix="windows" namespace="Microsoft.Policies.Windows" />
  7.   </policyNamespaces>
  8.   <resources minRequiredRevision="1.0" />
  9.   <policies>
  10.     <policy name="DisableCMD" class="User" displayName="$(string.DisableCMD)" explainText="$(string.DisableCMD_Help)" presentation="$(presentation.DisableCMD)" key="Software\Policies\Microsoft\Windows\System">
  11.       <parentCategory ref="windows:System" />
  12.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  13.       <elements>
  14.         <enum id="DisableCMDScripts" valueName="DisableCMD">
  15.           <item displayName="$(string.DisableCMD_YES)">
  16.             <value>
  17.               <decimal value="1" />
  18.             </value>
  19.           </item>
  20.           <item displayName="$(string.DisableCMD_NO)">
  21.             <value>
  22.               <decimal value="2" />
  23.             </value>
  24.           </item>
  25.         </enum>
  26.       </elements>
  27.     </policy>
  28.     <policy name="DisableRegedit" class="User" displayName="$(string.DisableRegedit)" explainText="$(string.DisableRegedit_Help)" presentation="$(presentation.DisableRegedit)" key="Software\Microsoft\Windows\CurrentVersion\Policies\System">
  29.       <parentCategory ref="windows:System" />
  30.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  31.       <elements>
  32.         <enum id="DisableRegeditMode" valueName="DisableRegistryTools">
  33.           <item displayName="$(string.DisableRegeditMode_UIAndSilent)">
  34.             <value>
  35.               <decimal value="2" />
  36.             </value>
  37.           </item>
  38.           <item displayName="$(string.DisableRegeditMode_UIonly)">
  39.             <value>
  40.               <decimal value="1" />
  41.             </value>
  42.           </item>
  43.         </enum>
  44.       </elements>
  45.     </policy>
  46.    <policy name="RestrictApps" class="User" displayName="$(string.RestrictApps)" explainText="$(string.RestrictApps_Help)" presentation="$(presentation.RestrictApps)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="RestrictRun">
  47.       <parentCategory ref="windows:System" />
  48.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  49.       <enabledValue>
  50.          <decimal value="1" />
  51.       </enabledValue>
  52.       <disabledValue>
  53.          <decimal value="0" />
  54.       </disabledValue>  
  55.       <elements>
  56.          <list id="RestrictApps_RestrictAppsList" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun" additive="true" />
  57.       </elements>
  58.     </policy>
  59.     <policy name="DisallowApps" class="User" displayName="$(string.DisallowApps)" explainText="$(string.DisallowApps_Help)" presentation="$(presentation.DisallowApps)" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" valueName="DisallowRun">
  60.       <parentCategory ref="windows:System" />
  61.       <supportedOn ref="windows:SUPPORTED_Win2k" />
  62.       <elements>
  63.         <list id="DisallowAppsList" key="Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun" valuePrefix="" />
  64.       </elements>
  65.     </policy>
  66.   </policies>
  67. </policyDefinitions>
  68.