Here are some things to try...
1. Direct launch
On Pressed:
- Start Application C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
2. Direct launch of more than one application
Example:
- TouchPortal
Open TouchPortal and bring it immediately to front using CMDOW can be done without an external batch file.
On Pressed:
- Start Application C:\Program Files (x86)\Touch Portal\TouchPortal.exe
- Start Application C:\software\utils\cmdow.exe with arguments "Touch Portal*" /ena /vis /act
More:
3. Indirect launch via a batch file
Example:
- OBS
Using external tools you can make sure that OBS only launches once, etc.
The batch file would contain something like:
- waitwindow obs* nowait start "C:\Program Files\obs-studio\bin\64bit\obs64.exe"
- waitwindow obs* 5
- cmdow "obs 27*" /vis /ena /res /act
- exit
On Pressed:
- Run batch file (Run script & Open) C:\batch\obs.bat
More:
4. Run a Shortcut (Open Link)
On Pressed:
- Open Link C:\Users\<username>\Desktop\Graphics\PhotoImpact X3.lnk
5. Run a Shortcut (Open Link) to older software
Example:
- PhotoImpact X3
PhotoImpact X3 launches fine from the regular link and a batch file, but it would NOT start from within TouchPortal. It works fine when using a shortcut with compatibility mode set.
Set compatibility mode:
- Hit Right Mouse Button on the shortcut you just created and set the proper compatibility mode (that's XP service pack 3 for PhotoImpact X3).
On Pressed:
- Open Link C:\Users\<username>\Desktop\Graphics\PhotoImpact X3.lnk
6. Run a Metro app
Example:
- Netflix
- Ambie
First you need to find that app and create a shortcut:
- Create a shortcut on the desktop to explorer shell:AppsFolder
- Find the application you're looking for (and which doesn't have a regular path or .LNK file)
- Create shortcut (it will be created on the desktop)
- Drag it to whatever folder you like
On Pressed:
- Open Link C:\Users\<username>\Desktop\Video\Netflix.lnk
More:
No comments:
Post a Comment