There is a confirmed bug with Windows 7 / group policy around this setting. The scenario is as follows:
- Windows 7 disables Recent Items in the Start Menu by default
- You want to enable Recent Items via group policy
- You configure ‘User configuration\Policies\Administrative templates\Start menu and taskbar\Remove recent items menu from start menu’ and set this to ‘disabled’
- Even though you have implemented the above setting, Recent Items still doesn’t show up
This is a bug and the workaround is to add a registry entry HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_ShowRecentDocs and set this REG_DWORD value to 1.
I choose to use Group Policy Preference to replace this registry value on our Windows 7 machines:


Related Articles
4 users responded in this post
I had to change/add the following entries to make it work on a Windows 2008 terminal server:
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_ShowRecentDocs and set this REG_DWORD value to 2
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_TrackDocs and set this REG_DWORD value to 1
yeah, the HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_TrackDocs and set this REG_DWORD value to 1
is key.
That’s all I needed to change.
THX! Works for me.
Thank You for this tip. After searching serveral hours in my group polices I found You posting on the microsoft forum and the link to this blog.
Now it works!
Greetings, Andy
Leave A Reply