adds aero peek
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user