Disable recent files in Windows 10
In Windows XP I could disable recent files somewhere in the Start Menu configuration. But I have upgraded to Windows 10 and it seems they removed that.
In Folder Options there are these entries:
- Show recently used files in Quick access
- Show frequently used folders in Quick access
Unchecking these only hides recent files in Quick access, but they are still stored in
%AppData%\Microsoft\Windows\Recent
Then I tried enabling this policy in gpedit.msc
User Configuration\Administrative Templates\Start Menu and Taskbar\Do not keep history of recent opened documents
But it didn't work neither.
Is there an easy way of preventing Windows 10 from storing links to recent files?
Solution 1:
In order to disable the recent items it requires 2 actions.
- open
Personalization
in theSettings
app.- Click/tap on Start on the left side. Turn on or off to Show recently opened items in Jump Lists on Start or the taskbar for what you want.
Source
You can also set the following registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Just set the DWORD Start_TrackDocs value to the desired setting
0 = Turn off
1 = Turn on
If you cannot find the key, it means you have not in the past toggled the option, doing so will create the key for you.
Solution 2:
- Right-click desktop.
- Click on Personalize.
- Click on Start in the left pane.
- Turn off Show recently opened items in Jump Lists on Start or the taskbar.
Solution 3:
The two options above does NOT work. The links are still stored but just not shown, so in order to do it right, enable gpedit.msc and turn Off Recent Items Through Group Policy Editor.
https://www.howtogeek.com/236711/how-to-turn-off-recent-items-and-frequent-places-in-windows-10/