Logo

Windows PC advantages over Apple Mac

In the last article, we have covered various advantages of Apple hardware over Windows PC, however, PC has their own strengths and advantages over MACs as well. Join us as we explore why would you choose Windows PC over MAC.

Windows PC

Hardware customization

If you like to customize and build your own hardware and customize your existing computer then MACs are out of the picture, on other hand, computers based on Windows operating system are much more flexible in terms of customization.

While Apple hardware is locked and only allows small changes to it, computers running on Windows are free and open to various upgrades and modifications so if you like to play with hardware Windows is your platform.

Gaming

There are games on MAC true but their numbers can not compare to games available for the Windows platform. On top of that, most latest and best gaming hardware is not even available on Apple platforms so if you plan to game in high resolutions and play the latest games there really is no option other than Windows.

Windows Platforms also has multiple emulators that you can use to play games from other older platforms and Microsoft since it owns Xbox has some great plans for both PC and Xbox gaming.

Software back compatibility

Since the introduction of the new MAC OS X, apple really lost a lot of application back compatibility, and a lot of old legacy software can not be run on modern Apple computers. Windows on the other hand have always tried and succeeded in keeping maximum compatibility with older and legacy software.

Also on the Windows platform, there is a lot of community support for old and legacy software so even if it is not officially supported it is backed up by the community.

Software variability

In terms of where can you find the most different software, you need to look no further than the Windows platform. How Windows itself has great backward compatibility and a lot of developers are using it to create new software thanks to Visual Studio and .NET Windows has cemented itself as a platform with the most available software.

The popularity of Windows as the home operating system and as a gaming platform has made it quite interesting in eyes of various developers and tons of small applications are made daily for it. Windows 11 has also brought native android support to it and that has just expanded its already impressive catalog of applications.

Freedom of choice

Overall Windows PC is most appealing for users that like to be able to choose everything, from hardware components to software they would like to use. No other platform will give you larger freedom of choice and better personalization options.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Your computer is running low on resources
Signing in to a computer that runs a Windows 10 version OS is usually fast and straightforward. However, there are instances when signing in takes too long especially if there are a lot of programs in the Startup. So if many things are loading as soon as you log into your computer, it will slow down the sign-in process. Aside from programs in Startup, it is also possible that there are too many users that are logged in to the account. In such a case, you will most likely encounter an error that says, “Your computer is running low on resources, so no new users can sign in. Please use an account that has already been signed in”. If you’ve encountered such an error when you try to log into your computer, read on as this post will be guiding you on how you can fix it. Each time a user signs in to Windows 10, it will allocate resources in order to work smoothly. But, in many cases, the system is running low on resources which is why this error pops up and blocks a sign-in of a new user. To fix it, you can try to log out the existing users, or perform a Cold Boot, as well as run both the DISM tool and System File Checker scan.

Option 1 - Try to logout existing users

The first thing you can do is to log out the existing users. If you have a shared Windows 10 computer, you have to check if someone hasn’t logged out. It could be that some background task or there is an existing program that is still running under that account. So you have to make sure to ask the same user to log out in case there is some unsaved work. On the other hand, if that user is not around, then you reboot the computer right away.

Option 2 - Try Performing a Cold Boot

You could also try to perform a Cold Boot to fix the problem. A Cold Boot is a process that makes sure that the Windows 10 Kernel shuts down properly and releases all the resources held by any account. To perform a Cold Boot, just press and hold the physical power button on your CPU until it goes off. After that, boot your computer regularly and see if you can now log into your account without any error.

Option 3 - Try to run a System File Checker scan

System File Checker is a built-in command utility in Windows that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why you’re getting the error when you log into your computer. To run the SFC command, follow the steps given below.
  • Boot your computer into the Advanced Recovery mode and from there open Command Prompt.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Now restart your computer and see if the problem is fixed or not.

Option 4 - run the dism tool

You might also want to run the DISM tool. This tool is known to repair potentially corrupted files in your system as having them could also system issues like the “Your computer is running low on resources, so no new users can sign in” error. To repair these corrupted system files, you can run the DISM commands:
  • Go to the Advanced Recovery mode and select Command Prompt.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the problem is now fixed.
