> Homer,
> 32 bit processes, when doing a simple "dir *.cpl" on \system32 are fooled
> by
> the OS and redirected to \syswow64.
> The workaround I mention in my post allows skipping that restriction.
> For example, my main shell for exploring is ZtreeWin.
> It is a 32-bit app, it cannot launch 64-bit apps, but it can access both
> sys
> folders thanks to that workaround.
> 
> Carlos
Dang. You're absolutely right. I was just looking at the content of the
two folders I mentioned, but--obviously--I'm doing this via Explorer, which
is 64-bit. "Duh" on me.
But...using Wow64DisableWow64FsRedirection() *in conjunction* with
enumerating all *.cpl files--even from within a 32-bit process--should get
there. You only mentioned the API, but made no suggestion about what,
exactly, to use it with...hence I've merely suggested listing .cpl files.
Is that what you were implying?