I could not find it in Windows 10, is there another approach for Windows 10 or the functionality is no longer available?
Thanks
Dan
If you're talking about how to increase the number of Jump List items in Windows 10:
Add JumpListItems_Maximum as a new 32bit DWORD to HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced and set the value to the number of items you want.
For whatever reason, some systems require the key to be in the HKLM registry, instead (maybe in addition, I've not tried it w/o both) of the HKCU registry. If just adding to your KKCU registry entry doesn't work, then also add the JumpListItems_Maximum key
to:
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Again, I haven't tried it without also having this value in the same place in HKCU, so not sure if only this one matters or it requires both, but this instantly fixed it for me. No need to restart or log off or anything. Add the key with a value of 25 (use
whatever # you want), right click on the item in the Taskbar and it jumped form 11-12 items to 25.