cmd.exe
cd /d %PUBLIC%
rmdir /S /Q my-ucrt 1>nul 2>nul
mkdir my-ucrt
cd my-ucrt
curl -o ucrt.zip -L https://www.nuget.org/api/v2/package/Microsoft.Windows.SDK.CRTSource/10.0.22621.3
tar xf ucrt.zip
del *.nuspec *.zip *.xml
rmdir /S /Q package _rels
tree /F .
type .\LICENSESee also : https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource#readme-body-tab