Read More
Fix Error 0x800F0923 in Windows 10
In trying to upgrade your Windows 10 computer, you might have come across the error 0x800F0923. This kind of Windows upgrade/update error is caused by an incompatible driver or software that’s installed on your computer. Thus, to fix the problem, you need a working fix which you can choose from below. As mentioned, you can try updating the concerned application or software to its latest version to resolve the compatibility issue and in turn, fix error 0x800F0923. Note that depending on where you had installed the application, your steps will change. So if you have it installed directly from the website, refer to these steps:
  • Look for the built-in option to check the updates since the most application has this option.
  • You also have the option to go to the website of the application and check if there is a new version available. If there is, download and update the app.
On the other hand, if you have downloaded the app from the Microsoft Store, here’s what you have to do:
  • Open the Store and click on the three dots located at the top-right of the window.
  • Next, click the Download and Updates option.
  • From there, check if there is an update available for the store. If there is, update it.

Option 2 – Try to uninstall the application or software

If updating the app or software to its latest version didn’t help and you’re still getting the error 0x800F0923 every time you attempt to install the Windows Updates, you may have to uninstall it. You will need to use the usual Program and Features to uninstall it if you have downloaded it from the website.
  • In the search box, type in “control” and then click on Control Panel (desktop app) among the search results.
  • After that, select Programs and Features from the list which will give you a list of all the programs installed on your computer.
  • From there, look for the concerned program and select it and then uninstall it.
Note: If you have downloaded the app from the Windows Store, you can simply right-click on it from the application list and then uninstall it.

Option 3 – Try to disable your antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 4 – Try to run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the Windows Update error 0x80073712. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button.

Option 5 – Try to do the Update in a Clean Boot state

Putting your PC in a Clean Boot state can also help you install Windows Updates or Upgrades without any trouble because, during this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” checkbox and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” checkbox.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • After that, try to install the Windows Updates or upgrade again.

Option 6 – Try running Microsoft’s online troubleshooter

You also have the option to run Microsoft’s online troubleshooter which could help you fix Windows Update errors including the error 0x800F0923.
Read More
Valorant will enforce Windows 11 TPM 2.0
Valorant ingameBad or good news, depending on your view comes from RIOT for their game Valorant. It seems that Riot has decided to enforce Windows 11 TPM 2.0 feature into Valorant running on Windows 11 and there is a rumor that it will be de facto standard and that it will move to Valorant in general no matter on which system it runs. Furthermore, there is a rumor circling around that other developers are also talking about implementing TPM 2.0 requirements so they can harvest advanced security features of Windows 11 in order to prevent hacks and other cheats in their games. This is an interesting point to stand on, on one side, sure, advanced features that will prevent cheating and hacking is a great thing. On other hand denying access to many computers that do not support TPM 2.0 and removing them from the game can be a permanent loss of customers and therefore loss of money. It is a risk to be sure and I am not really sure that alienating gamers is a good choice for long-term income, especially when you will be able to install Windows 11 on an unsupported PC as stated by Microsoft. We will all see how this Riot decision will reflect on their business, as not a big Valorant player myself I am not impacted too much with this decision, but it will be interesting to see if others will indeed go with this trend or they will decide to wait a while until much more PC’s are upgraded.
Read More
Fix Windows Update Error 0x80244019
Updating your computer does not always end up successfully as there are a number of things that could go wrong with the Windows Update module in your Windows 10 computer. One of the issues you could face when you update your computer is error 0x80244019. This error could be caused by a number of factors. If you are currently having problems fixing this Windows Update error, read on as this post will help you resolve this problem. Here’s the full content of the error:
“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80244019).”
In this kind of Windows Update error, you might not be able to get the download file of the requested update started to your computer and this could be due to some third-party application or the overall internal components that contribute to the functioning of the Windows Update module. Refer to each one of the following options to fix the Windows Update error 0x80244019.

Option 1 – Restart your computer

The most basic thing you can do to fix the problem is to restart your computer. It usually works in fixing common issues like the Windows Update error 0x80244019. However, if it didn’t work, proceed to the next given options below.

Option 2 – Try to run the Windows Update Troubleshooter

The Windows Update Troubleshooter will help you in fixing error 0x80244019. This is a great built-in tool from Microsoft that helps users fix any issues with Windows Update. So this is worth a try to solve the problem. To use the Windows Update Troubleshooter, follow the steps below.
  • Tap Win + I keys again to open the Windows Settings panel.
  • Go to Update & Security and then go to Troubleshoot.
  • Under the Troubleshoot section, on your left-hand side, scroll down to find Windows Update and then click on Run the troubleshooter option and follow the on-screen instructions and then see if it fixes the problem.

