There several ways to correct this depending on how messed up your Windows installation is;
1. Try first to reboot, and then when starting up again disable any antivirus that might linger, and then install as Admin C++ 2015-2019 redist;
https://aka.ms/vs/17/release/vc_redist.x86.exe https://aka.ms/vs/17/release/vc_redist.x64.exe Both comes from
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 and are official.
2. Try to unregister and register the file;
regsvr32 /u VCRUNTIME140.dll
regsvr32 VCRUNTIME140.dll
3. If that doesn't work, then try to check/repair the Windows installation with (both as Admin)
DISM.exe /Online /Cleanup-Image /ScanHealth
SFC /scannow
The report from each will tell you more about the state of the system files, IF any are corrupted or otherwise damaged.
https://www.intowindows.com/command-prompt-as-administrator-in-windows-10/
4. If that doesn't work you might need to boot up a Linux live usb/cd and manually remove this and possibly other of these runtime files, then up on rebooting, install (again, as Admin) the same redist package(s). Same trick can be used when directx or something else is the problem and the live system won't let you delete or change anything.
Last effort, which sometimes IS required, reformat the disk and reinstall Windows.
Oh, and one more thing, ditch Galaxy all together and only stick to the games offline install files and never look back as Galaxy will bite your behind sooner rather than later. Just ask most people here... Good luck. :D