Feature request: Start windows app via start Menu

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
IvoA1975
Junior Member
Junior Member
Posts: 9
Joined: 2019-10-27, 07:39 UTC

Feature request: Start windows app via start Menu

Post by *IvoA1975 »

To add a Windows app to the Total Commander menu is a hassle, see the procedure I made below thanks to the help of Dalai. Is it possible this proces can get some automated support in a new release? For example, a menu option to scan for the Windows Apps (see below, if this can be done manual, this must be possible to automate) and add the app to the menu? Or if that is too difficult, an option to scan for the Windows Apps and be able to copy-paste the start command of each App?

So for myself I made the following procedure on how to add an App to the Total Commander menu, I will share it here below:
(I tested this procedure with a couple of Apps and they all worked)


First find the [PackageFamilyName] by:
* starting Windows Powershell
* Type command: Get-AppxPackage

Search in the output for the App and note PackageFamilyName
* Example for Typesy: eReflectPtyLtd.Typesy_3v9eb52zjj184

Next, find the app location and go into the AppxManifest.xml
* via shell:appsFolder
* or via C:\Program Files\WindowsApps (hidden system directory)
* Get the [AppID] by searching in de AppxManifest.xml XML file for the tag <Application Id=...>

Then start the App with the following command:
"%SystemRoot%\explorer.exe" shell:appsFolder\[PackageFamilyName]![AppID]

Example for Typesy: "%SystemRoot%\explorer.exe" shell:appsFolder\eReflectPtyLtd.Typesy_3v9eb52zjj184!Typesy

The ICON file if the exe file in the App folder
* Example for Typesy: "C:\Program Files\WindowsApps\eReflectPtyLtd.Typesy_1.0.0.0_x64__3v9eb52zjj184\app\Typesy.exe"
* But it's easier to just make a Snagit of an image search and save it as ICO file
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6507
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Feature request: Start windows app via start Menu

Post by *Horst.Epp »

Thats to complicated and much easier using the Powershell script from
https://www.ghisler.ch/board/viewtopic.php?p=390091#p390091
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
TC 11.03 x64 / x86
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.78
QAP 11.6.3.3 x64
Post Reply