Score:1

Consequences to manually adding a entry to `HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall`

sa flag

We have an application, lets call it 'App A', that when you run it checks the registry to see if another app, lets call it 'App B', is installed. It does this by searching HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall for any entry with a DisplayName equal to 'App B'.

Now, App A doesn't actually need App B to run correctly and we've lost the ability to install App B on our systems. So my question is...

Are there any consequences to creating a registry entry at HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\App A with the appropriate display name? I think this could be accomplished with a *.reg file containing the following...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\App 1]
"DisplayName"="App 1"
Score:0
sa flag

I also asked this question on SuperUser, here's the answer...

https://superuser.com/a/1701965/131296

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.