AeroShake
This commit is contained in:
@@ -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
|
||||
-->
|
@@ -7,7 +7,7 @@
|
||||
<resources>
|
||||
<stringTable>
|
||||
<!-- 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_LATER">Microsoft Windows 10 or later</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>
|
||||
|
||||
<!-- 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.
|
||||
|
||||
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>
|
||||
|
||||
<!-- 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>
|
||||
<!-- Presentation IDs -->
|
||||
<presentationTable>
|
||||
|
Reference in New Issue
Block a user