Creating Shortcuts to Index Portable Apps

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
jsb.tech
Posts: 1
Joined: 09 Aug 2018 16:54

Creating Shortcuts to Index Portable Apps

#1 Post by jsb.tech » 09 Aug 2018 17:20

Hello all,

Im forced to use multiple shared desktops for my job. Ive been struggling to maintaining a consistent desktop environment regardless of what machine I happen to be using that day. I started using Portable Apps to help with my workflow by at least using software of my preference.
I would like to use the keyboard and windows search to quickly launch my apps. I can leverage the indexing feature of Windows by placing a shortcut to each app in c:\ProgramData\Microsoft\Windows\Start Menu\Programs\
A batch file to do this would be ideal, and perhaps another to cleanup when Im done.

Details:

EXEs to make shortcuts for are in the following folder structure:

Code: Select all

\Apps
 \OperaPortable
   OperaPortable.exe
 \InkscapePortable
   InkscapePortable.exe
 \WinSCPPortable
   WinSCPPortable.exe
etc.

Create shortcuts to just the executables and place them into c:\ProgramData\Microsoft\Windows\Start Menu\Programs\Temporary Apps Folder

Post Reply