ADM Template to Remove Previous Tab Windows Explorer
previousversionsprefadm.adm
=======
CLASS USER
CATEGORY "Windows Components"
CATEGORY "Windows Explorer"
POLICY "Disable Previous Versions Tab"
EXPLAIN !!PVHelp
KEYNAME "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer"
VALUENAME "NoPreviousVersionsPage"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY;
END CATEGORY;
[strings]
PVHelp="\nThis policy allows you to disable the Previous Versions Tab (used for Shadow Copies) in Windows Explorer. \n\nIf you Enable this setting, the Previous Versions tab will not be shown. \n\nIf you Disable this setting, the Previous Versions tab will be shown. \n\nSetting to Not Configured leaves the previous setting of the registry key intact. \n\nNote: If the GPO containing this policy is removed, the setting will remain in the registry of client machines. Before removing a GPO link, be sure to configure the setting as desired and allow time to propagate."
=====
This policy will make the following registry adjustments.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"NoPreviousVersionsPage"=dword:00000000
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.