Expert Advice: What to Do When You Can’t Use Spotify on a Windows Computer

Expert Advice: What to Do When You Can’t Use Spotify on a Windows Computer

Frank Lv13

Is There a Way to Speed Up Your Windows Updates? Find Out Here

Windows update takes so long to complete? Although it’s very frustrating, you’re definitely not the only person to experience this problem. Many other Windows users have reported the very same issue. More importantly, you should be able to fix this issue pretty easily!

Try these fixes

Here’s a list of fixes that have resolved this problem for other Windows users. You don’t have to try them all. Just work your way through the list until you find the one that does the trick for you.

  1. Run Windows Update Troubleshooter
  2. Update your drivers
  3. Reset Windows Update components
  4. Run the DISM tool
  5. Run System File Checker
  6. Download updates from Microsoft Update Catalog manually

Fix 1: Run Windows Update Troubleshooter

This might be one of the easiest fixes to try. WindowsUpdate troubleshooter is a built-in tool that can help you analyze and resolve issues related to Windows updates. Try running Windows Update troubleshooter to see if you can resolve this issue. Here is how to do it:

Windows 10

  1. On your keyboard, pressthe Windows logo key and typetroubleshoot . In the list of search results, selectTroubleshoot .

  1. In the pop-up window, selectWindows Update and click Run the troubleshooter . You’ll be prompted for permission. ClickYes to runWindows Update troubleshooter .

  1. ClickApply this fix to continue.

  1. Follow the on-screen instructions to troubleshoot this issue.

Windows 11

  1. On your keyboard, press theWindows logo + I keys simultaneously to open Settings.

  2. From the left navigation panel, selectSystem , then clickTroubleshoot from the right.

  1. ClickOther troubleshooters .

  1. Click on theRun button next toWindows Update .

When the process is finished, perform a Windows update again to see if it still takes much longer than usual. If this issue persists, try the next fix, below.

Fix 2: Update your drivers

Outdated or corrupted drivers on your PC can also trigger this issue . For example, if your network driver is outdated or corrupted, it may slow down your download speed, so Windows updates may take much longer than before. To fix this issue, you need to update your drivers.

There are two ways to update your drivers:manually and automatically .

Update your drivers manually – You can update your drivers manually by going to the official website of your PC manufacturer and searching for the latest driver for each device on your PC.

Be sure to choose the driverthat’s compatible with your exact PC model and your version of Windows .

Or

Update your drivers automatically – If you don’t have the time, patience, or computer skills to update your drivers manually, you can, instead, do it automatically with Driver Easy .

You don’t need to know exactly what system your computer is running, you don’t need to risk downloading and installing the wrong driver, and you don’t need to worry about making a mistake when installing.Driver Easy handles it all .

All the drivers in Driver Easy come straight fromthe manufacturer . They‘re all certified safe and secure .

  1. Download and install Driver Easy.

  2. Run Driver Easy and clickScan Now . Driver Easy will then scan your computer and detect any problem drivers.

  1. ClickUpdate next to any device to download the correct version of its driver, and then you can install it manually. Or clickUpdate All to automatically download and install the correct version of all the drivers that are missing or out of date on your system (This requires the Pro version – you’ll be prompted to upgrade when you click Update All. You get full support and a 30-day money back guarantee).

You can do it for free if you like, but it’s partly manual.

If you need assistance, please contactDriver Easy’s support team at [email protected] .

Fix 3: Reset Windows Update components

This issue may occur if there’s something wrong with Windows Update components. If Windows Update components are corrupted, Windows Update may not work properly. In this case, try resetting Windows Update components. Here is how to do it:

  1. On your keyboard, pressthe Windows logo key and R at the same time to open the Run dialog. Type cmd and pressCtrl , Shift and Enter at the same time to run Command Prompt as administrator . You’ll be prompted for permission. Click Yes to open the Command Prompt.

  1. In Command Prompt, type the command lines below and pressEnter on your keyboard after typing each :

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc

net stop bits net stop wuauserv net stop appidsvc net stop cryptsvc

The Windows Update related system services will be stopped after executing the command lines above.

  1. In Command Prompt, type the following command lines and pressEnter after typing each:

ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
ren %systemroot%\system32\catroot2 catroot2.old

You willrename theSoftwareDistribution and catroot2 folder as SoftwareDistribution.old and catroot2.old after you run these two command lines. These two folders are used by Windows Update to save temporary update files.

By renaming these two folders, Windows will think these two folders are missing, and Windows will create new ones to store Windows update files. By doing that, you can avoid many Windows Update issues caused by the old corrupted temporary files in these two folders.

  1. In Command Prompt, type the following command lines and pressEnter after each:

net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

After executing the command lines above, you start the Windows Update related system services.

Check to see if this resolves your Windows Update problem. Hopefully, it did. But if not, try the next fix, below.


Fix 4: Run the DISM tool

This issue is probably caused by the corrupted Windows update files. In this case, running the Deployment Image Servicing and Management (DISM) tool may resolve this issue. Just follow the step-by-step instructions to run the DISM tool:

  1. On your keyboard, pressthe Windows Logo Key and R at the same time to open the Run dialog. Typecmd and then pressCtrl , Shift , and Enter on your keyboard at the same time to run the Command Prompt as administrator . You will be prompted for permission. Click Yes to runCommand Prompt .

  1. On your keyboard, type the command lines below one by one and pressEnter .

Dism /Online /Cleanup-Image /ScanHealth

PCDJ Karaoki is the complete professional karaoke software designed for KJs and karaoke venues. Karaoki includes an advanced automatic singer rotation list with singer history, key control, news ticker, next singers screen, a song book exporter and printer, a jukebox background music player and many other features designed so you can host karaoke shows faster and easier!
PCDJ Karaoki (WINDOWS ONLY Professional Karaoke Software - 3 Activations)

When you run the command mentioned above, the DISM tool will scan all the system files and compare them with official system files. The function of this command line is to see if the system file on your PC is consistent with its official source or not. This command line doesn’t fix the corruption. It may take several minutes for this command operation to be completed.

Dism /Online /Cleanup-Image /CheckHealth

When you run the command line Dism /Online /Cleanup-Image /CheckHealth , the DISM tool will check whether your Windows 10 image has corruptions or not. This command line also doesn’t repair the corrupted files. It may take several minutes for this command operation to be completed.

Dism /Online /Cleanup-Image /RestoreHealth

LYRX is an easy-to-use karaoke software with the professional features karaoke hosts need to perform with precision. LYRX is karaoke show hosting software that supports all standard karaoke file types as well as HD video formats, and it’s truly fun to use.
LYRX Karaoke Software MAC/WINDOWS (Includes Activation For 3 Machines)

The command lineDism /Online /Cleanup-Image /RestoreHealth tells the DISM tool to try to repair the corrupted files detected. It will replace the corrupted files with the files from official sources online. It may take several minutes for this command operation to be completed.

It may take several minutes for this command operation to be completed.

  1. Close the Command Prompt when the restore operation is completed.

Try performing a Windows update to see if this fix works. If this issue persists, try running the System File Checker.

DLNow Video Downloader

Fix 5: Run System File Checker

System File Checker can scan for corruptions in Windows system files and restore corrupted files. If Windows update takes so long to complete, it may be caused by some corruption error. In this case, running System File Checker may help you resolve this issue.

  1. On your keyboard, pressthe Windows Logo Key andR at the same time to open the Run dialog. Typecmd and pressCtrl ,Shift andEnter at the same time torun Command Prompt as administrator . You’ll be prompted for permission. ClickYes to open the Command Prompt.

  1. On your keyboard, type the following command and pressEnter .

sfc /scannow

It may take some time for the command operation to be completed.

  1. When this command operation is completed, closeCommand Prompt .

Perform a Windows update to check whether this fix works or not. If you still fail to install updates for your Windows system, try the next fix, below.

Fix 6: Download updates from Microsoft Update Catalog manually

Microsoft Update Catalog offers updates for Windows 2000 SP3 and later versions of Windows operating system. If None of the fixes above works for you, you can try downloading the updates you failed to install from the Microsoft Update Catalog and install them manually. Here is how to do it:

  1. On your keyboard, press the Windows logo key and type windows update , then press Enter to open Windows Update .

  2. ClickView update history to check the updates you failed to install. For example, if you fail to install update KB3006137, you can download that update and install it manually.

  1. Before you download updates, you need tocheck the system type of your Windows OS. If you don’t know how to do it, follow the instructions below to view your system type:

i. On your keyboard, pressthe Windows Logo key and R at the same time to open the Run dialog. Type cmd and press Enter to open Command Prompt.

ii. Type the command linesysteminfo and press Enter to view your system type.

X64-based PC ” indicates that your Windows OS is 64-bit ; “X86-based PC ” means that your Windows OS is 32-bit .

  1. VisitMicrosoft Update Catalog .

  2. Type the update number that you want to download. In this example, type KB3006137 and then clickSearch .

  1. In the list of search results, select the correct update for your operating system and clickDownload .

If yourWindows OS is 64-bit , you should download the update whose name contains “x64-based ”.

  1. In the pop-up window, click the link to start downloading the updates.

8)Double-click the downloaded file and follow the on-screen instructions to install the update.

Restart your PC to see if this issue persists. If not, congratulations!

If you have any questions or suggestions, please leave your comments below.

  • Title: Expert Advice: What to Do When You Can’t Use Spotify on a Windows Computer
  • Author: Frank
  • Created at : 2024-08-16 13:06:18
  • Updated at : 2024-08-17 13:06:18
  • Link: https://tech-revival.techidaily.com/expert-advice-what-to-do-when-you-cant-use-spotify-on-a-windows-computer/
  • License: This work is licensed under CC BY-NC-SA 4.0.