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"/> <resources minRequiredRevision="1.0"/>
<supportedOn> <supportedOn>
<definitions> <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_ONLY)" name="SUPPORTED_WIN10_ONLY"/>
<definition displayName="$(string.SUPPORTED_WIN10_LATER)" name="SUPPORTED_WIN10_LATER"/> <definition displayName="$(string.SUPPORTED_WIN10_LATER)" name="SUPPORTED_WIN10_LATER"/>
<definition displayName="$(string.SUPPORTED_WIN11_ONLY)" name="SUPPORTED_WIN11_ONLY"/> <definition displayName="$(string.SUPPORTED_WIN11_ONLY)" name="SUPPORTED_WIN11_ONLY"/>
@@ -186,5 +186,79 @@
<decimal value="0"/> <decimal value="0"/>
</disabledValue> </disabledValue>
</policy> </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> </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"
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
-->

View File

@@ -7,7 +7,7 @@
<resources> <resources>
<stringTable> <stringTable>
<!-- Supported Operating Systems --> <!-- Supported Operating Systems -->
<string id="SUPPORTED_WIN7">Microsoft Windows 7 or later</string> <string id="SUPPORTED_WIN7_LATER">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN10_ONLY">Microsoft Windows 10</string> <string id="SUPPORTED_WIN10_ONLY">Microsoft Windows 10</string>
<string id="SUPPORTED_WIN10_LATER">Microsoft Windows 10 or later</string> <string id="SUPPORTED_WIN10_LATER">Microsoft Windows 10 or later</string>
<string id="SUPPORTED_WIN11_ONLY">Microsoft Windows 11</string> <string id="SUPPORTED_WIN11_ONLY">Microsoft Windows 11</string>
@@ -80,13 +80,21 @@ When set to "Enabled" File Manager will display frequent items.
When set to "Disabled" File Manager will no longer show frequent items.</string> When set to "Disabled" File Manager will no longer show frequent items.</string>
<!-- FileExplorerTrackDocuments --> <!-- FileExplorerTrackDocuments -->
<string id="FileExplorerTrackDocuments_Display">Track recently opened documents.</string> <string id="FileExplorerTrackDocuments_Display">Track recently opened documents</string>
<string id="FileExplorerTrackDocuments_Explain">This configuration option instructs Windows to track recently opened documents and present them to the user to speed up the user experience. <string id="FileExplorerTrackDocuments_Explain">This configuration option instructs Windows to track recently opened documents and present them to the user to speed up the user experience.
When set to "Enabled" Windows will track and display recently used items/files. 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 -->
<string id="FileExplorerTrackDocuments_Display">Aero Shake Feature</string>
<string id="FileExplorerTrackDocuments_Explain">This configuration option enables/disables the Aero Shake feature.
When set to "Enabled" the Aero Shake feature will be enabled.
When set to "Disabled" the Aero Shake feature will be disabled.</string>
</stringTable> </stringTable>
<!-- Presentation IDs --> <!-- Presentation IDs -->
<presentationTable> <presentationTable>