Can the script be changed to save the downloaded file in the StoreDownload directory in the current working directory, instead of in the StoreDownload directory on the desktop? TKS ------------------------------ I changed it myself Line 1094 of the StoreAppManager-1.4.5.ps1 file has been changed from ( $downloadPath = Join-Path ([Environment]::GetFolderPath("Desktop")) "StoreDownload") to ($downloadPath = Join-Path $PSScriptRoot "StoreDownload")