Logo

Fix Windows Update error 0x80246008

Updating your Windows 10 computer does not always go smoothly as there are some errors you can encounter along the way. One of these Windows Update errors is the error code of 0x80246008. This kind of error can occur during different phases of an update that’s being downloaded or installed and even when an update is being initialized.

If you narrow down the cause of this Windows Update error, you’ll most likely see that it is related to the deliverability of a file to a computer from the servers of Microsoft. In other words, the error might be due to conflicts from programs like Firewall as well as third party programs like Antivirus or it could also be due to corrupted disk image or system files or it could be that any of the supporting Windows Update components and services are not working properly. Whatever the cause may be, the potential fixes provided in this post can be applicable to Windows Updates as well as the Microsoft Store.

Refer to the suggestions provided below to resolve the Windows Update Error 0x80246008 but before you proceed, make sure that you create a System Restore point first.

Option 1 – Apply some tweak in the Windows Registry from Command Prompt

  • Tap the Win + X keys and select Command Prompt (Admin) to open Command Prompt with admin privileges.
  • Next, navigate to the root location of the bootable device inside the Command Prompt command line.
  • Once you’re in the root location, type the following command and tap Enter to execute it:

reg add HKLMSYSTEMCurrentControlSetControlBackupRestoreFilesNotToBackup

  • After that, close the Command Prompt command line and then tap the Win + R keys to open Run utility.
  • In the field, type “services.msc” and click OK or tap Enter to open the Windows Services Manager.
  • From there, look for the following services:
    • Windows Update – Manual (Triggered)
    • Background Intelligent Transfer Service – Manual
  • Now open their Properties and make sure that their Startup type is as mentioned above and that they are running. If they are not running, just click on the Start button.

Option 2 – Run the System File Checker Scan

If the registry tweak didn’t work, you can run a System File Checker scan instead. It is a built-in command-line utility that replaces bad and corrupted system files to good system files that might be the cause why you’re getting the error when you try updating your computer. 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.

Option 3 – Run the Windows Update Troubleshooter

If the System File Checker wasn’t able to resolve the Windows Update error, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including this one. 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. After that, follow the next on-screen instructions and you should be good to go.

Option 4 – 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 5 – Try deleting the files from the SoftwareDistribution folder and resetting the Catroot2 folder

The downloaded Windows Updates are placed in a folder called “SoftwareDistribution”. The files downloaded in this folder are automatically deleted once the installation is completed. However, if the files are not clean up or if the installation is still pending, you can delete all the files in this folder after you pause the Windows Update service. For complete instructions, refer to the steps below.

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.

net stop wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.

After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:

  • Type each one of the following commands.

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

  • After that, exit Command Prompt and restart your computer.

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

Custom widgets in Windows 11 later
windows custom widgetsOriginally Microsoft has imagined its widgets menu as Microsoft-only widgets but it seems that they have changed their mind. Due to the latest leak, it seems that Microsoft will open the widgets menu to 3rd party developers as well but at launch, it will be only official widgets. It was hinted that later widgets menu will be open to developers who want to bring their own stuff into it. Distribution, date, and technology that will need to be used in order to create your widget have not been discussed nor leaked at a given time but in some way, I am very glad that at least some customization will be in Windows 11. It is funny and amusing how some things that were in Windows Vista are getting back like glass design, round corners, and widgets. Let’s just hope Windows 11 will be a better Windows than Vista was.
Read More
Fix Operating System Loader has no signature
Booting up your Windows 10 computer does not always go smoothly as it is a complex process and you may encounter some issues along the way. There are various files that get loaded and executed while the Windows 10 operating system is loaded. You might encounter a page that displays the following error message:
“Operating System Loader has no signature. Incompatible with SecureBoot. All bootable devices failed Secure Boot verification.”
There are two main causes for this error – it could be that your computer is using a bad unauthentic Boot Image File or the Windows operating system is installed in the BIOS Mode. To fix this error, you can try performing a “cold” boot or reset the BIOS or reset your Windows 10 computer.

Option 1 – Try to perform a Cold Boot

To perform a cold boot, all you have to do is press and hold the power button of your CPU until it goes off. Once it’s off, boot your computer normally and then check if the problem is now fixed.

Option 2 – Try resetting the BIOS

