Microsoft Store App Manager

Discussion in 'MDL Projects and Applications' started by mustafa gotr, Dec 8, 2024.

  1. betakernel

    betakernel MDL Novice

    Nov 29, 2017
    6
    0
    0
    #21 betakernel, Apr 18, 2025
    Last edited: Apr 19, 2025
    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")