Windows – Where exactly are the apps shortcuts in the Windows 8 Start Screen stored

modern-uistart-screenwindows 8

I'm trying to mess around with starting up modern UI applications from the desktop and various other weirdness. While I've been digging, I can't seem to work out where exactly the shortcuts to Windows modern UI apps are stored.

With my classic desktop applications they are in C:\ProgramData\Microsoft\Windows\Start Menu\Programs. The modern UI stuff doesn't turn up though. Where are the shortcuts to the modern UI apps stored so that the start screen can find them?

For the sake of completeness, I'd also ask where the classic desktop application shortcuts are stored.

Best Answer

Shortcuts to Modern apps

A little hacking around (and re-enforced by this article) led me to the following:

All Modern UI Programs are stored in the same place: C:\Program Files\WindowsApps\ (found out by doing an open file location from the task manager on a Modern UI app).

Since it all Modern UI apps are stored there, there is nothing that prevents windows from simply assuming that everything in that folder is in fact a modern UI application, and follows that convention.

The article I linked to above seems to support this conclusion.

In short, there are no shortcuts to Modern UI apps, it just enumerates the contents inside C:\Program Files\WindowsApps\

Related Question