If performing a cold boot did nothing to fix the problem, you can try to reset the BIOS instead.
  • Start your computer and tap the F10 key during the booting process to enter the BIOS. If it does not work, you can try tapping the F1 or F2 key as well as the Del key.
  • Once you’re already in the BIOS, tap the F9 key to get the prompt to RestoreLoad default configuration now for the BIOS.
  • Next, click on Yes and then follow the next on-screen instructions that appear to set the BIOS back to its default settings.
  • Once you’re done restoring the default settings of the BIOS, restart your computer and then check if it now boots properly.

Option 3 – Try to change the Boot Sequence

You could also try to change the Boot Sequence to fix the error. To change the Boot Sequence, follow these steps:
  • Open Windows Settings and then go to Update & Security > Recovery Advanced Startup and then click on Restart Now.
  • Once your computer has restarted, you should see the Advanced Options.
  • Next, select Troubleshoot > Advanced Options. This will offer another set of options and from there, select the UEFI Firmware Settings and it will let your restart your computer.
  • After the restart, it will take you to the Firmware settings and from there, switch to the Boot tab where you’ll see the “Boot Priority” which contains the list of the connected hard drive, CD/DVD, ROM, and USB drive.
  • Use the arrow keys on your keyboard to change the boot sequence.
  • Once you’re done, save and exit.

Option 4 – Reset your computer

  • Tap the Win key or click on the Start button located in the Taskbar.
  • Then click on the Power button at the bottom right portion of the screen.
  • Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen
  • Afterward, select either the “Keep my files” option and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.
Read More
An Easy Guide to Resolve Xpcom.dll Error

Xpcom.dll Error Code - What is it?

To understand the Xpcom.dll error better, first, you need to know what Xpcom.dll file is. Xpcom.dll is basically a typical DLL (Dynamic Link Library) file. It is associated with Firefox developed by Mozilla Foundation for the Windows Operating System. DLL file contains small programs similar to exe (executable) files. Just like any other DLL file, Xpcom.dll helps loads and run programs smoothly. Xpcom.dll functions as a shared file that can be used to run multiple programs on your PC. Xpcom.dll error code occurs when Windows cannot properly load the xpcom.dll file. The error may pop up on the screen in any one of the following formats:
  • "Xpcom.dll not found."
  • "The file xpcom.dll is missing."
  • "Cannot register xpcom.dll."
  • "Cannot find C:\Windows\System32\xpcom.dll."
  • "This application failed to start because xpcom.dll was not found. Re-installing the application may fix this problem."
  • "Xpcom.dll Access Violation."
  • "Cannot start Firefox. A required component is missing: xpcom.dll. Please install Firefox again."
The xpcom.dll error can occur during program installation or while rebooting your PC or when shutting it down.[/section]

Solution

Restoro box imageError Causes

It is difficult to narrow down a single cause of this error code simply because the Xpcom.dll error code may be triggered due to several reasons. Some of the common causes include:
  • Invalid or corrupt xpcom.dll registry entry
  • Viral infection
  • Outdated PC drivers
  • Another program overwrote the required version of xpcom.dll
  • Xpcom.dll file is accidentally deleted or uninstalled
  • Mozilla Foundation hardware failure

Further Information and Manual Repair

Here are the best, quick and easy DIY methods to resolve Xpcom.dll error code on your system within minutes:

Method 1: Update Window Drivers

To resolve the xpcom.dll error on your system, try updating Window drivers. To do this simply use the driver update wizard from within Device Manager. The driver update wizard walks you through the entire drive update process, making it easy and hassle-free for you to update drivers.

Method 2: Download and Install Xpcom.dll File

Since DLL are shared files and used to run and load multiple programs, it is possible that you might have accidentally removed this file while uninstalling a program on your system. This is the reason why the Xpcom.dll file goes missing. To retrieve the Xpcom.dll file simply go to the recycle bin. Reinstall the deleted program. However, if it still doesn’t resolve the error, then it is advisable to download and install the Xpcom.dll file from a trusted DLL file website over the internet.

Method 3: Scan for Viruses and Repair the Registry

