1
General Support / Re: Ignore List - Environment Variables
« on: April 02, 2012, 06:05:43 PM »
Thanks for the info.

Forum software update - everything should be back to normal - just better and nicer looking
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
( ... ) but does anyone know what pchealth was, and whether i need to get it back, and if so, how to do so? ( ... )
( .. ) Another suggestion would be at least providing some confirmation of uninstall - a dialog that defaults to "no" for example. ( ... )
It seems like it's going to be ignoring a huge chunk of the registry.
When using the registry API in a 32-bit application, Wow6432Node acts like a symbolic link that loops back to the same 32-bit hive. It does not map into the 64-bit hive as you might think.
For example, walking the registry tree down to HKLM\Software\Wow6432Node in a 32-bit application loops back to HKLM\Software. The result is infinite recursion: HKLM\Software\Wow6432Node\Wow6432Node\Wow6432Node\..., etc.
If you want to view the 64-bit registry hive in 32-bit code you must open HKLM\Software using KEY_WOW64_64KEY. Do not try to open Wow6432Node; it will not work.
Source
I can try to make the timeout slower..?A tray could help maybe...
? (pictures not working btw)