TreeSize Pro disk management platform logo TreeSize

TreeSize Pro

Technical Reference

Advanced configuration, registry adjustments, and terminal commands for power users.

01 WebDAV Attribute Ceiling (SharePoint Scans)

Expand the default Windows WebDAV ceiling to enable scanning of expansive SharePoint libraries exceeding 20,000 elements.

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters" /v FileAttributesLimitInBytes /t REG_DWORD /d 1000000000 /f

02 Automated Excel Export via Command Line

Execute a targeted drive scan and automatically serialize results to a timestamped Excel workbook.

TreeSize.exe /EXCEL "C:\Reports\Drive_C_%DATE%.xlsx" "C:\"

03 Mapped Drive Visibility (Registry Correction)

Activate EnableLinkedConnections to expose mapped network drives to TreeSize when operating with elevated privileges.

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLinkedConnections /t REG_DWORD /d 1 /f
Expanded view