If the error code occurs due to malware infection or is related to registry issues, then simply download Restoro. This is a user-friendly and multi-functional PC Fixer deployed with 6 scanners including a powerful antivirus and a registry cleaner. It is compatible with all Windows versions. Simply run it to remove all types of viruses infecting your system and clean/repair the registry. Click here to download Restoro and resolve the Xpcom.dll error on your PC.
Read More
Fix Storport.sys BSOD errors in Windows
As you can notice in Blue Screen errors, most of them point out a file that’s related to the errors. One of these files is the Storport.sys file which is a system file related to the storage of data in the storage unit of a computer. This file is created by the Microsoft Storage Port Driver. So if this file ends up getting dragged on Blue Screen errors, there can be a number of reasons for why it’s happened. Blue Screen errors related to the Storport.sys file may include conflicts with the hardware, incompatible firmware issues, corrupted drivers, missing or corrupted system files, to name a few. Here are some of the common Blue Screen errors related to the Storport.sys file:
  • KMODE_EXCEPTION_NOT_HANDLED
  • KERNEL DATA INPAGE
  • PAGE FAULT IN A NONPAGED AREA
  • SYSTEM THREAD EXCEPTION NOT HANDLED
  • IRQL NOT LESS OR EQUAL
  • SYSTEM SERVICE EXCEPTION
Microsoft Windows is the one that provides the Storport.sys file a storage port driver that is suited especially for the use of high-performance buses like fiber channel buses and RAID adapters. There are a number of advantages in using Storport instead of the SCSI Port, according to Microsoft:
  • “Improved performance, both in terms of throughput and the system resources that are utilized.
  • Improved Miniport driver interface that addresses the needs of high-end storage vendors, particularly host-based RAID and fiber channel vendors.”
If you encounter any of the above-mentioned Blue Screen of Death errors, then here are some troubleshooting options that might help but before you get to them, you can try to perform a System Restore first especially if you have the habit of creating System Restore points. This might fix the problem. To perform a system restore, refer to these steps:
  • First, tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that you create a System Restore point first. In addition, you also have to boot into Safe Mode with Networking before you carry out the troubleshooting steps below.

Option 1 – Try to update or rollback your device drivers

The first thing you can try to fix the Storport.sys Blue Screen error is to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties. Note that the main drivers that might be the cause behind the Storport.sys Blue Screen error will be listed under the “ID ATA/ATAPI controllers” section as well as the “Storage controllers” section.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can also directly download the relevant drivers of your computer from the manufacturers’ website. So if you have an SSD, the issue might be due to an old storage driver. Option 2 – Try to recreate the Storport.sys file If the first option didn’t work, the next thing you can do is to recreate the Storport.sys file. Every time your Windows 10 PC boots up, it looks for all the system drivers in place and if it is unable to find them, it tries to create them. This is why if you remove your corrupt driver file, chances are, you might get a fixed file recreated just for you. How? Refer to the steps below.
  • Boot your Windows 10 PC in Safe Mode.
  • Then open File Explorer and navigate to this location: C:/Windows/System32/drivers
  • From there, look for the file named sys and rename it to Storport.old.
Note: As you can see, the file’s extension has changed from .sys to .old.
  • Now restart your computer and check if the Storport.sys Blue Screen error is now fixed.

Option 3 – Run System File Checker or SFC scan

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. 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.
 Reboot your PC.

Option 4 – Try to run the DISM commands

You might want to repair potentially corrupted files in your system as having them could also trigger the Storport.sys Blue Screen error. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • 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 dxgkrnl.sys Blue Screen error is now fixed.

Option 5 – Run the Blue Screen Troubleshooter