Option 3 – Try configuring the Windows Update-related Services

Configuring all the Windows Update-related services could also help in fixing the error as it makes sure that all the required services are available.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “cmd” in the field and tap Enter to open an elevated Command Prompt.
  • Next, execute the following commands. Note that you have to type and enter each command one after the other.
    • SC config wuauserv start= auto
    • SC config bits start= auto
    • SC config cryptsvc start= auto
    • SC config trustedinstaller start= auto
  • The commands you executed will make sure that the Windows Update-related services are available. Once it’s done, restart your computer and see if the Windows Update error is now fixed.

Option 4 – Run Windows Update in a Clean Boot State

It could be that some third-party application is the one that’s causing the problem so it’s best if you put your computer in a Clean Boot state. During this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • After that, try to run Windows Update again.
Note: If you are able to install the app without any trouble at all then it means that the error is caused by some third-party application on your computer. You need to look for the culprit and uninstall it once you found it.

Option 5 – Try to fix the Proxy Settings

  • In the Cortana search box, search for Internet Explorer and then click on the related search result.
  • After that, tap the Win + T keys on your keyboard and click on Internet Options.
  • Next, navigate to the Connections tab and click on LAN Settings.
  • Then click on the Advanced button and delete all the entries in the list generated in the Exceptions section. And if the Advanced button is disabled because the “Use a proxy server for your LAN (These settings will not apply to dial-up or VPN connections)” option is disabled then you are good to go. Now proceed to the next step.
  • Tap the Win + X keys or right-click on the Start button and select Command Prompt (Admin) or you could also search for “cmd” in the Cortana search box and right-click on Command Prompt from the search results and select the “Run as administrator” option.
  • If a User Account Control appears, click on Yes to proceed. After that, type each one of the commands listed below, and don’t forget to hit Enter after you type each one of them.
    • netsh winhttp reset proxy
    • net stop wuauserv
    • net start wuauserv
  • Now restart your computer and check if the problem is fixed or not by checking for Windows Updates again.
Read More
Windows keyboard shortcuts for easy life
Hello everyone and welcome to our useful tips and tricks and problem-solving article blog. This time we are doing something different, instead of solving issues this time we are focusing on some quality of life tips like keyboard shortcuts in your Windows 10.
Shortcut Keys Description
Windows Key Opens/closes the Start menu.
Windows Key + Up Arrow Maximizes the selected window.
Windows Key + Down Arrow Reduces the window size. (Restore down.)
Windows Key + M Minimizes all open windows.
Windows Key + Shift + M Opens minimized windows.
Windows Key + Tab Shows Task View.
Windows Key + L Locks the screen.
Windows Key + A Opens the Action Center.
Windows Key + V Opens Clipboard History.
Windows Key + I Opens the Settings menu.
Windows Key + F Opens the Feedback hub.
Windows Key + H Opens the dictation toolbar.
Windows Key + P Opens the projection settings.
Windows Key + . (Windows Key + ;) Opens the emoji panel.
Windows Key + C Opens Cortana in listening mode.
Windows Key + C (Windows Key + Q) Opens Windows Search.
Windows Key + G Opens the Xbox game bar.
Windows Key + X Opens the secondary start menu.
Windows Key + <number> Opens the app in the taskbar relative to the number input. For example, if Chrome is the fourth app on the taskbar, using Windows Key + 4 will open Chrome.
Windows Key + Alt + <number> Opens the right-click menu for the app in the taskbar relative to the number input. For example, if Chrome is the fourth app on the taskbar, using Windows Key + Alt + 4 will open Chrome’s right-click menu.
Windows Key + D Shows/hides open apps on the desktop.
Windows Key + E Opens File Explorer.
Windows Key + U Opens Ease of Access in the Settings menu.
Windows Key + Print Screen Takes a screenshot of the desktop.
Windows Key + Control + F Opens the Find Computers window.
Windows Key + Control + D Creates a virtual desktop.
Windows Key + Control + Left Arrow Switches to the virtual desktop on the left.
Windows Key + Control + Right Arrow Switches to the virtual desktop on the right.
Windows Key + Control + F4 Closes the active virtual desktop.
Windows Key + Space Switches between installed languages (for writing text).
Read More
How to Fix Windows 10 Error Code 0xc004fc03

Error Code 0xc004fc03 – What is it?

