winget install Microsoft.VC++2015-2019Redist-x64 or download https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160
Win Start > Settings > Privacy > For Developers > Developer Mode
- extract zip
- open powershell
- run
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
./Install.ps1
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope CurrentUser