Quote Originally Posted by fafalone View Post
System32 if .DisableWow64Redirect = True, otherwise don't see it in either because it's only in System32.

Bug: Disabling of Wow64 redirection wasn't reverted on terminate.
Fix: Add If m_NoWow64 Then RevertWow64Redir() to UserControl_Terminate

This would leave redirection disable = true if you set it through multiple runs if running from the IDE after you changed it back to False.
It works now! I can see the file in the tree. Problem solved!