AeroShake

This commit is contained in:
2022-04-12 14:02:10 -05:00
parent 004a530a9d
commit 75aff3852c
2 changed files with 85 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
<resources minRequiredRevision="1.0"/>
<supportedOn>
<definitions>
<definition displayName="$(string.SUPPORTED_WIN7)" name="SUPPORTED_WIN7"/>
<definition displayName="$(string.SUPPORTED_WIN7_LATER)" name="SUPPORTED_WIN7_LATER"/>
<definition displayName="$(string.SUPPORTED_WIN10_ONLY)" name="SUPPORTED_WIN10_ONLY"/>
<definition displayName="$(string.SUPPORTED_WIN10_LATER)" name="SUPPORTED_WIN10_LATER"/>
<definition displayName="$(string.SUPPORTED_WIN11_ONLY)" name="SUPPORTED_WIN11_ONLY"/>
@@ -186,5 +186,79 @@
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="AeroShaking"
class="User"
displayName="$(string.AeroShaking_Display)"
explainText="$(string.AeroShaking_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
valueName="DisallowShaking"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
</policies>
</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"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
EXPLAIN "Set to enabled to enable item check boxes"
VALUENAME "AutoCheckSelect"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
POLICY "Enable search box suggestions"
KEYNAME "Software\Policies\Microsoft\Windows\Explorer"
EXPLAIN "Set to enabled to enable search box suggestions"
VALUENAME "DisableSearchBoxSuggestions"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
POLICY "Enable bing search"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Search"
EXPLAIN "Set to enabled to enable bing search results from the search bar"
VALUENAME "BingSearchEnabled"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
-->