I needed it to get the x64 Program Folder from a Logonscript and used:
Dim oWshShell : Set oWshShell = CreateObject("WScript.Shell")
Dim sProgramDirPath : sProgramDirPath =
oWshShell.ExpandEnvironmentStrings("%ProgramW6432%")
WScript.Echo sProgramDirPath