I know this is more of an OS question but I can't find the path searching the web. How can I clear the context recent items
Recent Items in ISE
Forum rules
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
-
- Posts: 14667
- Joined: Tue May 22, 2007 9:57 am
- Has voted: 1 time
- Been upvoted: 5 times
- Contact:
Re: Recent Items in ISE
You would have to clear the MRU registry key which is different for each program.
Re: Recent Items in ISE
Yes, I know that for most applications but I can't seem to find the one for ISE
-
- Posts: 14667
- Joined: Tue May 22, 2007 9:57 am
- Has voted: 1 time
- Been upvoted: 5 times
- Contact:
Re: Recent Items in ISE
You will have to search. I doubt that most people even care about this. The MRU only lists the last N files for convenience.
-
- Posts: 14667
- Joined: Tue May 22, 2007 9:57 am
- Has voted: 1 time
- Been upvoted: 5 times
- Contact:
Re: Recent Items in ISE
The correct name for these aer "jump lists" and they can only be cleared by clearing all jump lists.
The data for individual jump lists is stored here:
$env:USERPROFILE\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations
The data for individual jump lists is stored here:
$env:USERPROFILE\AppData\Roaming\Microsoft\Windows\Recent\AutomaticDestinations
Re: Recent Items in ISE
$psise.Options.MruCount
that equals 10, but I've cleared way more than that lol
that equals 10, but I've cleared way more than that lol
Re: Recent Items in ISE
Looks like I had to turn it off, then back on and it cleared it
Settings > Personalization > Start > "Show recently opened items in Jump Lists on Start or the taskbar"
Settings > Personalization > Start > "Show recently opened items in Jump Lists on Start or the taskbar"