QUESTION: On a 64 bit machine, is there a way to set "GLOBALLY" .VBS use of "c:\windows\syswow64\wscript.exe" and prevent the use defaulting to "c:\windows\system32\wscript.exe"?
PROBLEM: There are two versions of Wscript.exe, 32bit and 64bit. Despite changing associations in Default Programs > Associations under control panel, or trying to push using Environment Variables, it continues to default to the 64bit version of wscript.exe.
RESULTING ISSUE: When I launch my scripts, they create at 32bit object, that is not available as a 64bit object, resulting in the script host error "cannot create activeX object...". When I click to run these scripts on my desktop, they fail due to this issue.
Thanks!