You are here

Sync portable apps to windows start menu

2 posts / 0 new
Last post
robert2019
Offline
Last seen: 2 years 8 months ago
Joined: 2019-11-22 20:32
Sync portable apps to windows start menu

I would like to sync the portable apps menu with the windows start menu. This can be achieved fairly easily by searching the portable apps folders for exe files and then copy and pasting as shortcuts in a folder called "portable apps" in

%ProgramData%\Microsoft\Windows\Start Menu\Programs\
OR
%AppData%\Microsoft\Windows\Start Menu\Programs\

The problem is that there are potenially many exe files which you don't really want to display e.g. minidump-analyzer.exe from firefox portable.

It would be much better if this functionality was built into the portableapp.com launcher so that every time you started it, the windows start folder was synced to the shortcuts in the launcher.

It should only require a few lines of code and take minutes for someone who knows the code.

It would be something like:

delete all items in %AppData%\Microsoft\Windows\Start Menu\Programs\portableapps
for each item in launcher menu
create shortcut in %AppData%\Microsoft\Windows\Start Menu\Programs\portableapps
next

chrisfox
Offline
Last seen: 1 year 2 months ago
Joined: 2015-06-01 10:03
I am also very interested by

I am also very interested by this. Since 2019, it is still not possible?!

Log in or register to post comments