Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LongPathsEnabled (0.06 sec)

  1. ci/devinfra/docker/windows2022/Dockerfile

           "$ErrorActionPreference='Stop'; $ProgressPreference='SilentlyContinue';$VerbosePreference = 'Continue';"]
    
    # Enable long paths
    RUN New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
    
    RUN md C:\TEMP
    RUN md C:\TMP
    ENV TMP "C:/TMP"
    ENV TEMP "C:/TEMP"
    
    # Install 7-Zip.
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jan 13 18:59:55 UTC 2025
    - 10.3K bytes
    - Viewed (0)
Back to top