Troubleshooting Blue Screen of Death errors wouldn’t be complete without the Blue Screen troubleshooter. As you know, it is a built-in tool in Windows 10 that helps users in fixing BSOD errors like Storport.sys. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Read More
Fix CAS System Was Unable to Initialize in WoW
After so many years World of Warcraft is still among the most played MMORPG games in the world. It is still constantly updated with new content and tweak graphically in order to be relevant and fresh. But even the best or most popular ones can still have some minor issues and bugs from time to time. CAS System Was Unable to Initialize is the error that was reported lately by WOW players all around the globe and it happens in multiple Windows systems. In this guide, we will take with this issue and provide you with solutions on how to fix it so you can get back to enjoying the game itself.
    1. Repair WOW

      In battle.NET launcher select WOW and click on Options Click on Scan and Repair Let the process finish and then launch the game again
    2. Clean Windows registry

      Windows cleaning registry operation is a complex task and we will not cover each possible scenario here, instead of trying manually to find issues and clean registry download and install third party registry cleaner software.
    3. Run WOW with command line argument

      One of the solutions for this particular error is to run WOW with a specific command line switch: Run battle.NET client as administrator by right-clicking on it and choosing run as administrator If you are not signed in, sign in now Click on World of Warcraft to select it Click on options Click on Game settings Check the box associated with Additional command-line arguments When the box is selected you should've able to add inline argument or switch, add -uid wow_engb and confirm Run World of Warcraft
    4. Enable Secondary logon service inside Windows

      It was reported that enabling this service can fix the issue. Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type in services.msc to open services windows Locate the Secondary Logon service Right-click on Properties from the context menu Inside the properties, screen click on the general tab Change the Startup type to Automatic and hit Apply to save the changes Run World of Warcraft
    5. Delete the cache folder

      Both indices and cache folder needs to be deleted in order to reset corrupted data. Make sure that both World of Warcraft and battle.NET are fully closed For this step to work, you will need to go into the folder where you have installed the World of Warcraft game. By default this is in C:/Program Files/World of Warcraft/ but if you have used another folder go there via file explorer. Once you are inside the folder locate the indices folder and delete it After that locate and delete the cache folder as well Restart your computer and start battle.NET
    6. Remove read-only attribute from WoW folder

      Another reason for CAS System Was Unable to Initialize error is because the World of Warcraft folder has been set to read-only and since the client does not have write privileges it will throw this error. To remove the read-only attribute from the folder go to your World of Warcraft installation folder but do not enter it Right-click on it instead and choose properties Under properties uncheck the read-only box and confirm. Run World of Warcraft
Read More
Prompted For A Product Key On Windows 10 - How to Fix It

Prompted For A Product Key – What Is It?

Some Windows 7 or Windows 8/8.1 users are having a hard time upgrading to Windows 10 as they are being prompted for a product key. By default, the Windows 10 operating system does not require a product key and users should not be prompted for one, given you upgraded your computer from an activated Windows 7 or Windows 8/8.1 license or from the Windows 10 Preview build. However, there are some users encountering this problem and there are several reasons for this.

Solution

Restoro box imageError Causes

There are a few reasons why some users are being prompted for a product key when upgrading to Windows 10:

  • Windows 7 or Windows 8/8.1 license is not activated.
  • You’re upgrading to Windows 10 final release from a preview build.
  • There are broken operating system files.
  • Activation servers get overwhelmed due to the high volume of upgrades.
  • The Windows 10 copy you downloaded does not correspond with the current Windows system you are upgrading from.

Further Information and Manual Repair

Before you can fix this problem, you need to know why you’re being prompted for a product key. Some things you should know about Windows 10 product key activation are the following:

  • You cannot activate Windows 10 using your Windows 7 or Windows 8/8.1 product key. Windows 10 has a unique product key.
  • Error codes such as 0x8007232b, 0XC004E003, 0x8007007B, or 0x8007000D might pop up during system upgrade especially when the activation servers get overwhelmed with the high volume of upgrades.
  • You don’t really need to know your Windows 10 product key.

Now, if ever you’re prompted for a product key when you’re upgrading to Windows 10, you can apply the following methods:

Method One: Give It A Few Days

If you’ve been prompted for a product key upon upgrading to Windows 10, you should click on the “Do this later” option. Wait for a few days then Windows 10 will get activated automatically.

Method Two: Download A Copy of Windows 10 Corresponding Your Current System

One of the reasons Windows users are being prompted for a product key when upgrading to Windows 10 is that they have downloaded a wrong edition of Windows 10 and do not correspond with your current system.

  • Users of Home Basic, Home Premium, Windows 7 Starter, Windows 8.0 Core, and Windows 8.1 Core should download Windows 10 Home ISO.
  • Users of Windows 7 Ultimate, Windows 7 Professional, Windows 8.0 Pro, and Windows 8.1 Pro should download Windows 10 Pro ISO.

NOTE: Users of Windows 7 Enterprise, Windows 8.0 Enterprise, and Windows 8.1 Enterprise are not eligible for the free upgrade offer.

Method Three: Ensure Windows Is Activated

