You need to explicitly launch the 64-bit version of mmc.exe
with the path to dsa.msc
, bypassing redirection.
objShell.Run "C:\Windows\SysNative\mmc.exe dsa.msc", 1, False
SysNative
is a virtual alias that allows 32-bit processes to access the real 64-bit System32
folder.