Error code 0xc004fc03 occurs when Windows users fail to activate their Windows operating system due to a networking problem. The error code’s common symptoms include the following:

  • Inability to activate Windows 10 operating system
  • Message box with error code 0xc004fc03

Solution

Restoro box imageError Causes

Error code 0xc004fc03 in Windows 10 usually occurs due to issues related to a Windows user’s network. Your computer may be having problems connecting to the Internet or your firewall may be blocking or interrupting your device’s ability to activate Windows 10. In some cases, users may simply need to wait a day or two to reattempt to activate their system using a valid product key, as there may be an issue with the Windows activation servers.  Failure to promptly fix this error code might result in other Windows 10 error messages, such as error code 0xc004f034.

Further Information and Manual Repair

To rectify the error code, Windows 10 users will need to perform manual repair procedures that fix the underlying problems causing error code 0xc004fc03. These procedures may include reconnecting to one’s network, checking your firewall settings, or activating your Windows operating system via phone. The manual repair methods are simple and do not require technical knowledge of the Windows operating system. If your attempts at manually repairing this error code fail, however, you may need to try a few other procedures.

Method One: Verify Internet Connection

To check your Internet connection, you’ll need to access the Network & Internet tab in Windows 10. Follow the instructions below to access this tab and fix Internet connectivity issues if they are preventing you from activating Windows on your machine.

  • Step one: Click the Start button and select Settings
  • Step two: Select Network & Internet
  • Step three: Click the Status section of the Network & Internet tab

If your status shows that you are not connected to a network, you will need to fix your connection. Simply use the Network Troubleshooter to troubleshoot your connection. You will be able to activate your copy of Windows once your connectivity issues are resolved.

If, however, the problem persists and error code 0xc004fc03 occurs during the activation process, this simply means that the existence of the error code is not due to connectivity or networking problems. In such a case, move to the next manual repair method listed below and follow the exact instructions given.

Method Two: Check Firewall Settings

Windows Firewall protects your PC from hackers, worms, and other malicious programs. However, in some cases, it may result in error codes like error code 0xc004fc03. If your firewall is interfering with the Windows 10 activation, you’ll be able to rectify the problem by simply adjusting your settings. Follow the steps below to check – and adjust if necessary – your Windows Firewall settings.

  • Step one: Click search bar and type firewall
  • Step two: Select Windows Firewall
  • Step three: Select Turn Windows Firewall on or off

In some cases, Windows users may not be able to adjust settings within the Windows Firewall tab, as your firewall settings may be controlled by a third party antivirus software. If this is the case, open the antivirus software and turn off the firewall if the software does not prevent you from making such changes to its settings.

Note, however, that you will need to readjust the settings as soon as you activate your version of Windows 10. This is due to the fact that turning off your firewall settings permanently may lead to exposure to worms and other malicious programs.

Method Three: Activate Windows by Phone

Activation of Windows via phone is another option for individuals experiencing error code 0xc004fc03. The activate by phone option in the Update & Security tab will be available once you fail to activate Windows 10. To complete this manual repair method, follow the steps below.

  • Step one: Select Settings
  • Step two: Click Update & security
  • Step three: Select Activate by phone
  • Step four: Follow the instructions provided thereafter.

This is one of the most effective ways to fix error code 0xc004fc03. If the issue persists, however, you can proceed to the last resort.

Method Four: Download an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 8 and other related issues when they do arise, download and install a powerful automated tool.

Read More
What to do if Windows 10 Taskbar Volume Control is not working
The quickest way to control and manage the volume of your Windows 10 PC is using the Volume control icon in the system tray. However, you might encounter issues in using it especially if you recently updated your PC. After the update, if it no longer responds to mouse clicks, be it a right-click or left-click, read on as this post will show you what you can do to remedy that issue. If you think that you’re the only one who has experienced this problem, you are mistaken as several users also reported that the volume icon does highlight and shows the volume level if you hover the cursor over it but it does not really do anything at all. This is definitely the quickest way to change the audio output in Windows 10 especially when you have to change from speakers to your earphone and whatnot. If you are one of the users whose Windows 10 Taskbar Volume Control icon has stopped working and every time you click on the icon and nothing happens and you’re still not able to adjust the volume of your Windows 10 computer, read on as this post will show you what you can do to fix that problem. Although the audio is working just fine, you will still not be able to adjust the volume from its control icon. The problem is most likely related to the UI interaction. There are times when icons in the taskbar also experience the same issue where you can hover your mouse over them but nothing happens when you click on them. As mentioned, the issue with the volume icon does not seem to affect the actual audio of the computer. Double-check to confirm and if it turns out that the audio is indeed working fine, you can use the hardware of your keyboard to manage and control the volume, however, the software just won’t work. This issue is really inconvenient especially for users who connect their laptops to a bigger display. To fix this issue, here are some suggestions you need to check out.

