Share via

How Do I Install Spotify using Powershell?

Anonymous
2021-01-15T14:04:26+00:00

I can't download Spotify through Microsoft Store for some reason, and I can't download it from the site , because it doesn't work for me... so the only way I can think of is PowerShell... anyone have any idea how?

Windows for home | Other | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. John DeV 164.9K Reputation points Independent Advisor
    2021-01-15T14:40:48+00:00

    Hello ElijahAmisial,

    I'm John an Independent Advisor and a Microsoft user like you. I'll be happy to assist you today. I understand you want to install Spotify using PowerShell. Are you using a Home PC or a Work computer? What is your current Windows version and edition? Press Start then click Settings(Gear icon), select System then About.

    Kindly try the suggested methods below.

    1. Press Windows key+X then select Powershell(Admin)

    copy paste the following then press Enter.

    Get-AppXPackage *SpotifyAB.SpotifyMusic* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    1. Please try downloading this offline installer. Note: It may install a slightly older version but will update to the newest later.

    http://download.spotify.com/SpotifyFullSetup.exe

    Kindly let me know if this helps or if you have any further concerns.

    Sincerely,

    John DeV

    Independent Advisor

    Standard Disclaimer: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2021-01-25T13:48:08+00:00

    nevermind I just had to reinstall windows and tap on the placeholder app... :)

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-01-16T18:45:54+00:00

    I am using Windows 10 Pro version 20H2 on a home computer. But every time I try to run the command in powershell in admin mode, it says:

    Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist.

    At line:1 char:63

    • ...  | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.I ...

    +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    • CategoryInfo          : ObjectNotFound: (C:\AppXManifest.xml:String) [Add-AppxPackage], ItemNotFoundException
    • FullyQualifiedErrorId : PathNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

    Any ideas?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-01-15T14:50:17+00:00

    Thanks so much! :)

    Was this answer helpful?

    0 comments No comments