If your Windows 7 or Windows 8/8.1 is not genuine or activated, you will get prompted for a product key. You need to make sure first your current system is activated.

  1. Click on Start then right-click Computer. For Windows 8 and up users, you can simply press on Windows key + X then select Choose Properties.
  2. When the Properties window appears, check if the Windows you’re running is activated.

Method Three: Reset License Status

  1. Press on Windows key + X.
  2. Select Command Prompt (Admin).
  3. Once the command prompt window appears, type vbs –rearm then press Enter.
  4. Exit Command Prompt then restart your PC.
  5. Input the product key by following the instructions given.

Method Four: Force Activation

  1. Press on Windows key + X
  2. Select Command Prompt (Admin).
  3. Once the command prompt window appears, type vbs –ato then press Enter.
  4. Exit Command Prompt then restart your PC.

Method Five: Run System File Checker

Another thing you can try doing is to run the system file checker utility to scan if there are any broken operating system files. In doing so, you’ll be able to detect problems that might be preventing the product activation of your Windows 10 upgrade.

Method Six: Contact Microsoft Activation Center

If in case you’ve exhausted all your resources and you are still being prompted for a product key when upgrading to Windows 10, you can try contacting the Microsoft Activation Center for further details. Check here for the appropriate telephone numbers to contact.

Method Seven: Download An Automated Tool

If you still experience the error after doing the methods above, you might want to try a powerful and trusted automated tool to fix the job.

Read More
What to do if Remote Desktop is not working or won’t connect in Windows 10
One of the biggest annoyances in Windows 10 is that it’s upgrading from one version to another. Although these upgrades are necessary to fix some bugs or improve user experience, some of them actually bring bugs into the computers instead. And in one of the recent Windows 10 updates, a lot of issues were found especially for users who use Remote Desktop on a daily basis. The error stacks up as Windows 10 Remote Desktop Protocol client is not working or won’t connect and can’t find the computer HOSTNAME generally. Based on the reports by users who experienced this issue, there are two cases around it:
  1. Users who try to reach a specific website or folder on the network
Some users encounter this error when they try to run the Network Troubleshooter. Even when they add the server name inside it, it still won’t identify the problem, and unpredictably, the driver seems to appear and disappear every now and then. And even after connecting, the network commands don’t work at all. This is really troublesome for users who have lots of PCs and all the other systems do not appear on the network.
  1. Remote Desktop isn’t able to find the computer HOSTNAME
Some other users reported that the error appeared when they use the classic remote desktop software. It keeps on failing and throwing the error message, “Remote Desktop can’t find the computer “HOSTNAME”. If this is the same scenario you are having, it means that “HOSTNAME” does not belong to the specified network. So you need to verify the computer name and domain where you are trying to connect to. There are times when it used to work after some users tried connecting to the domain a couple of times. However, when users try to use the UWP version of Remote Desktop, it seems to connect most of the time. This kind of problem is definitely a DNS issue. It could be that there are two different records on the DNS server which is why it connects and other times it doesn’t. When it is able to resolve the correct address, the drives connect to the PC however, after a couple of minutes, they will suddenly go missing. Using “nslookup” for the hostname, multiple times, you can check this and see if you’ll get identical results all the time.
nslookup [–SubCommand …] [{ComputerToFind| [–Server]}]
If you’ve determined that the drives disappear each time, you may have to change the DNS server or ask your admin to resolve the problem for you. Alternatively, you can also check out another option that has worked for a lot of users. This second option is disabling the IPv6 on the network adapter. In case you don’t know, Windows 10 prefers IPv6 over IPv4 so if you now have issues using IPv6 to connect to the servers, you can change your computer’s settings so that it’ll only use IPv4 instead of IPv6. To do so, follow these instructions:
  • Open Settings > Network and Internet > Ethernet > Change Adapter options.
  • From there, right-click on the adapter for where you want to disable it and then select Properties.
  • Next, look for the checkbox labeled, “Internet Protocol Version 6 (TCP/IPv6)” then uncheck it.
  • Now click on OK and restart your PC to save the changes made.
Read More
How to turn off Live Photo on iPhone

Apple introduced the Live Photo feature way with iPhone 6S in their iOS9. Live Photo idea was that each time you take a photo, your phone will capture a few seconds of video along with sound and all of that is sent when you share your photo. This of course can sometimes be really bad when some not wanted audio gets recorded in the background.

live photo

