May 10 2023 04:05 PM
Hello Microsoft Community! This is my first post. I am trying to get WSL 1.0 to function with windows 7. For some reason, I get errors in Power Shell when trying to run the script to enable WSL.
I have found information that says that dism.exe has two versions, one version for 32 bit and one version for 64 bit. I have tried the script for both file locations as the locations are supposed to designate which version of the .exe gets used. Within Power Shell, the error is the same. I cannot service a 64 bit system with the 32 bit operation.
There are log files for both attempts, I have yet to inspect both of the log files to see if the information is the same. I have very minimal experience with scripting or interpreting the information within the log files.
I am trying to get FreeCAD to run on Windows 7 64 bit. It worked with windows 10, but WSL is a part of windows 10 as a windows feature that can just be activated with an option. With this PC, I have windows 7 and cannot currently upgrade to Windows 10 or 11.
Does anyone have any idea how I can get Windows 7 to support my App?
May 11 2023 11:08 PM
SolutionHi @CfProducts
There are multiple Aspects in your Question:
PowerShell exists in x86 and x64 Version
https://www.gregorystrike.com/2011/01/27/how-to-tell-if-powershell-is-32-bit-or-64-bit/
>It worked with windows 10, but WSL is a part of windows 10 as a windows feature that can just be activated with an option
You're correct. WSL is a Component that exists only in Windows 10 or 11.
You won't be able to install it in Windows 7
Windows 7 is out of Support anyway.
https://learn.microsoft.com/de-de/lifecycle/products/windows-7
> I am trying to get FreeCAD to run on Windows 7 64 bit
I don't see a requirement for WSL here
https://wiki.freecad.org/Installing_on_Windows
Regards
Andres
May 12 2023 02:04 PM