FG
💻 Software

Different PATH environment variable for 32bit and 64bit Windows - is it possible?

Fresh5 days ago
Mar 15, 202678171 views
Confidence Score0%
0%

Problem

Is it possible to have whole or part of environment variable specific to the type of running process's image (32bit/64bit)? When I run some app from within 64bit cmd.exe I would like to have it pick the 64bit version of OpenSSL library whereas when I run some app from within 32bit cmd.exe I would l…

Error Output

PATH

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Different PATH environment variable for 32bit and 64bit Windows - is it possible?

Low Risk

Make to env variable switching to work for you: Place folders with x86 and x64 versions of OpenSSL library into appropriate and directories and in the environment variable, use a reference to these folders via the variable. This way, when you are ru…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment