在 Powershell 中将文件复制到 C 盘

在 Powershell 中将文件复制到 C 盘

我想将文件复制到 C 盘,但最终复制到了 powershell 文件所在的 USB 驱动器。请告知在 powershell 中指向 C 盘的目标应该是什么?谢谢。

Copy-Item -Path "${PSScriptRoot}\Software\Browsers\Firefox Setup 103.0.2.exe" -Destination "$env:systemdrive"

相关内容