Windows – How to remove program name from “Uninstall or change a program” in windows 7

windows 7

I need to delete some listed information from Win7 64bit "Control Panel/Program/Programs and Features/Uninstall or change a program". Basically, I don't want to uninstall the program but just delete the application name listed on the panel.

Can someone show me how to do that?

Thank you

Best Answer

Search your program in registry keys

[KHEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall]
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall]

Be careful with registry ;)

Related Question