Option 1 – Try to restart the Windows Explorer

This option may sound silly but it has actually worked in fixing the issue for some users. So if anything gets stuck on the taskbar or system tray, the best way to revive them is by restarting Windows Explorer.
  • Right-click on the taskbar and then select the Task Manager.
  • Next, look for Windows Explorer under the Processes tab.
  • Then right-click and select restart.
  • After that, wait for the restart process to be completed and for the user interface to refresh. Note that you will notice the Taskbar disappearing and reappearing again. It will reload the entire user interface and allows you to access the volume icon. It should work this time.

Option 2 – Restart the Audio services

Restarting the audio services in your computer can also help you fix the volume control issue and to do that, refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Type in “services.msc” in the field and hit Enter to open Services.
  • From there, look for Windows Audio and then right-click on it and go to Properties.
  • After that, you have to make sure that the Startup Type is set to Automatic.
  • Then click on the Stop button. Once it has stopped, start it again.
  • Now restart your computer and see if you can now access the volume icon on the taskbar.

Option 3 – Try to update or roll back the Audio driver

If the glitch in your audio has something to do with software, chances are it might be related to the audio driver – it could be that the newest version of your Windows 10 does not work well with the old version of the driver. This is why you have to update your audio driver to the newest available version.
  • Tap the Win + R keys to open the Run dialog box and then type in devmgmt.msc and tap Enter or click OK to open the Device Manager.
  • Expand the section for the outdated device drivers.
  • And then select the outdated driver(s) and right-click on it/them.
  • From the drop-down menu, select the Update Driver option and follow the on-screen instructions to install the latest version of the driver.
  • Then also click on the option, “Search automatically for updated driver software.
  • Restart your PC after the installation.
Note: If updating the Audio driver didn’t work, you can go to the website of your PC manufacturer and look for the support section where you can download the drivers for your computer. You just need to take note of your PC’s correct model and model number so you can find the appropriate driver.

Option 4 – Try running the Playing Audio Troubleshooter

Since the Windows 10 operating system has the Playing Audio Troubleshooter, you can use this troubleshooter to try and fix the volume control issue on your PC. You can access this tool in the Control Panel or in the Taskbar Search and even on the Troubleshooters page of Windows 10. Run this troubleshooter and see if it can fix the issue or not.
Read More
How to Fix Windows 10 Error Code 0x800705b4

Error Code 0x800705b4 - What is it?

Error Code 0x800705b4 is an error that will appear when the computer is not stable, and very critical system files will fail to respond or they will start going missing. This will happen when the computer is not being maintained properly. The problem should be solved immediately to avoid any further damage or loss of data. This error code may be regarded as one of the most severe computer problems that can present itself.

Common symptoms include:

  • There will be a failure to install updates and a display of the error message.
  • The Error Code 0x800705b4 will display itself.
  • After a system update, the computer will not be able to install new drivers.

Solution

Restoro box imageError Causes

Windows 10 update error 0x800705b4 can be caused when the user wants to update their windows system when important dll registries or files are missing or are corrupt. This will also happen when the user is trying to install or uninstall programs in a way that is wrong, or it may be infected with a Trojan virus. Additionally, this error code will be displayed when a PC's drivers are either outdated or installed the wrong way. There could be a registry error, a failure to update by the operating system, or even a device failure to update automatically.

Further Information and Manual Repair

There are several ways to resolve the appearance of error code 0x800705b4 on Windows devices. If you are not familiar with fixing error codes on a computer or are having trouble fixing this one, consider contacting a Windows technician to help with fixing the error. The computer must be run on administrator mode no matter which steps you are taking or which methods you are using. Depending on which version of Windows you are using, the steps for each method may differ slightly, but the basic process will remain the same.

Method One: Fixing it with updates

Start the computer in safe mode to begin troubleshooting for error code 0x800705b4. When the computer is starting up, press F8—this will enter the computer into safe mode.

You will now need to manually update your computer's outdated drivers. To do this, click on Start. Then, type in Device Manager into the search box to see if there are any outdated or corrupt issues with the drivers.

