Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
Actually, deleting the registry entries entirely isn't a great idea, but I do know how to modify the registry keys so they don't appear in the list. Unfortunately, doing this one by one isn't very helpful, especially since steam games get installed/uninstalled frequently for me.
What I'd like is to to find some way to prevent any installation into the steam folder to be hidden from that list automatically. Unfortunately I don't think that can be done unless I opt for a 3rd party uninstaller utility.
Anyway, thanks!
It's a suggestion to give user option to not create item in Windows program list at game install. Default should stay the same (add). Would be a tick in a dialog box, easy to implement.
Not that it really matters, I can delete entries in registry. But Windows 10 does not provide this option in user interface.
Additionally, seeing how Steam does not even add the install size either, you also cannot sort that list by size to obtain useful information.
It just has no purpose at all.
It's spam.
Just out of curiosity... why do you have over 2,000 items installed at the same time in Steam?
- Exit Steam.
- Go into steamapps folder and copy the corresponding appmanifest files for the games in a temp folder such as appmanifest_temp.
- Go to steamapps\common\ and move the game files to a folder outside the Steam or Steam Library folder, preferably in a folder such as common_temp but in the same drive/partition. The reason you want to keep the files in the same drive/partition is because actually moving items to another location will take a lot of time; Windows will "move" items, or more accurately, change directory information of the files within the same drive/partition very quickly.
- Start Steam.
- Uninstall the games through Steam.
- Exit Steam.
- Restore the appmanifest files from the temp folder into the appmanifest folder.
- Move the game files back to the steamapps\common.
- Start Steam. Your games should appear installed in your library and be playable as before but will not appear in Windows Apps. Verifying game files should not change this.
Note: You should apply procedure on games in one particular location at a time. Accidentally moving game files and appmanifest files to incorrect locations will cause problems.If afterward for "reasons" you wish to have games reappear in Windows Apps, then do the following:
- Exit Steam.
- Delete the appmanifest files of the games.
- Start Steam. The games will show in the library as being uninstalled.
- Install the games through Steam. Steam should in most cases verify existing files. This will take time particularly if you have a large list of games. In rare instances, Steam will unfortunately ignore the files and install from scratch.
Note: This procedure also works for restoring blank desktop icons.Edit: Discussions_Acc's method is easier to implement.
Hi, could you share your method for modifying the registry keys to hide them? I agree that tinkering in the registry is typically not a v good idea.
A commenter in this thread: https://steamcommunity.com/discussions/forum/10/666827315735576971/ shared a link to a post that describes how to create a batch file to automate the deletion of the registry values, here: http://furgelnod.com/2014/removing-steam-games-from-programs-and-features-windows/
If we could modify the batch file described in the post to carry out your technique to safely hide the entries, using the same search function provided in the post, we could even create a windows task to run the script on a schedule / event, possibly whenever an application is installed.