79663894

Date: 2025-06-12 17:15:24
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Harold