Jeeves wrote:It is 64-bit, I should have put that in my post. I apologize for not having done so. I am no longer at work but will check the redirection.
This is very likely the case then as XYplorer is a 32-bit app, and Explorer is 64-bit.
So when you access "%windir%\System32"...
In Explorer you actually get "%windir%\System32" (64-bit).
In XY with WOW64 Redirection Enabled you actually get "%windir%\SysWOW64" (32-bit).
In XY with WOW64 Redirection Disabled you actually get "%windir%\System32" (64-bit).
If you create "%windir%\Sysnative" (you must use Explorer to do this) then you can leave WOW64 Enabled in XY and use:
"%windir%\Sysnative" to access "%windir%\System32"
and
"%windir%\System32" (or "%windir%\SysWOW64") will still redirect to "%windir%\SysWOW64".
Note that using Sysnative will only do this in 32-bit apps, it will look empty to 64-bit ones.