A technician is setting up a Windows 10 tablet for a field worker who needs to use a legacy line-of-business (LOB) app that only runs in 32-bit mode. The tablet has a 64-bit processor and Windows 10 Pro. How should the technician ensure the app runs correctly?
Trap 1: Install the app in a virtual machine running 32-bit Windows.
This is overly complex and unnecessary; 32-bit apps run natively on 64-bit Windows via WOW64.
Trap 2: Enable Windows 8 compatibility mode for the app.
Compatibility mode is for older OS versions, not for architecture differences; the app will run without it.
Trap 3: Download and install the 64-bit version of the app from the vendor.
The scenario states the app is only available in 32-bit; a 64-bit version does not exist.
- A
Install the app in a virtual machine running 32-bit Windows.
Why wrong: This is overly complex and unnecessary; 32-bit apps run natively on 64-bit Windows via WOW64.
- B
Enable Windows 8 compatibility mode for the app.
Why wrong: Compatibility mode is for older OS versions, not for architecture differences; the app will run without it.
- C
Install the app normally; 32-bit apps are supported on 64-bit Windows.
Windows 64-bit includes WOW64, which emulates a 32-bit environment, allowing the app to install and run without issues.
- D
Download and install the 64-bit version of the app from the vendor.
Why wrong: The scenario states the app is only available in 32-bit; a 64-bit version does not exist.