Skip to content

Experimental tools for validation of Long Path problem on Windows

Notifications You must be signed in to change notification settings

georgik/long-path-windows-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Long Path Problem - Windows

Check where are the limits of long path on Windows.

Usage

Build sample application:

cd hello
cargo build --release

Run the tester

cd long-path-validator
cargo run

Check Windows registry Long Path settings:

Get-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name LongPathsEnabled

Check presence of manifest:

mt.exe "-inputresource:.\target\debug\long-path-validator-manifest.exe;#1" -out:extracted_manifest.xml

Trace problems

sxstrace.exe trace -logfile:sxs_trace.etl

Parse the trace

sxstrace.exe parse -logfile:sxs_trace.etl -outfile:sxs_trace.txt

About

Experimental tools for validation of Long Path problem on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages