Run the following command to install the "Light" version (recommended for most users): winget install -e --id ShiningLight.OpenSSL.Light .
When using the Shining Light installer, copying the DLLs (libcrypto- .dll and libssl- .dll) into the C:\Windows\System32 folder is generally discouraged. It can cause conflicts. Always run OpenSSL from its own directory or ensure its specific directory is in your PATH variable.
If you use Windows professionally, you should be using a package manager. It handles updates and PATH configuration automatically.
(For developers)