What is that `Applications` folder in Windows 10 and how to get rid of it?

I found, that most programs in Windows are not links to executables anymore. They are located in unknown Applications folder with no path.

enter image description here

Is it possible to disable this feature and go back to executables links? If not, then how is it possible to know executable link from the icons of these folder?

If it is impossible, then what is the name of type of applications, which are installing this way so that I know it beforehand and never install them?


May be someone didn't understand the point. There is NO PATH to the folder and there is NO PATH to an application. This is the question. I can only "Explore" such an icon.

enter image description here


enter image description here


enter image description here

7

3 Answers

Applications is a virtual folder, similar to This PC, Control Panel, Network, etc., and cannot be deleted.

For those who aren't familiar with it, it can be viewed by clicking in the Address Bar of Explorer & typing shell:AppsFolder

But when I right-click, most items have a few more options. Are you running under an account with Admin rights?

Applications

5

I don’t have any info on this “Applications” folder, never seen it. Maybe you can bring up the folders properties to allow for further investigation. But since you’re using neither the default Start Menu nor the default Explorer, you may be accessing a location that is not intended for users.


What you have here is a shortcut to an app that was installed from the Microsoft Store. (Arduino IDE app) For example, a link to the built-in Groove Music app looks like this:

app shortcut

If I launch this app, there’s still an .exe running. However, it cannot be started directly. It must be invoked using the shell.

Windows Installer can also create a special kind of shortcut, called “Advertised shortcuts”. They look very similar in that you cannot see the shortcut target. Here’s an example:

advertised shortcut

As pointed out by LPChip, they are UWP apps. They can also be called Store apps, or Universal apps.

By default they are installed into C:\Program Files\WindowsApps. If you open Settings and change to save new apps into drive D, for example, then new UWP apps will be in D:\WindowsApps.

Although you can't access any of those locations directly in Explorer, you can get into each app's directory using Task Manager:

On "Processes" tab:processes

Or on "Details" tab:details

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like