Skip to content

Instantly share code, notes, and snippets.

@t-mat
Last active November 7, 2025 12:45
Show Gist options
  • Select an option

  • Save t-mat/c75d9faf56fcf6197ef63dc899c0cd9f to your computer and use it in GitHub Desktop.

Select an option

Save t-mat/c75d9faf56fcf6197ef63dc899c0cd9f to your computer and use it in GitHub Desktop.

Revisions

  1. t-mat revised this gist Nov 7, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion import-ucrt.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@

    ```bat
    cmd.exe
    cd /d %PUBLIC%
    @@ -8,7 +9,6 @@ curl -o ucrt.zip -L https://www.nuget.org/api/v2/package/Microsoft.Windows.SDK.C
    tar xf ucrt.zip
    del *.nuspec *.zip *.xml
    rmdir /S /Q package _rels
    rmdir /S /Q _rels
    tree /F .
    type .\LICENSE
  2. t-mat created this gist Nov 7, 2025.
    17 changes: 17 additions & 0 deletions import-ucrt.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    ```bat
    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
    rmdir /S /Q _rels
    tree /F .
    type .\LICENSE
    ```

    See also : https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource#readme-body-tab