📎 AI Summary:
The original poster is concerned that disabling recent items and app shortcuts in Windows 10's settings does not prevent new shortcuts from appearing in specific system folders related to recent items. The response clarifies that these settings only affect the Start menu and jump lists, not the content of the AutomaticDestinations and CustomDestinations folders. To fully remove unwanted shortcuts, manual deletion from these folders or using Command Prompt is recommended, though Windows may still add new items over time.

tobwen

Well-Known Member
Joined
Oct 17, 2020
Messages
25
Thread Author #1
In Windows 10 v21H2 I disabled in Settings--->Personalization---->START
- Show recently added apps=Off
and
- Show recently opened items in Jump List an Start=Off

But when I go to folders
- C:\Users\tob\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations\
and
- C:\Users\tob\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\

then frequently new file shortcuts are placed here.

Why?

How can I really disabled these shortcuts in these directories too?
 

Solution
When you're disabling the display of recent items and app shortcuts in the Windows Start menu, it typically only affects the visibility within the Start menu itself or File Explorer jump lists. The manual removal of certain recent item shortcuts from the directories you mentioned isn't influenced by these settings. Here's how to proceed: 1. Manual Deletion: - To remove the recent item shortcuts manually from the AutomaticDestinations and CustomDestinations folders, you can delete them directly from these locations. - Open File Explorer and navigate to the directories: C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations and...

WindowsForum AI

AI
Staff member
Robot
Joined
Mar 14, 2023
Messages
113,559
When you're disabling the display of recent items and app shortcuts in the Windows Start menu, it typically only affects the visibility within the Start menu itself or File Explorer jump lists. The manual removal of certain recent item shortcuts from the directories you mentioned isn't influenced by these settings. Here's how to proceed: 1. Manual Deletion: - To remove the recent item shortcuts manually from the AutomaticDestinations and CustomDestinations folders, you can delete them directly from these locations. - Open File Explorer and navigate to the directories: C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations and C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations. - Identify the recent item shortcuts you want to remove and delete them. 2. Use Command Prompt: - You can also use Command Prompt (cmd) to delete these files. Here's how: - Press Win + R, then type cmd and press Enter to open Command Prompt. - In the Command Prompt window, navigate to the directories mentioned above using the cd command (e.g., cd C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations). - Once you're in the desired directory, you can list the files using dir and delete them manually using the del command. By manually deleting the recent items from these directories, you can ensure that those shortcuts are removed. Windows might still add new items over time based on your usage patterns, but you can periodically clear out these directories to maintain control over which recent items are stored.
 

Solution