Disable recent files in Windows 10

9

1

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?

Oriol

Posted 2016-01-26T17:14:11.073

Reputation: 1 199

Answers

12

In order to disable the recent items it requires 2 actions.

  1. open Personalization in the Settings app.
  2. 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.

enter image description here

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.

Ramhound

Posted 2016-01-26T17:14:11.073

Reputation: 28 517

3

  1. Right-click desktop.
  2. Click on Personalize.
  3. Click on Start in the left pane.
  4. Turn off Show recently opened items in Jump Lists on Start or the taskbar.

enter image description here

Ƭᴇcʜιᴇ007

Posted 2016-01-26T17:14:11.073

Reputation: 103 763

-2

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/

Lee

Posted 2016-01-26T17:14:11.073

Reputation: 1

The group policy you suggest disables something completely different than the accepted answer I have submited – Ramhound – 2018-12-02T03:29:39.540