Method Two: Run an SFC scan

This will allow users to find files in Windows that are corrupt, damaged, or lost.

  • Start the Command Prompt. To do this, click Start and then type in cmd inside of the search box to see the icon.  Right-click and choose to Run as administrator. If asked, enter the password for the administrator.
  • When viewing the command prompt, type in “sfc/scannnow” and then press enter. This will be scanning all of the protected system files and will fix the corrupt files. Do not close the command prompt before it is done.

Method Three: System Restore

This is the most efficient way to fix any problem or system status. System backup is vital when performing this.

Click on the Start button, and then type in “system restore” inside of the search box. Right click on System Restore, and then choose Run as Administrator. This could also be found in the Control Panel. Now you will choose the time point in which to restore the system. You will be able to choose the recommended or specific restore based on the situation. Now you can review the restore point and then click Finish.

Method Four: For Windows 10

  • You may need to update the Windows Defender in the security center. To locate this, click Start, Settings, Update and Security, Windows Defender.
  • Go to the Windows Updates and click on Advanced Options. Click on the option that will get updates for more Microsoft products.
  • Restart the computer, and then check for updates again. This update process will be able to be done without a problem. When a message comes up that says “Your device is up to date” you will need to click Advanced Options once again and check for update options.
  • Check for updates one more time and now the proper updates should be able to be downloaded and installed properly.

Method Five: Use An Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.

Read More
Always show scrollbars in Windows 11

windows 11 scrollbarsMost scrollbars are hidden by default if they are not used in Windows 11. If you are not ok with this feature and want scrollbars to be always visible and available do not worry, turning them ON is very easy.

  • Press ⊞ WINDOWS + I to open Windows settings
  • Click on Accessibility in the sidebar
  • Select Visual Effects
  • Inside visual effects settings find Always show scrollbars and switch it ON

Windows 11 will save settings automatically and apply setting right away. Close settings and continue with work.

Read More
Windows 10 is stuck on Checking for updates
Over the years, the Windows 10 updates have smoothened but that does not mean that it no longer encounter some issues. One of these issues is when it gets stuck. As you know, Windows automatically checking for updates regularly or when you click the “Check for updates” button. However, if the Windows 10 update is taking forever and seems to be stuck, then you’ve come to the right place as this post will guide you on what you can do to resolve the problem. This kind of scenario in Windows Updates can be quite confusing especially since there is no response or any indication of what is really happening since you don’t know if the update is still downloading or if it’s already getting installed. To resolve this problem, there are several options you can check out. You can try to exit settings and restart your computer. You could also try to restart the services related to Windows Update or clear both the Software Distribution and Catroot2 folders, as well as run a System File Checker scan. For more details follow each one of the given steps below.

Option 1 – Restart your computer

The most basic thing you can do to fix the problem is to restart your computer. It usually works in fixing common issues like the Windows Update getting stuck at the “Checking for updates” screen. However, if it didn’t work, proceed to the next given options below.

Option 2 – Reset Windows Update components

If the first two options did not work then you might want to reset the Windows Update components manually. Follow the steps below to reset them.
  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.
  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
    • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 3 – Try checking Services Dependencies

Dependencies of a Windows Service in Windows 10 are when windows services depend on other services. Such is the case with the Windows Update service – it also depends on three different services such as the Remote Procedure Call or RPC service, DCOM Server Process Launcher, and the RPC Endpoint Mapper. Meaning to say, if two of these services are not working as expected, then the dependent service will also be affected. This could be the reason why the Windows Update service could not start.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter to open Windows Services.
  • From the list of Services, look for the following services:
    • Remote Procedure Call (RPC) Service
    • DCOM Server Process Launcher
    • RPC Endpoint Mapper
  • After you find these services, double click on each one of them and check whether the Startup type for all is set to Automatic and the Service status is set to Running or not.
  • If the service status is not running, then click the Start button. Afterward, check if you can now run the Windows Update service.

Option 4 – Check the Background Intelligent Service and the Cryptographic Service

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the following services and make sure that their Startup type is as follows:
    • Background Intelligent Transfer Service – Manual
    • Cryptographic Service ­– Automatic
  • After that, check if the Service status of the listed services above is set to Running. If they’re not, click on the Start button to start these services and then check if you can now enable the Windows Update service or not.

Option 5 – Try running the System File Checker

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files that might be the cause why your screen is stuck at “Checking for updates”. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status