使用 Expand-Archive 提取 Zip
Expand-Archive -Path C:\Archives\Documents.zip -DestinationPath C:\Documents
- 这将从
Documents.zip
中提取所有文件到文件夹C:\Documents
Expand-Archive -Path C:\Archives\Documents.zip -DestinationPath C:\Documents
Documents.zip
中提取所有文件到文件夹 C:\Documents