Since the feature was introduced it has been set as the default option when taking pictures so each time you snap one you just capture a small amount of video and audio along. Good thing is that this feature can be turned off and the even better news is that you can edit your old photos to remove back video and audio.

How to share only photo

You can keep your Live Photos but share only a single still typical photo if you wish. Go to the photos app on your phone and select the photo you wish to share. Press the Share button on the bottom left part of the screen and once the Share menu appears tap on the Live button in the upper left corner of the selected photo. The button should turn grey and become slashed and now you can share only still photo. This is only temporary for this one specific share so next time you want to do this you will have to go through the process again.

How to disable Live Photo

If you are not happy with the previous solution and really do not want to turn off the Live feature each time you want to share a photo or you just simply do not want the feature at all there is way to turn if off for good. Take note that you can temporarily not use this feature just by opening the camera, switching to photo mode, and then tapping on the Live photo button on the toolbar that looks like three circles one inside another. This will temporarily turn the Live Photo feature for this session but next time when you open the camera by default it will be turned on again. This is a good approach if you want the feature but sometimes you just want not to use it.

In order to turn it off completely go to the settings of your phone and go to Camera and then preserve settings. inside the preserve setting turn the switch Live Photo to ON position, now go-to camera and again click on the live photo button to turn it off but this time setting will be saved and next time you open the camera it will not be ON.

Editing old Live Photos

As stated before you can edit your old pictures in order to make them stills. You can edit them to remove audio only but keep the video part, or you can completely remove everything and convert them into typical still images.

In order to only remove audio from your Live Photos go to pictures and select one that you wish to change, click on edit, and inside edit tap on the Live Photo icon (three circles). Next tap on the audio icon located in the top left corner of your screen and it will change into the mute icon. Click on done and you are finished.

To completely remove the Live photo go to Photos, select picture, click on edit and select the live photo button again. This time tap and hold the Live button next to the sound until it turns gray with a strike through it. Click on done and you are finished.

Read More
How To Fix the I/O System Error
The failure of MS Vista or XP to execute an Input or Output Signal activity is that which we refer to as an  I/O device error. This malfunction takes place when MS Vista is not able to execute activities for example reading and duplication different kinds of information from the disk or drive.

Solution

Restoro box imageError Causes

  • A piece of destroyed hardware equipment: You are getting messages informing you about the I/O device Malfunction when your Computer features an equipment apparatus that Windows is not able to utilize.
  • Broken/Faulty hardware Apparatus: If for whatever reason the equipment hardware is broken at all, or includes a flaw, you will also get such messages suggesting the existence of an I/O device error.
  • Incompatible/Broken Hardware Drivers: Such malfunctions are frequently the result of incompatible or broken equipment drivers.
  • Cable Link Problems: Technicians have determined the existence of link trouble, for instance, a cable that's in a bad situation, as another variable that can also cause these error messages.
  • Terrible/Dusty CD or DVD Disc: Yet another variable that's frequently accountable for the I/O device error is a broken CD or DVD disc. If it has not been cleaned by you, and in case the disc is dirty, prepare yourself to receive such messages often.

Further Information and Manual Repair

