adds aero peek

This commit is contained in:
2022-04-12 13:31:16 -05:00
parent 0d65784d35
commit 528a121ead
2 changed files with 31 additions and 8 deletions

View File

@@ -101,16 +101,25 @@
<decimal value="0"/>
</disabledValue>
</policy>
<policy
name="DesktopPreview"
class="User"
displayName="$(string.DesktopPreview_Display)"
explainText="$(string.DesktopPreview_Explain)"
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
valueName="DisablePreviewDesktop"
>
<parentCategory ref="uwo"/>
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
<!--
POLICY "Disable Desktop Preview"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
EXPLAIN "Set to enabled to disable the Desktop Preview"
VALUENAME "DisablePreviewDesktop"
VALUEON NUMERIC 0
VALUEOFF NUMERIC 1
END POLICY
POLICY "Open File Explorer to This PC"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
EXPLAIN "Set to enabled to force windows file explorer to automatically open with This PC selected"