.
This commit is contained in:
@@ -203,43 +203,65 @@
|
|||||||
<decimal value="0"/>
|
<decimal value="0"/>
|
||||||
</disabledValue>
|
</disabledValue>
|
||||||
</policy>
|
</policy>
|
||||||
|
<policy
|
||||||
|
name="VerboseStatusMessages"
|
||||||
|
class="User"
|
||||||
|
displayName="$(string.VerboseStatusMessages_Display)"
|
||||||
|
explainText="$(string.VerboseStatusMessages_Explain)"
|
||||||
|
key="Software\Microsoft\Windows\CurrentVersion\Policies\System"
|
||||||
|
valueName="VerboseStatus"
|
||||||
|
>
|
||||||
|
<parentCategory ref="uwo"/>
|
||||||
|
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
||||||
|
<enabledValue>
|
||||||
|
<decimal value="1"/>
|
||||||
|
</enabledValue>
|
||||||
|
<disabledValue>
|
||||||
|
<decimal value="0"/>
|
||||||
|
</disabledValue>
|
||||||
|
</policy>
|
||||||
|
<policy
|
||||||
|
name="StickyKeys"
|
||||||
|
class="User"
|
||||||
|
displayName="$(string.StickyKeys_Display)"
|
||||||
|
explainText="$(string.StickyKeys_Explain)"
|
||||||
|
key="Control Panel\Accessibility\StickyKeys"
|
||||||
|
valueName="Flags"
|
||||||
|
>
|
||||||
|
<parentCategory ref="uwo"/>
|
||||||
|
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
||||||
|
<enabledValue>
|
||||||
|
<string value="510"/>
|
||||||
|
</enabledValue>
|
||||||
|
<disabledValue>
|
||||||
|
<string value="506"/>
|
||||||
|
</disabledValue>
|
||||||
|
</policy>
|
||||||
|
<policy
|
||||||
|
name="FilterKeys"
|
||||||
|
class="User"
|
||||||
|
displayName="$(string.FilterKeys_Display)"
|
||||||
|
explainText="$(string.FilterKeys_Explain)"
|
||||||
|
key="Control Panel\Accessibility\Keyboard Response"
|
||||||
|
valueName="Flags"
|
||||||
|
>
|
||||||
|
<parentCategory ref="uwo"/>
|
||||||
|
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
||||||
|
<enabledValue>
|
||||||
|
<string value="126"/>
|
||||||
|
</enabledValue>
|
||||||
|
<disabledValue>
|
||||||
|
<string value="122"/>
|
||||||
|
</disabledValue>
|
||||||
|
</policy>
|
||||||
|
|
||||||
</policies>
|
</policies>
|
||||||
</policyDefinitions>
|
</policyDefinitions>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
POLICY "Disallow Aero Shake from Minimizing Window"
|
|
||||||
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
|
|
||||||
EXPLAIN "Configures the Window Shaking feature"
|
|
||||||
VALUENAME "DisallowShaking"
|
|
||||||
VALUEON NUMERIC 0
|
|
||||||
VALUEOFF DELETE
|
|
||||||
END POLICY
|
|
||||||
POLICY "Verbose Status Messages"
|
|
||||||
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
|
|
||||||
EXPLAIN "Set to Enabled to display verbose messages on start-up/shutdown"
|
|
||||||
VALUENAME "VerboseStatus"
|
|
||||||
VALUEON NUMERIC 1
|
|
||||||
VALUEOFF NUMERIC 0
|
|
||||||
END POLICY
|
|
||||||
POLICY "Disable Sticky-Keys"
|
|
||||||
KEYNAME "Control Panel\Accessibility\StickyKeys"
|
|
||||||
EXPLAIN "Set to enabled to enable sticky-keys"
|
|
||||||
VALUENAME "Flags"
|
|
||||||
VALUEON 510
|
|
||||||
VALUEOFF 506
|
|
||||||
END POLICY
|
|
||||||
POLICY "Disable Filter-Keys"
|
|
||||||
KEYNAME "Control Panel\Accessibility\Keyboard Response"
|
|
||||||
EXPLAIN "Set to enabled to enable filter-keys"
|
|
||||||
VALUENAME "Flags"
|
|
||||||
VALUEON 126
|
|
||||||
VALUEOFF 122
|
|
||||||
END POLICY
|
|
||||||
POLICY "Disable Item check boxes"
|
POLICY "Disable Item check boxes"
|
||||||
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
|
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
|
||||||
EXPLAIN "Set to enabled to enable item check boxes"
|
EXPLAIN "Set to enabled to enable item check boxes"
|
||||||
|
@@ -88,13 +88,36 @@ When set to "Enabled" Windows will track and display recently used items/files.
|
|||||||
When set to "Disabled" Windows Manager will no longer track and display recently used items/files.</string>
|
When set to "Disabled" Windows Manager will no longer track and display recently used items/files.</string>
|
||||||
|
|
||||||
<!-- AeroShaking -->
|
<!-- AeroShaking -->
|
||||||
<string id="FileExplorerTrackDocuments_Display">Aero Shake Feature</string>
|
<string id="AeroShaking_Display">Aero Shake Feature</string>
|
||||||
<string id="FileExplorerTrackDocuments_Explain">This configuration option enables/disables the Aero Shake feature.
|
<string id="AeroShaking_Explain">This configuration option enables/disables the Aero Shake feature.
|
||||||
|
|
||||||
When set to "Enabled" the Aero Shake feature will be enabled.
|
When set to "Enabled" the Aero Shake feature will be enabled.
|
||||||
|
|
||||||
When set to "Disabled" the Aero Shake feature will be disabled.</string>
|
When set to "Disabled" the Aero Shake feature will be disabled.</string>
|
||||||
|
|
||||||
|
<!-- VerboseStatusMessages -->
|
||||||
|
<string id="VerboseStatusMessages_Display">Verbose Status Messages</string>
|
||||||
|
<string id="VerboseStatusMessages_Explain">This configuration option enables/disables the display of verbose status messages durin start-up and shutdown.
|
||||||
|
|
||||||
|
When set to "Enabled" verbose setatus messages will be shown.
|
||||||
|
|
||||||
|
When set to "Disabled" verbose setatus messages will not be shown.</string>
|
||||||
|
|
||||||
|
<!-- StickyKeys -->
|
||||||
|
<string id="StickyKeys_Display">Sticky Keys</string>
|
||||||
|
<string id="StickyKeys_Explain">This configuration option enables/disables the Stickey Keys accessibility feature. Probably best not to turn this off in a real corporate environment.
|
||||||
|
|
||||||
|
When set to "Enabled" the feature will be enabled.
|
||||||
|
|
||||||
|
When set to "Disabled" the feature will be disabled.</string>
|
||||||
|
<!-- FilterKeys -->
|
||||||
|
<string id="FilterKeys_Display">Filter Keys</string>
|
||||||
|
<string id="FilterKeys_Explain">This configuration option enables/disables the Filter Keys accessibility feature. Probably best not to turn this off in a real corporate environment.
|
||||||
|
|
||||||
|
When set to "Enabled" the feature will be enabled.
|
||||||
|
|
||||||
|
When set to "Disabled" the feature will be disabled.</string>
|
||||||
|
|
||||||
</stringTable>
|
</stringTable>
|
||||||
<!-- Presentation IDs -->
|
<!-- Presentation IDs -->
|
||||||
<presentationTable>
|
<presentationTable>
|
||||||
|
Reference in New Issue
Block a user