You should not stress yourself ill over the I/O Device Malfunction when it occurs on your own Computer. You can really fix it. First, before you spend lots of cash on the problem and sprint off to find a technician, reboot the pc. Subsequently, strive to obtain the push or disc, that you were not able to formerly. Second, clean the disc. Locate a great cleansing agent, and execute this. Utilize another pc to access the disc which you're incapable of using on the present pc. If it opens on another pc, then the disk is functional and should work on your computer as well. Let's assume that you lack another pc, search for a distinct disc, and strive to start it with your current pc. If the problem is not with the computer, the fresh disk should open and you can access the contents. If you fail completely, you're totally within your rights to move searching for a tech to repair the situation, if you attempt every one of the preceding choices. You could also do these aI/O device sections to view if you would repair the problem yourself. a) Network Cable Connections: Clearly, this is really something you can do without requiring a tech. Always check to see whether the networking and computer cables are well-connected. If you believe it's broken in case utilizing an exterior push, you could change the cable with yet another one. For inner cabling, unless you've high-level pc abilities, you shouldn't make an effort to change them. b) Attempt a Clean Boot of the PC: You can do this by yourself. Likely, the driver or software is incompatible together with the drive available on the PC. Clean boot up the pc is similar to configuring MS Windows. If the error is fixed following the preceding action, then it indicates your pc features a driver or software which is incompatible with the rest. c) Recognize the IDE Channel Attributes, and Adjust the Transfer Mode: It's feasible that you, or somebody otherwise, changed the Transfer Mode, which makes it challenging/impossible for the transport of information in the disk of your PC. If you understand the I/O Device right transfer mode, and if this occurred, just change it. Don't attempt a change or alter the Main IDE Channel. d) Check the Condition of Device: Confirming the working nature of the hardware device, which you may do under Device Manager, may inform you if it's operating right or not. e) Search the Manufacturing Company: When the rest fails, and you've likely employed a tech that can't solve the problem, you need to contact the producer, or check out their site, and see when there is an upgrade. It's possible to obtain to resolve the I/O Device Error, once for all through a simple upgrade.
Read More
Your Windows license will expire soon
If you suddenly get a message telling you that “Your Windows license will expire soon, You need to activate Windows in Settings” on your Windows 10 computer but you know that your Windows 10 is already activated. Worry not for this post will help you get rid of that error message right away. Before you get started, make sure that you have the Windows product key with you. If you don’t, you can get it by running the following command in an elevated Command Prompt:
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Take note of the product key and then proceed to the options given below.

Option 1 – Try activating Windows 10 again or use another product key

  • If you’re sure that you have the correct product key, click the Go to the Settings button.
  • After that, click the Activate button once again.
  • If you have another license key, you can also use that as well, just simply click on the Change product key.
  • Then enter the new product key and click on Activate. That should fix the problem, if it doesn’t, refer to the next option below.

Option 2 – Try to reset the licensing status

  • Click the Start button and then type “cmd” in the Search box and then tap Ctrl + Shift + Enter to open an elevated Command Prompt.
  • Next, type the “slmgr –rearm” and hit Enter to reset the licensing status.
  • Restart your computer and check if the error is now gone or not.

Option 3 – Try uninstalling the product key and re-enter it once more.

  • The first thing you have to do to uninstall the product key is to know the Activation ID of your Windows installation. To do so, open an elevated Command Prompt and type this command, and hit Enter – vbs /dlv
  • After you enter the command, you should see the licensing status and Activation ID. And to get all the Activation IDs of all the installed Windows versions, key in this command and hit Enter – vbs /dlv all
Note: The “/dlv” parameter will give you the license information for the installed operating system.
  • After you enter the second command, you should see a Windows Script Host window with all the Windows licensing and activation status. Take note of the Activation ID.
  • Next, in the same elevated Command Prompt, type this command – slmgr /upk <Activation ID>
Note: In the third given command, “/upk” stands for “uninstall product key”. This parameter uninstalls the product key of the current Windows edition.
  • Restart your PC. After that, your computer will be in an unlicensed state so you need to re-enter the product key again.

Option 4 – Try rebuilding the Tokens.dat file.

The issue might be caused by a corrupted Tokens.dat file. The Tokens.dat file is a digitally signed file that stores most of the Windows Activation files so if it is corrupted then no wonder you’re having activation issues. To rebuild the Tokens.dat file, refer to these steps:
  • From the WinX Menu, open an elevated Command Prompt.
  • After opening Command Prompt, you need to type each one of the following commands and after you type each command, hit Enter.
    • net stop sppsvc
    • cd %windir%ServiceProfilesLocalServiceAppDataLocalMicrosoftWSLicense
    • ren tokens.dat tokens.bar
    • net start sppsvc
    • exe %windir%system32slmgr.vbs /rilc
  • Now restart your computer.

Option 5 – Try running the Windows 10 Activation Troubleshooter

  • Go to Settings and then select Activation.
  • After that, click on the Windows Activation and then troubleshoot. This will help you address most of the commonly found activation issues in Windows devices.

Option 6 – Try activating Windows 10 via mobile phone

Activating Windows 10 can also be done using your phone. Just note that you have to call Microsoft to do so.
  • In the Start Search box, type in “Slui 4” and tap Enter.
  • Next, select your country and click on Next.
  • Keep the window open and call the toll-free number of the country you’re from.
  • Afterward, a confirmation ID should be given by the automated system which you must take a note of.
  • Finally, in the box on the window, type in the confirmation ID and click on the Activate button. That should do it.
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