how to disable SYSWOWFSRedirection using VBscript
Im trying to disable SYSWOW redirection using VBscript but couldn't do so. However, I achieved the task using InstallScript.
Can anyone of you let me know how to disable SYSWOWFSRedirection using VBscript.
Thanks
Arjun
Can anyone of you let me know how to disable SYSWOWFSRedirection using VBscript.
Thanks
Arjun
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
spartacus
13 years ago
What is it exactly you need to do that requires disabling SYSWOW64 redirection ?
You could always replace references to %windir%\System32 with the special folder name %windir%\sysnative to bypass redirection.
Regards
Spartacus
You could always replace references to %windir%\System32 with the special folder name %windir%\sysnative to bypass redirection.
Regards
Spartacus
Posted by:
mekaywe
13 years ago
Yes spartacus, I am aware of %windir%\sysnative to use for folder redirection.
I am just trying to check if there is anyway that I can achieve it by disabling SYSWOW using VBscript.
I am just trying to check if there is anyway that I can achieve it by disabling SYSWOW using VBscript.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.