I wasn't thinking of a REG fix at all, but now with AI it's a LOT easier to find the answer! I asked Copilot:
"In Windows 11 Pro, when I right click on an app pinned to the taskbar, there are only 13 recent files listed both pinned and recent. How can I increase the number of items listed?" and got the following answer:
To increase the number of recent and pinned items in the taskbar's Jump List on Windows 11 Pro, you can modify the Windows Registry. Here's how:
-
Open the Registry Editor:
-
Navigate to the Key:
-
Create a New DWORD Value:
-
Set the Value:
-
Double-click on JumpListItems_Maximum
, set the base to Decimal
, and enter the desired number of items (e.g., 25).
-
Save and Restart:
Important Note: Modifying the registry can have unintended consequences if done incorrectly. It's a good idea to back up your registry before making changes.
I set the value to 30 and now have 18 recent files listed instead of 13. Better! I did NOT have to Restart either. Worth noting the free version of ChatGPT gave pretty much the same answer, including the restart, which is actually not bad practice after a registry change in general.
Hope this can help others!