Recent items under Start Menu items, not working

Okay well I suggested Jumplist Editor as I was hoping it might show any issues with paths. Obviously that was before I worked out that it doesn't work with Steam jumplists. I don't have any other ideas at this point.

Edit:

Well just one more idea. Backup these registry keys:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_TrackProgs

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Start_TrackDocs

Note current values - should be 1

Try changing value to 0 then rebooting. Then reset values back to 1. Then test jumplists.

It probably won't make a difference but give it a shot!
 
Last edited:

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD C-60 APU with Radeon(tm) HD Graphics
Motherboard
ASUSTeK COMPUTER INC. X501U
Memory
4.00 GB
Graphics Card(s)
AMD Radeon HD 6290 Graphics
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
Hitachi HTS545050A7E380 SATA Disk Device
Antivirus
Comodo CIS & FW, SecureAplus App Whitelisting, Threatfire
Browser
Cyberfox 64bit, Opera 64bit, Airfox
Other Info
Spy-The-Spy, HitmanPro.Alert, Norton Connect Safe, MJRegWatcher, BitDefender TrafficLight, Voodoo Shield, Zemana AntiMalware
Used procmon to test rdp recent creation on both machines, no difference, both showed io errors at some point, both showed success in creating the file. Just works on that other computer, but not on my own.
Did you use procmon to see what happens when you try to use the jump list entry?
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Employer provided Dell Latitude
OS
W7 Pro SP1 64bit
CPU
i7
Memory
8GB
Graphics Card(s)
Intel HD Graphics
Hard Drives
crappy SSD
Antivirus
Employer mandated Symantec Endpoint Protection
Browser
Pale Moon 64bit, IE11 64bit & Chrome 64bit
Okay here's another idea. Also try anything suggested by Usernameissues!

If you navigate to %APPDATA%\Microsoft\Windows\ then copy Recent Items folder or folders that contain Automaatic Destionations and Custom Destinations to your desktop you should see a list of files inside each copied folder. Download a copy of Strings and copy the executable into both folders.

Hold down Shift+Right Click one of the copied folders (on your desktop) and choose "Open command window here"

Paste the following into the command prompt window (or type if you don't have copy/ paste enabled in command prompt)

for %i in (*Destinations-ms) do @strings -n 5 %i >%i.txt

You end up with a list of text files. Open each and find the ones related to Steam or RDP. Do the same for both folders. Check what's shown and see if there are any obvious errors.

To narrow down your search type this into the command window:

findstr /I steam *.txt

It will display results for entries that contain the text "steam" and you can focus on those. I've got no idea what you need to enter to find only RDP entries but maybe try:

findstr /I RDP *.txt

or

findstr /I remote *.txt
 
Last edited:

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD C-60 APU with Radeon(tm) HD Graphics
Motherboard
ASUSTeK COMPUTER INC. X501U
Memory
4.00 GB
Graphics Card(s)
AMD Radeon HD 6290 Graphics
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
Hitachi HTS545050A7E380 SATA Disk Device
Antivirus
Comodo CIS & FW, SecureAplus App Whitelisting, Threatfire
Browser
Cyberfox 64bit, Opera 64bit, Airfox
Other Info
Spy-The-Spy, HitmanPro.Alert, Norton Connect Safe, MJRegWatcher, BitDefender TrafficLight, Voodoo Shield, Zemana AntiMalware
Back
Top