VLC player is one of the item most used on my Windows 7 machine. When I click "Start", I\it appears as "pinned" at the program list.
When I mouse over to the VLC players, I will see a list of recently played videos. Now, is there anyway I can remove the recent list? I tried to remove the recent list from the VLC player application, but this doesn't remove the recent list as remembered by the Windows OS system.
05 Answers
For Windows 7:
- Go to the Taskbar and Start Menu properties
- Go to "Jump List", uncheck "Store and display recently opened items"
- Click Apply then OK
From How to Hide Recently Played Files on VLC Player
Click the Media button on the main menu, select Recent Media-> Clear. Then you have deleted the recent media list.
As regarding Windows 7, see this article:
How to Disable/Clear Recent MRU Items from Jump List of Windows 7
On my machine, deleting this file clears the VLC jump list:
%APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\abbca1611c617117.automaticDestinations-msI'm not sure how the abbca1611c617117 basename is derived, or if it will be constant across different environments.
I found it by searching for files containing known jump list entry filenames in the AutomaticDestinations folder (for example, play example.mp4 in VLC, then search for example.mp4 in files in AutomaticDestinations).
(Simply disabling jump lists in Windows isn't an acceptable solution, nor an actual answer to what's been asked)
To disable VLC, or any specific app's, jumplists:
- Navigate to path below → Change view to: detailed → Sort by: date (ascending):
%AppData%\Microsoft\Windows\Recent\AutomaticDestinations - Play file in VLC → Close VLC → Note
.automaticDestinations-msfile modified in #1, or:# Last modified will be the last in the list: Cmd /c Dir /O:D /T:W "%AppData%\Microsoft\Windows\Recent\AutomaticDestinations" - CLI:
GUI:# Clear file contents (should be 0KB after): Cmd /c Type > "%AppData%\Microsoft\Windows\Recent\AutomaticDestinations\<name>.automaticDestinations-ms" # Change file attributes to Read-Only: Attrib +R "%AppData%\Microsoft\Windows\Recent\AutomaticDestinations\<name>.automaticDestinations-ms"- Right-click
.automaticDestinations-msfile from #2 → Open with Notepad - Select all content: Ctrl+A → Delete content: Del → Save: Ctrl+S
- Right-click
.automaticDestinations-msfile → Properties → Tick: Read-only → OK
- Right-click
- Play file in VLC to verify correct
.automaticDestinations-msfile was modified → See #1, or:# The .automaticDestinations-ms file should remain 0KB in size: Dir "%AppData%\Microsoft\Windows\Recent\AutomaticDestinations\<name>.automaticDestinations-ms"
For Windows 10:
- Right click on desktop, Personalize
- Go to Start item
- Turn off "Show recently opened items in Jump Lists on Start or the taskbar"