I often use putty to access some Windows Server machine. To troubleshooting an installation, I need to know which .NET framework version and MS Visual C++ run-time library that machine are installed.
From this: Question
I know how to get .NET framework version by:
dir %WINDIR%\Microsoft.Net\Framework\v*
But not MS Visual C++ run-time library.
Is there any solution?