Windows 10/11 Spotify App Not Working Fix - [2024]

preview_player
Показать описание
How to FIX Spotify APP in Windows 10 AND Windows 11

Having trouble with your Spotify app in Windows 10? don't worry I will show you have to reset the Spotify app and repair app and resolve crashing issues, not opening issue or any other problem you may be having with this player app.

There has been a lot of people complaining about Spotify app not opening and problems adding new email accounts. Theses problems can be repaired by following the steps in this video.

Windows 10 spotifi app has some setting problem as well, where they are not functioning correctly and simply resetting the app can resolve this issue.

Copy and paste this:

# Get all the provisioned packages
$Packages = (get-item 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\Applications') | Get-ChildItem

# Filter the list if provided a filter
$PackageFilter = $args[0]
if ([string]::IsNullOrEmpty($PackageFilter))
{
echo "No filter specified, attempting to re-register all provisioned apps."
}
else
{
$Packages = $Packages | where {$_.Name -like $PackageFilter}

if ($Packages -eq $null)
{
echo "No provisioned apps match the specified filter."
exit
}
else
{
echo "Registering the provisioned apps that match $PackageFilter"
}
}

ForEach($Package in $Packages)
{
# get package name & path
$PackageName = $Package | Get-ItemProperty | Select-Object -ExpandProperty PSChildName
$PackagePath = [System.Environment]::ExpandEnvironmentVariables(($Package | Get-ItemProperty | Select-Object -ExpandProperty Path))

# register the package
echo "Attempting to register package: $PackageName"

Add-AppxPackage -register $PackagePath -DisableDevelopmentMode
}
Рекомендации по теме
Комментарии
Автор

botted comments, this isnt for spotify, its for playstore and im not sure about the powershell thing you want us to install. Guys dont do anything of this stuff, could be installing a virus in your PC

mattagaijined
Автор

The second fix worked for me. Thanks, yo! I had been trying to fix this for awhile.

MarkAdamsOnline
Автор

Love u bro don't depress you will become better in term of views

rkwarrior
Автор

The first option worked for me. Thank you!

Flustered_Potato
Автор

Went through a few videos and yours is the one that worked! Thank you!

SkippyJr_xBee
Автор

Thanks yaar

The last option really helped me a lot...I thought I won't be able to reset it again

darsh
Автор

finally i can use my damn spotify back! god bless you bro ! big thanks <3

amett
Автор

thanks bro it took me 4 days to find this video and its fixed <3

i did it differently, if this doesnt work for anyone, reset spotify instead of the microsoft store, if uninstalling spotify as a whole didnt work

matoe
Автор

thank you! the first method worked!

for context on my problem: when I search specific songs while online (both on phone and pc), it shows artist and podcasts despite being in the "all" category.

elizabethgrace
Автор

What worked for me was just going in to apps and resetting spotify

debrahill
Автор

the second troubleshoot really works with me! thank you so much! more power to this channel :)

genrevlearningsolutions-we
Автор

The second option helped me <3 thank you brother!

hello_
Автор

i reseted my network settings without any hesitation and now everything is going crazy like some of my apps wont open, will any of this solutions work?

moriv
Автор

4th solution worked for me. Thank you so much! ❤

BentleyH
Автор

THANKS bro it worked my spotify is working because of u now am gonna sub and like u

Manish
Автор

thank you so much the other videos from other youtuber did not work. Thank You!!

blodekopf
Автор

i denied the autoupdate in "local" but today i again enabled it spotify dooesnt seem to work

Gj-gvzh
Автор

first one worked so well. thank you so much

darkdagger
Автор

Can you help me, seems like im still having the problem 😢 i couldnt open the spotify and the notice that i got "window cannot access the specified device, path or file". Does that mean i still need to do the step that u told in the vid ?

nurfarahnajwa
Автор

is there a way to reverse the code in the first option cause it didn't work for me and i think its preventing me from accessing other things on my laptop

jocksandford