ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Launching Windows Apps

<< < (3/4) > >>

wraith808:
Unfortunately, that didn't work for me. :(

Just to try a simple test, I also added that directory to my search folders in FARR and gave it a weight 0f 75, and it didn't find any apps that were within that.  Perhaps if FARR could be made to iterate virtual directories of that sort, it would be the simplest solution.

joes_garage:
Hello again!

Just checking if there was any development on the Windows App front since the original post...

warrenrh:
Try the following link --
https://winaero.com/blog/desktop-shortcut-store-app-windows-10/

After opening up a Special Hidden Applications folder, you create a Shortcut for each Application you want to search for in a place that FARR would search, such as your desktop.

I too hope that Mouser will be able to help with this problem.

Nod5:
This page
https://docs.microsoft.com/en-us/windows/configuration/find-the-application-user-model-id-of-an-installed-app
describes a Powershell command to get a list of the names and AUMIDs (Application User Model ID) for all apps installed for the current user

--- ---get-StartApps
For example the list has this line on my PC

--- ---Calculator        Microsoft.WindowsCalculator_8wekyb3d8bbwe!App
The string on the right is the AUMID. We can use it to start the program from a cmd window like so

--- ---explorer.exe shell:Appsfolder\Microsoft.WindowsCalculator_8wekyb3d8bbwe!App
Those are the main ingredients we need. For FARR to automatically be able to run any such app installed either of these two solutions should work

1. Mouser codes FARR to at some interval get and parse the AUMIDs list and in some special way include the app names in FARR search results so users can search for and start them

2. A separate tool is made that gets AUMIDs and for each creates a shortcut .lnk files with the application name as filename and

--- ---explorer.exe shell:Appsfolder\<AUMID>as target. The tool runs at Windows start or every hour or some such. The user sets FARR to include that folder with the .lnk files when searching.

Alternative 2 could be a good Coding Snack challenge perhaps?

IainB:
@joes_garage: Cross-posted here in case you might not have seen this - it was a response made where you had been asking a similar/same question in another thread:
@joes_garage:
How about Launching Windows Apps (Edge, etc)? Will it be in V3 or will it make it to FARR before that? Mouser, you said like 6 months ago that this feature was coming in soon. :-)
____________________________
-joes_garage (October 19, 2017, 03:08 PM)
--- End quote ---
I thought it was possible to launch Win10 Apps with FARR already, no?
Apps normally seem to have to be be loaded by the Windows Explorer Shell, which I find to be a pain.
Take MS Edge, for example.
Open the FARR window, Type/paste this string:
      run shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge
 - into the FARR search box, and then press Enter.
MS Edge will load.

Open the FARR window again, and repeat the type/paste of the string:
      run shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge
The first search result will be the same string that you just entered previously.
Select this result and Right-Click it, choosing Add to Group Alias, then select New Alias Keyword/Group..
You can then add this as a new alias. (You can call it whatever you want, but I used $Edge)
You will see that FARR will have interpreted and recorded the string slightly differently, as:
      shellexec shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge


Spoiler(Source: C:\UTIL\Windows utilities\FindAndRunRobot\Plugins\Clipboard Help+Spell\Database\Files\2017\10\20_710x571_23FD7004.png

Right-Clicking the same result will now show the newly-added alias in the menu:


SpoilerSource: C:\UTIL\Windows utilities\FindAndRunRobot\Plugins\Clipboard Help+Spell\Database\Files\2017\10\20_763x495_AC976BC6.png

(Was this the sort of thing you were looking for?)
-IainB (October 19, 2017, 10:22 PM)
--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version