因为 SharePoint 是使用 WebDAV 的技术,来实现在档案总管的档案下载;请参考 You cannot download more than 50 MB or upload large Files when the upload takes longer than 30 minutes using Web Client in Windows
所以须调整 HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters 内的 FileSizeLimitInBytes ,但是 FileSizeLimitInBytes 的值是使用 DWORD(32bit) 所以上限最多也只有 4,294,967,295 bytes (约4GB)
需要的朋友可使用 Alexander Klimenko 提供的 Windows Shell @meteozond meteozond/wwmsf.cmd