3 lines
160 B
PowerShell
3 lines
160 B
PowerShell
Write-Host "--- Install OneDrive"
|
|
start-sleep -s 10
|
|
choco install onedrive --force --no-progress --ignorechecksums --cache C:\Provision --params "ALLUSERS=1" -y |