adds multiple user items
This commit is contained in:
@@ -118,38 +118,73 @@
|
||||
<decimal value="0"/>
|
||||
</disabledValue>
|
||||
</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"
|
||||
VALUENAME "LaunchTo"
|
||||
VALUEON NUMERIC 1
|
||||
VALUEOFF NUMERIC 0
|
||||
END POLICY
|
||||
POLICY "Show recent items in the File Explorer"
|
||||
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer"
|
||||
EXPLAIN "Set to enabled to show recent items in file explorer"
|
||||
VALUENAME "ShowRecent"
|
||||
VALUEON NUMERIC 1
|
||||
VALUEOFF NUMERIC 0
|
||||
END POLICY
|
||||
POLICY "Show frequent items in the File Explorer"
|
||||
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer"
|
||||
EXPLAIN "Set to enabled to show frequent items in file explorer"
|
||||
VALUENAME "ShowFrequent"
|
||||
VALUEON NUMERIC 1
|
||||
VALUEOFF NUMERIC 0
|
||||
END POLICY
|
||||
POLICY "Show recent items in the start menu"
|
||||
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer"
|
||||
EXPLAIN "Set to enabled to show recent items in file start menu"
|
||||
VALUENAME "Start_TrackDocs"
|
||||
VALUEON NUMERIC 1
|
||||
VALUEOFF NUMERIC 0
|
||||
END POLICY
|
||||
-->
|
||||
|
||||
|
||||
<policy
|
||||
name="FileExplorerToC"
|
||||
class="User"
|
||||
displayName="$(string.FileExplorerToC_Display)"
|
||||
explainText="$(string.FileExplorerToC_Explain)"
|
||||
key="Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
|
||||
valueName="LaunchTo"
|
||||
>
|
||||
<parentCategory ref="uwo"/>
|
||||
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
|
||||
<enabledValue>
|
||||
<decimal value="1"/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<decimal value="0"/>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
name="FileExplorerRecent"
|
||||
class="User"
|
||||
displayName="$(string.FileExplorerRecent_Display)"
|
||||
explainText="$(string.FileExplorerRecent_Explain)"
|
||||
key="Software\Microsoft\Windows\CurrentVersion\Explorer"
|
||||
valueName="ShowRecent"
|
||||
>
|
||||
<parentCategory ref="uwo"/>
|
||||
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
|
||||
<enabledValue>
|
||||
<decimal value="1"/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<decimal value="0"/>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
name="FileExplorerFrequent"
|
||||
class="User"
|
||||
displayName="$(string.FileExplorerFrequent_Display)"
|
||||
explainText="$(string.FileExplorerFrequent_Explain)"
|
||||
key="Software\Microsoft\Windows\CurrentVersion\Explorer"
|
||||
valueName="ShowFrequent"
|
||||
>
|
||||
<parentCategory ref="uwo"/>
|
||||
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
|
||||
<enabledValue>
|
||||
<decimal value="1"/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<decimal value="0"/>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
name="FileExplorerTrackDocuments"
|
||||
class="User"
|
||||
displayName="$(string.FileExplorerTrackDocuments_Display)"
|
||||
explainText="$(string.FileExplorerTrackDocuments_Explain)"
|
||||
key="Software\Microsoft\Windows\CurrentVersion\Explorer"
|
||||
valueName="Start_TrackDocs"
|
||||
>
|
||||
<parentCategory ref="uwo"/>
|
||||
<supportedOn ref="SUPPORTED_WIN10_LATER"/>
|
||||
<enabledValue>
|
||||
<decimal value="1"/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<decimal value="0"/>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
</policies>
|
||||
</policyDefinitions>
|
||||
|
Reference in New Issue
Block a user