Windows 10 "Programs and Features" "Apps and Features" Registry Location

This time, I would like to introduce where in the registry the programs displayed in "Programs and Features" and "Apps and Features" in Windows 10 are registered.

When installing a typical application, it writes values ​​to the registry so that it can be uninstalled using "Programs and Features" or "Apps and Features."

When uninstalling, the uninstallation begins by reading the registry value and executing the command written in the value.

table of contents

Registry value to add app information to "Programs and Features" and "Apps and Features"

If you operate the registry incorrectly, it may cause problems such as the system being unable to start. Please make a backup in advance using system restore or similar, and proceed at your own risk.

To avoid panicking if your PC suddenly breaks down, it's a good idea to have a standard backup software to protect your important photos and data.

Program uninstall information is generally stored in three locations:

  • HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  • HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall
  • HKEY_LOCAL_MACHINE \ SOFTWARE \ WOW6432Node \ Microsoft \ Windows \ CurrentVersion \ Uninstall

Add a registry value to make the program appear in "Programs and Features" and "Apps and Features"

This time, for testing purposes, we will add a registry value to make the program appear in "Programs and Features" and "Apps and Features."

1. Press Windows key + R to open Run, type "regedit" and press Enter.

2. The Registry Editor will open, so open the first key.

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

3. Right-click on the "Uninstall" key > New > "Key".

4. Rename "New Key #1" to "test".

5. Right-click on the "test" key > New > "String Value".

6. Rename "New Value #1" to "DisplayName".

7. Right-click on "DisplayName" and click "Modify".

8.Here, type "Test - I tried adding a registry value" and press Enter.

Editing strings
Editing strings

9. Create two more string values ​​using the steps above and change their values ​​as follows:

  • Value Name = "Publisher"
    Value data = "Inc. Test"
  • Value Name = "UninstallString"
    Value data = "test"
レジストリエディター
レジストリエディター

The program "Test - Adding a Registry Value" has now been added to "Programs and Features" and "Apps and Features".

Programs and features
Programs and features
Apps and features
Apps and features

If it is already open and does not appear, close "Programs and Features" and "Apps and Features" and then open them again.

Delete Registry Value

By deleting the registry value, you can remove items you don't want to display in "Programs and Features" and "Apps and Features" (preventing application uninstallation).

above 3 locations (keys)Open it, click each key under the "Uninstall" key, and check the value on the right.

The values ​​to check are "DisplayName" and "Publisher".

レジストリエディター
レジストリエディター

If there is a key with the same name as that displayed in "Programs and Features" and "Apps and Features", right-click on the selected key on the left and click "Delete".

Right-click menu for keys
Right-click menu for keys

A confirmation screen for deleting the key will appear, so click "Yes".

Key deletion confirmation screen
Confirm key deletion

Repeat this process until you have deleted everything, then close "Programs and Features" and "Apps and Features" and reopen them.

There are suspicious items in "Programs and Features" and "Apps and Features"

There has been information that in some environments, there are suspicious items in "Programs and Features" and "Apps and Features."

The cause may be a virus infection, a malicious application that you have installed, or a third party intentionally adding a registry value.

We recommend removing these suspicious items from the registry rather than from Programs and Features and Apps and Features.

The reason we recommend deleting the registry value is that if you are able to uninstall it from "Programs and Features" or "Apps and Features," serious problems may occur if you do not check the contents of the "UninstallString" value.

If an invalid value is entered in the "UninstallString" value, important files may be deleted.

If a malicious program overwrites the uninstall command, it could delete important system files.

Be careful when using applications from unknown sources and take proper security measures.

If you found this article helpful, please share it on social media.

Person who wrote this article

Driven by questions arising from my daily PC use and the desire to "do more," I have been pursuing self-study in Windows since around 2008. I am sharing the "aha!" techniques and solutions I discovered through trial and error with the sole purpose of helping you in your PC life.

View profile

Comment:

Comment list (2)

  • Please tell me about cropping photos on Windows 10 PC.
    I trimmed the video using Photos, but the slide on the left moves, but as soon as I move the slide on the right the video disappears and it happens the same no matter how many times I do it.
    So I searched online and tried the following, but the right side wouldn't move and I couldn't trim it.
    ◎In Device Manager, select Display Adapter Display
    Update, enable, disable, and uninstall interu(R) HD
    ◎ Repair and reset with advanced photo options in the app's functions
    ◎ Initialize your PC
    That's all, but is the inside of my computer broken? Other apps and searches work fine.
    Available

    • Yoshiharu Imaizumi-san, thank you for your comment.

      I also tried cropping a photo in Windows 10, but when I moved the slide on the right, the app itself closed.
      I tried repairing and resetting the app but it didn't fix the issue, so I think it's probably a bug.
      I was able to crop without any problems in Windows 11 Photos.

      If you're using Windows 10, we recommend Clipchamp, a video editor from Microsoft.
      clipchamp

      You can get it from the store app, so please give it a try.

To comment

[About submissions]
We welcome any questions or information regarding the content of the article.
However, please note that content unrelated to the purpose of the article, criticism of specific individuals or organizations, offensive language,Inappropriate wordsComments containing the above may be deleted or made private without notice at the discretion of the administrator.
Please note that spam may be automatically deleted by anti-spam measures.

CAPTCHA


table of contents