Logo

CHKDSK cannot continue in read-only mode

As you know, the CHKDSK utility is proven to be one of the useful tools to fix any issues that concerns file system, storage, and disk. However, as useful as it may be, it is still not immune to issues as you could encounter errors when running it. One of these errors is the “One such error is the CHKDSK cannot continue in read-only mode” error. If you receive such an error message while running CHKDSK, then you’ve come to the right place as this post will help you sort the problem out.

It is possible that the drive is read-only or that the Write Protection is enabled. It could also be that the drive is already being used and scanned by a different program or utility. To get rid of this error, there are a couple of suggestions you need to check out. You can try to run the CHKDSK utility from Recovery or run it on Boot. You could also try to disable Write Protection. For more detailed steps, follow the given instructions below.

Option 1 – Try to run the CHKDSK utility from Recovery

The first thing you can do to resolve the error in CHKDSK is to run the CHKDSK utility from Recovery. How? Follow these steps:

  • First, boot into the installation environment for Windows 10 from a Windows installation media.
  • Next, click on the “Repair your computer” option.
  • After that, select Troubleshoot > Advanced options > Command Prompt.
  • After opening Command Prompt, type this command and tap Enter: chkdsk <Partition Letter>: /r /f
  • Wait until the disk error checking process is completed.
  • Once it’s done, exit the Command Prompt window and restart your computer and then see if the error is fixed.

Option 2 – Try running the CHKDSK utility on Boot

On the other hand, you can also try to run the CHKDSK utility on Boot so you can fix the error and recover any damaged segments of the drive.

  • Open an elevated Command Prompt and enter this command: chkdsk /r
  • After that, you will a message that says, “Chkdsk cannot run because the volume is in use by another process. Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)”
  • Type Y and tap Enter to schedule a CHKDSK scan once your computer reboots next time.

Option 3 – Try to remove the Write Protection from the drive

As mentioned, removing the Write-Protection on the concerned drive could also help you fix the problem and there are two ways to get rid of the write protection – you can either use the Diskpart utility or the Registry Editor. How? Refer to the following steps.

Via Diskpart utility:

  • Open Command Prompt with admin privileges and then type the “diskpart” command and tap Enter to execute it.
  • Next, type “list disk” and tap Enter to get the list of all the Disk connects or all the partitions that are formed on those disks.
  • After that, you need to choose one command depending on the list of commands you entered. Type “select disk #” and tap Enter to select the disk or partition you want to select.
  • Then type “attribute disk clear readonly” and tap Enter to Disable the Write Protection on the selected disk or partition.

Via Registry Editor:

  • Tap the Win + R keys to open the Run utility and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to the following registry key:

ComputerHKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlStorageDevicePolicies

  • After that, look for the DWORD named “WriteProtect” and double click on it, and then set its Value Data to “0”.
  • Now restart your computer and see if the problem is now fixed or not.

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

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.
Read More
Motitags Browser Hijacker Removal Guide

The Motitags toolbar browser add-on was created by Mindspark Inc. and is compatible with Internet Explorer and Mozilla Firefox. It claims to enhance users’ Internet browsing experience by enabling smileys within popular email clients such as Gmail, Yahoo!, AOL, and Outlook Live. While such added functionality may seem useful, Internet users should be aware that this browser plugin is categorized as a Browser Hijacker due to its behavior.

When installed this extension changes your default search engine, the home page, and new tab to MyWay.com, and while installed it gathers user browsing data and sends it back to Mindspark servers. This data is later used to inject additional unwanted ads into the user’s browser search results.

About Browser Hijackers

Browser hijacking is actually a type of unwanted software program, often a web browser add-on or extension, which then causes modifications in the web browser’s settings. Browser hijacker malware is developed for a number of reasons. These are generally used to force hits to a specific website, manipulating web traffic to generate ad revenue. It could seem harmless, but the majority of these websites aren’t legitimate and could pose a serious threat to your online safety. In a much worst case, your internet browser could be hi-jacked to open up your computer to a host of additional computer infections.

How one can identify a browser hijack

There are several signs of browser hijacking. Here are a few of them: the home page of your browser is changed unexpectedly; you get re-directed to websites you never intended to visit; the essential web browser settings are altered and unwanted or unsafe resources are added to the trusted websites list; discover new toolbars that you didn’t add; endless pop-up adverts show up and/or your web browser popup blocker is disabled; your browser gets sluggish, buggy, crashes frequently; you can’t navigate to certain internet pages, for example, security software related websites.

So how does a browser hijacker infect a computer?

Browser hijackers infect computers via malicious email attachments, downloaded infected files, or by going to infected sites. Many internet browser hijackings come from add-on software, i.e., toolbars, browser helper objects (BHO), or plug-ins added to browsers to provide them extra capabilities. Browser hijackers sneak into your pc in addition to free software application downloads that you unwittingly install along with the original. An example of some infamous browser hijacker includes Babylon, Anyprotect, Conduit, SweetPage, DefaultTab, RocketTab, and Delta Search, but the names are often changing. Browser hijacking can bring about severe privacy problems and also identity theft, affect your browsing experience by taking control over outgoing traffic, drastically slows down your PC by consuming lots of resources, and result in system instability also.

Getting rid of browser hijackers

Some browser hijacking could be easily stopped by discovering and eliminating the corresponding malware program through your control panel. But, most browser hijackers are difficult to eliminate manually. No matter how much you try to eliminate it, it can return over and over. Rookie PC users should not try for the manual form of removal, since it needs thorough computer knowledge to perform fixes on the system registry and HOSTS file. Professionals always recommend users to remove any malware including browser hijacker with an automatic removal tool, which is easier, safer, and quicker than the manual removal technique. Safebytes Anti-Malware has a state-of-the-art anti-malware engine that will help you stop browser hijacking in the first place, and clean up any existing issues.

What To Do If You Cannot Download Safebytes Anti-Malware?

Malware could potentially cause all sorts of damage once they invade your computer, starting from stealing your private details to erasing data files on your computer system. Some malware sits in between your computer and your internet connection and blocks some or all sites that you would like to visit. It might also prevent you from installing anything on your PC, particularly anti-virus programs. If you’re reading this, you probably have infected by malware that prevents you from downloading a computer security program such as Safebytes Antimalware on your PC. There are a few options you could try to get around with this particular obstacle.

Install in Safe Mode

If the malware is set to load automatically when Windows starts, entering Safe Mode could block this attempt. Only minimal required programs and services are loaded whenever you start your personal computer in Safe Mode. To start your Windows XP, Vista, or 7 computers in Safe Mode with Networking, please do as instructed below. 1) At power on/start-up, press the F8 key in 1-second intervals. This would conjure up the Advanced Boot Options menu. 2) Choose Safe Mode with Networking with arrow keys and press Enter. 3) When you are into this mode, you will have online access again. Now, get the virus removal application you want by using the web browser. To install the program, follow the directions within the setup wizard. 4) Right after the software is installed, allow the scan run to eliminate viruses and other threats automatically.

Use an alternate web browser to download security software

Malicious code could exploit vulnerabilities on a particular internet browser and block access to all anti-virus software sites. The most effective way to avoid this issue is to choose a web browser that is renowned for its security features. Firefox contains built-in Malware and Phishing Protection to keep you safe online.

Install security software on a USB drive

To effectively eliminate the malware, you need to approach the problem of installing an anti-virus software program on the infected PC from a different angle. Follow these steps to run the antivirus on the affected computer. 1) Download Safebytes Anti-Malware or Microsoft Windows Defender Offline onto a virus-free computer system. 2) Plug the pen drive into the uninfected computer. 3) Double click on the downloaded file to open the installation wizard. 4) Choose the USB stick as the destination for saving the software file. Follow the instructions on the screen to finish up the installation process. 5) Disconnect the flash drive. You may now use this portable anti-malware on the infected computer. 6) Double-click the anti-malware program EXE file on the USB flash drive. 7) Run Full System Scan to detect and get rid of all sorts of malware.

Benefits and Features of SafeBytes Security Suite

To protect your laptop or computer from many different internet-based threats, it is very important to install an anti-malware program on your PC. However, with so many anti-malware companies in the marketplace, nowadays it’s difficult to decide which one you should obtain for your laptop. A few are very good ones, some are ok types, and some are simply just fake anti-malware applications that could damage your computer themselves! When looking for an anti-malware program, pick one which gives reliable, efficient, and total protection against all known viruses and malware. One of the highly recommended software by industry analysts is SafeBytes Anti-Malware, a popular security application for Microsoft Windows. Safebytes is one of the well-established computer solutions companies, which provide this complete anti-malware software. Using its cutting-edge technology, this application can assist you to eliminate multiples types of malware such as viruses, PUPs, trojans, worms, ransomware, adware, and browser hijackers.

SafeBytes possesses a variety of wonderful features that can help you protect your laptop or computer from malware attack and damage. Below are some typical features found in this application:

World-class AntiMalware Protection: Built upon a greatly acclaimed anti-virus engine, this malware removal application can find and remove numerous stubborn malware threats like browser hijackers, PUPs, and ransomware that other typical anti-virus applications will miss. Real-time Threat Response: SafeBytes gives complete and real-time security for your computer. They’re extremely effective in screening and getting rid of numerous threats since they’re regularly improved with the latest updates and alerts. “Fast Scan” Features: Safebytes Anti-Malware, using its enhanced scanning engine, provides ultra-fast scanning which can quickly target any active online threat. Website Filtering: Through its unique safety ranking, SafeBytes notifies you whether a site is safe or not to visit it. This will ensure that you’re always certain of your online safety when browsing the internet. Light-weight: The program is lightweight and can run silently in the background, and will not have an effect on your PC efficiency. 24/7 Premium Support: SafeBytes provides you with 24/7 technical support, automatic maintenance, and software upgrades for the best user experience. Simply put, SafeBytes has developed a meaningful anti-malware solution that is aimed to protect you against various malware. Malware issues can become a thing of the past when you put this tool to use. So if you’re seeking the very best malware removal application out there, and when you don’t mind shelling out a few bucks for it, go for SafeBytes Anti-Malware.

Technical Details and Manual Removal (Advanced Users)

If you wish to manually remove Motitags without using an automated tool, it may be possible to do so by removing the application from the Windows Add/Remove Programs menu, or in cases of browser extensions, going to the browsers AddOn/Extension manager and removing it. Additionally, it is advised to factory reset your web browser to its default state to fix corrupt settings. Finally, check your hard drive for all of the following and clean your computer registry manually to get rid of leftover application entries after uninstalls. Please remember that only advanced users should try to manually edit the system files simply because removing any single vital registry entry leads to a serious issue or even a PC crash. Moreover, certain malicious programs have the capability to defend against its removal. Carrying out this in Safe Mode is recommended.
Folders: C:\Program Files\Motitags_94 C:\Program Files\Motitags_94EI C:\Users\(username)\AppData\Local\Motitags_94 C:\Users\(username)\AppData\LocalLow\Motitags_94 C:\Users\(username)\AppData\LocalLow\Motitags_94EI C:\Users\(username)\AppData\Roaming\Mozilla\Firefox\Profiles\g75s8p2u.default\extensionsffxtbr-bs@Motitags_94.com C:\Users\(username)\AppData\Roaming\Mozilla\Firefox\Profiles\g75s8p2u.default\extensionsffxtbr@Motitags_94.com C:\Users\(username)\AppData\Roaming\Mozilla\Firefox\Profiles\g75s8p2u.default\Motitags_94 Files: Search and Delete: 94auxstb.dll 94auxstb64.dll 94bar.dll 94barsvc.exe 94bprtct.dll 94brmon.exe 94brmon64.exe 94brstub.dll 94brstub64.dll 94datact.dll 94dlghk.dll 94dlghk64.dll 94feedmg.dll 94highin.exe 94hkstub.dll 94htmlmu.dll 94httpct.dll 94idle.dll 94ieovr.dll 94medint.exe 94mlbtn.dll 94Plugin.dll 94radio.dll 94regfft.dll 94reghk.dll 94regiet.dll 94script.dll 94skin.dll 94skplay.exe 94SrcAs.dll 94SrchMn.exe 94srchmr.dll 94tpinst.dll AppIntegrator64.exe AppIntegratorStub64.dll BOOTSTRAP.JS chromeffxtbr.jar CHROME.MANIFEST CREXT.DLL CrExtP94.exe DPNMNGR.DLL EXEMANAGER.DLL FF-NativeMessagingDispatcher.dll Hpg64.dll INSTALL.RDF installKeys.js LOGO.BMP NP94Stub.dll T8EPMSUP.DLL T8EXTEX.DLL T8EXTPEX.DLL T8HTML.DLL T8RES.DLL T8TICKER.DLL UNIFIEDLOGGING.DLL VERIFY.DLL 94EIPlug.dll 94EZSETP.dll NP94EISb.dll Registry: Key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Value: Motitags_94 Browser Plugin Loader Data: 94brmon.exe Key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Value: Motitags Search Scope Monitor Data: C:\PROGRA~1\MOTITA~2\bar.binsrchmn.exe” /m=2 /w /h Key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Value: Motitags Home Page Guard 32 bit Data: C:\PROGRA~1\MOTITA~2\bar.bin\AppIntegrator.exe Key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Value: Motitags EPM Support Data: C:\PROGRA~1\MOTITA~2\bar.binmedint.exe” T8EPMSUP.DLL,S Key HKCU\Software\AppDataLow\Software\Motitags_94 Key HKLM\SOFTWARE\Motitags_94 Key HKLM\SOFTWARE\MozillaPlugins\@Motitags_94.com/Plugin Key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Motitags_94bar Uninstall Firefox Key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\6df8a038-1b03-41eb-a92b-0e82de08ee4a Key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\598f4e85-2ee6-43a8-bf43-c75c82b925fe Key HKLM\SOFTWARE\Classes\Motitags_94.ToolbarProtector.1 Key HKLM\SOFTWARE\Classes\Motitags_94.ToolbarProtector Key HKLM\SOFTWARE\Classes\Motitags_94.ThirdPartyInstaller.1 Key HKLM\SOFTWARE\Classes\Motitags_94.ThirdPartyInstaller Key HKLM\SOFTWARE\Classes\Motitags_94.SettingsPlugin.1 Key HKLM\SOFTWARE\Classes\Motitags_94.SettingsPlugin Key HKLM\SOFTWARE\Classes\Motitags_94.ScriptButton.1 Key HKLM\SOFTWARE\Classes\Motitags_94.ScriptButton Key HKLM\SOFTWARE\Classes\Motitags_94.RadioSettings.1 Key HKLM\SOFTWARE\Classes\Motitags_94.RadioSettings Key HKLM\SOFTWARE\Classes\Motitags_94.Radio.1 Key HKLM\SOFTWARE\Classes\Motitags_94.Radio Key HKLM\SOFTWARE\Classes\Motitags_94.PseudoTransparentPlugin.1 Key HKLM\SOFTWARE\Classes\Motitags_94.PseudoTransparentPlugin Key HKLM\SOFTWARE\Classes\Motitags_94.MultipleButton.1 Key HKLM\SOFTWARE\Classes\Motitags_94.MultipleButton Key HKLM\SOFTWARE\Classes\Motitags_94.HTMLPanel.1 Key HKLM\SOFTWARE\Classes\Motitags_94.HTMLPanel Key HKLM\SOFTWARE\Classes\Motitags_94.HTMLMenu.1 Key HKLM\SOFTWARE\Classes\Motitags_94.HTMLMenu Key HKLM\SOFTWARE\Classes\Motitags_94.FeedManager.1 Key HKLM\SOFTWARE\Classes\Motitags_94.FeedManager
Read More
NVIDIA Control Panel is not opening
Users who constantly use graphic-intensive applications like games or any video-rendering software need to control how their graphics card is used. There are some who always toggle their Graphic Quality settings to get the Frames Per Second or FPS up. While some tend to adjust the size, orientation, scaling, and other display settings in order to use their PCs in a more efficient way or to simply work better. And in all of that, that’s where the NVIDIA Graphics Card comes into the picture. Take note that this software only works on PCs which has NVIDIA Graphics Card attached to them. Thus, if you use another Graphics Card then this post is not for you, otherwise, proceed reading to know what you can do if the NVIDIA Control Panel is not opening on your Windows 10 PC. Here are a couple of things you can try if the NVIDIA Control Panel is not opening, not responding, or not working:
  • Restart the process of the NVIDIA Control Panel
  • Restart the NVIDIA Display Driver Service
  • Update your NVIDIA Display Drivers
For more details, refer to the instructions provided below.

Option 1: Restart the process of the NVIDIA Control Panel.

  • Tap the Ctrl + Shift + Esc keys to open the Task Manager.
  • After opening the Task Manager, look for the process named NVIDIA Control Panel Application.
  • Once you found it, expand it and right-click on the NVIDIA Control Panel sub-process, and click on End Task.
  • Now try opening the NVIDIA Control Panel from the Start Menu and see if it now works fine or not.

Option 2: Restart the NVIDIA Display Driver Service

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • After opening the Services window, you will see a list of services. From there, look for services named “NVIDIA Display Container LS” and double click on it to open its Properties.
  • Now make sure that the service is Started. If it isn’t, you need to start it, otherwise, you need to Stop it and Start It again. You also have to make sure that the Startup Type is set to Automatic.
  • Do the same for the NVIDIA LocalSystem Container service.
  • Restart your computer and check if the problem’s fixed.

Option 3: Try updating the drivers from the official site of NVIDIA

If both the first and second given options didn’t work, you can also try updating the drivers from the official NVIDIA website. And in case you don’t know the type of Nvidia graphics card that your computer is on, follow the steps below:
  • Tap the Win + R keys to open the Run dialog box.
  • Next type in “dxdiag” in the field and click OK or hit Enter to open the DirectX Diagnostic Tool.
  • From there, you can see what type of Nvidia graphics card that your system is on.
  • Take note of your graphics card information and then look for the best drivers for your operating system. Once you’ve downloaded and installed the file, restart your PC.
Read More
Fix An internal error has occurred 0x80070716
If you see the following error message in the File History tab of the File Recovery utility of the Windows Backup module in your Windows 10 computer, read on as this post will guide you in fixing it with the help of two potential fixes.
“An internal error has occurred: The specified resource name cannot be found in the image file. (0x90070716).”
You can also encounter this error when you run the System Image Backup function. As mentioned, you can resolve this error using two potential fixes namely checking the status of the Windows Backup Service and checking the settings in the Windows Registry. For more details, refer to the instructions provided below but before you proceed, it would be better if you create a System Restore point first.

Option 1 – Try checking the status of the Windows Backup Service

  • First, you need to tap the Win + R keys on your keyboard to open the Run dialog box.
  • Next, type “services.msc” in the field and click OK or tap Enter to open the Windows Services Manager.
  • After that, you will see a list of services and from there, look for the Windows Backup Service and double click on it to open its Properties.
  • Then check if its Startup type is set to Disabled. If it is, then change it to “Manual”. Note that this service is essential as it provides backup and restores capabilities.
  • Now click on the Apply and OK buttons to save the changes made and then restart your computer. Check if the error is now gone.

Option 2 – Try checking the Registry setting of Windows Backup

  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and tap Enter to open the Registry Editor.
  • After opening the Registry Editor, navigate to this registry key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsBackup
  • From there, look for DWORDs named “ValidConfig” and “ValidSystemImageBackup” located in the right-side panel.
  • Once you found them, delete them or set both of their values to “0” and make sure that the base is Hexadecimal and click OK.
  • Now exit the Registry Editor and restart your computer to apply the changes made.
Read More
How to Fix Error Code 0xc004f210 in Windows 10

Error Code 0xc004f210 – What is it?

Error code 0xc004f210 is one of the many activation errors that affect Windows 10 users. Users will be able to identify error code 0xc004f210 because of the following common symptoms which occur:

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

Solution

Restoro box imageError Causes

Error code 0xc004f210 usually occurs due to issues related to one’s product key or digital entitlement. Both the product key and digital entitlement are used by Microsoft to enable customers to activate the version of Microsoft that they have legitimate access to. If you enter the wrong product key or if you upgrade to Windows 10 but the current version of Windows to which you are attempting an activation does not match the edition of your digital entitlement, error code 0xc004f210 may occur. To correct this issue, you will need to implement one or more manual repair procedures. This will depend on the problem that caused the error to occur in the first place.

Further Information and Manual Repair

The methods below are simple procedures that Windows users lacking technical knowledge will be able to successfully complete. However, do contact a Windows repair technician if you have difficulty completing the manual repair methods listed below, or if the problem persists after completing these steps.

Method One: Enter Valid Product Key

In order to successfully activate your Windows 10 operating system and resolve error code 0xc004f210, you will need to enter a valid product key. Ensure you enter the 25-character code in the order it is given as making a simple mistake while typing the product key can lead to the reoccurrence of the error code. Follow the instructions below to enter the product key.

  • Step one: Click the Start button then select Settings
  • Step two: Select Update & security then Activation
  • Step three: Click the Change product key
  • Step four: Type in your valid product key with its 25 characters in the correct order

You should be able to successfully activate Windows 10 once you complete the process. However, move to the next manual method suggested below if the problem persists as error code 0xc004f210 could be due to an issue with your digital entitlement.

Method Two: Reinstall Windows 10 Edition that Matches Your Digital Entitlement

Digital entitlement, a new form of activation that doesn’t require the use of a product key, could be the real reason you are experiencing error code 0xc004f210 on your device. To combat any issues related to your digital entitlement, ensure the version of Windows 10 installed on your system matches your digital entitlement. This will require that you reinstall your operating system as well. After reinstalling Windows 10, follow the steps below to complete the process.

  • Step one: Click the Start button then select Settings
  • Step two: After selecting Settings, click Update & Security
  • Step three: Select Windows Update then the Check for updates tab
  • Step four: Activate Windows 10 update

If this method is successful, you will no longer see the error code 0xc004f210 pop up on your screen. However, contact a Windows repair technician to evaluate your system if the issue persists.

Method Three: Use an Automated Tool

This method involves the use of a powerful automated tool. But why is this important you might ask? A third-party tool is often the best solution when all manual repair efforts fail. Automated tools come equipped to tackle the most serious PC problems including error codes which can cause frustration and result in reduces PC performance.

Read More
Fix SearchUI.exe errors inside your Windows
The SearchUI.exe file is the one that manages the search feature of Cortana. However, a number of users have recently reported that this feature stops responding within minutes of booting their Windows 10 computer. This kind of problem could be caused by missing system files or some issues with the Cortana program itself. And so if the SearchUI.exe file is not responding, then you wouldn’t be able to use the search feature of Cortana. But worry not for this post will walk you through fixing this problem. Before you troubleshoot the problem, you can try to restart your computer and see if it helps, if it doesn’t, then proceed to the given options below.

Option 1 – Try to run the Search and Indexing troubleshooter

You might also want to run the Search and Indexing troubleshooter in Windows 10 as it checks whether the settings for Cortana are in place and automatically corrects any issues if the update or software installation has changed the settings. To run it just click on the Start button and select Settings > Updates and Security > Troubleshoot. From there, select the Search and Indexing Troubleshooter.

Option 2 – Restart Cortana’s process in the Task Manager

Restarting Cortana’s process in the Task Manager could also help you resolve the problem. Refer to the steps given below to do so.
  • Tap the Ctrl + Alt + Del keys to open the Security options window.
  • From there, look for the Task Manager in the given list and open it.
  • Next, look for the process of Cortana and right-click on it, and then select the End Task option to end its process.
  • After that, the Cortana process will restart by itself and re-initialize.

Option 3 – Try resetting Cortana

  • Open Cortana and go to the Settings section where you’ll see the “Turning off Cortana clears what Cortana knows on this device, but won’t delete anything from the Notebook. After Cortana is off, you can decide what you’d like to do with anything still stored in the cloud” option. Turn this option off.
  • Restart your PC.
  • After your computer boots, launch Cortana again and check.

Option 4 – Try running the DISM tool

You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Windows Upgrade problem. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 5 – Try to reinstall Cortana

If none of the options given above works, you must consider reinstalling Cortana.
  • First, right-click on the Start button and click on the Windows Powershell (Admin) option from the list.
  • Next, type the following command and hit Enter to execute it:
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  • Restart your computer and check if Cortana is now able to connect.

Option 6 – Try troubleshooting the problem in a Clean Boot State

There are instances that some conflicting programs installed in your computer might be the one that’s causing some issues with Cortana or causing the SearchUI.exe process to stop. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • 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 the “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.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Read More
Protestware, what it is, and why it is a bad thing

The author of the famous software library mode-ipc that gets over a million downloads per week found that it has some questionable code inside. The code itself behaves like this: if it finds out that your location is within Russia or Belarus it will try to replace the contents of all files on the computer with a heart emoji.

One important thing is that we here are not supporting the current Ukrainian situation and are against any type of violence or war but we also do not support this kind of behavior as well. If we look at this only from a technical perspective, we would then classify the mode-ipc library as malware and a harmful piece of code no matter the motivation behind it.

code block

So this so-called protestware is well basically malware, but not always, it will protest when certain conditions are met. The issue with this is that companies and users should not be placed under harm if they do not share the personal view of the code author. Imagine if, for example, I would publish code to delete all pictures from your computer if my code found out that you do not like metal music. I guess you not liking metal music and war in Ukraine are two very different things but the source is the same, unreliable code that invades your privacy in order to serve one purpose, punishment for disagreeing with my personal views and that should not be allowed.

Not all protestware are equal, some will not harm your computer on purpose, they will just annoy you with some messages like viruses did in their infancy stages, others might place some developer sanctions but no matter the outcome basic principle is the same, it does something without user consent and without informing the user that something like that might happen.

On the internet, many blog posts and discussions were open about this issue and its morality. Discussion is still active with different takes on the situation and how to prevent it. Our take on this matter is that professional developers should have standards and not submit to doing harm for the sake of personal views and feelings.

In the long run, this kind of behavior and practice can only harm developers involved in this kind of entanglement. Infected libraries will in time stop being used since people would not trust them and authors will have a stain on their name as impulsive or not trustworthy.

Read More
Changing the Ownership of a File or Folder
There are many times when you have to change the ownership of a folder or a file so that other users can use them as well or if you want to transfer files to them, or an old account has been removed and all the files need to be assigned to a new user. Windows 10 keeps all these files locked under the account by default which created a folder or file. So unless a user is an admin or if the file belongs to that particular user, other users won’t be able to access or edit the file. So if you want to change the ownership of a folder or a file, then you’ve come to the right place as this post will guide you on how exactly you can do that.

To get started, make sure to follow the instructions provided below carefully.

Step 1: First, you need to open File Explorer by tapping the Win + E keys. Once you’ve opened it, navigate to the folder or file that you want to change the ownership. Step 2: Right-click on the folder or file and click on Properties and then go to the Security tab. Step 3: From there, click on the Advanced button located at the bottom right part of the window to open the Advanced Security Settings of the folder or file. Step 4: As you can see, the current owner will be listed with the Change link available next to the “Owner” label. Now click on this link to open the Select User or Group window. Step 5: After that, click on the Advanced button once again and click on the “Find Now” button to see the list of all the users as well as groups that are available in the computer. Step 6: Then select the user you want to give ownership to and click on the OK button and then click the OK button once more to save the changes made. Step 7: This will take you back to the Advanced Security Settings window but this time, the owner will be changed to whoever user you’ve selected. But you’re not done yet as you still have to check two additional options to help you completely transfer the ownership of the sub-folders as well as the files. You have to check the checkbox of the following options:
  • Replace owner on sub-containers and objects
  • Replace all child permission entries with inheritable permission entries from the object.
Step 8: After that, you need to click the Apply and OK buttons to confirm and save the changes made. This will completely transfer the ownership of the file. However, there is still one last thing you have to do – you have to go back to the Advanced Security Settings window to remove the access of any other user on the folder or file. Once you’re there, remove the existing user to make sure that the only assigned user has the access to the folder or file.
Read More
Fixing Your Firefox profile cannot be loaded
Caching is used to enhance the performance of applications in Windows and other operating systems. It helps applications to load faster but there are times when the cache can get damaged or corrupted and as a result, you might encounter some issues. One of them is in the Firefox browser where the “Your Firefox profile cannot be loaded, It may be missing or inaccessible” error message may appear. You could also encounter this kind of error when Firefox is unable to access or find the profile folder. In case you don’t know what the profile folder is, it is where Firefox stores your user data and settings by default. Firefox pulls information from this folder each time you choose to open it. You can find this default Firefox profile folder under the %APPDATA%MozillaFirefoxProfiles folder. If you experience issues when trying to access the Profile Manager, you have the option to create a new default Firefox profile folder. This will fix the “Your Firefox profile cannot be loaded, It may be missing or inaccessible” error. How? Simply follow the given steps below. Step 1: Tap the Win key or click the Windows Start button to open the Start menu. Step 2: Next, type “%appdata%” in the field and hit Enter to open the hidden AppDataRoaming folder. Step 3: Now double click the Mozilla folder as well as the Firefox folder. Step 4: From there, look for the “profiles.ini” file and delete it. Make sure that you don’t delete the Profiles folder which should have the icon of a file folder. Note: Keep in mind that the .ini file extension is identified as the file that features a gear icon beside the “Configuration settings” or “Application settings”. Step 5: Once you open Firefox, a new profile will be created. On the other hand, if you know where your profile exists, you can try the following steps below to help Firefox locate it.
  • First, you need to move the profile folder back to its original location.
  • Next, restore the profile folder’s original name if you have modified it.
  • Then create a new profile using the Profile Manager and give it an appropriate name.
  • Now click on the Choose Folder button and select the profile folder you have moved or renamed before you exit the Create a new profile wizard.
Read More
Disable Taskbar on the second display
If you have a dual monitor setup on your Windows 10 computer and you mostly use the second screen when you are presenting something, this makes the Taskbar completely unnecessary and is not really required. So if you are using your computer generally and do not want the taskbar on your second screen, read on as this post will guide you in disabling Taskbar on your second display. The good thing is, Windows comes with a built-in feature to disable Taskbar on your second screen or projector connected to your computer. In this post, you will be guided on how you can hide or disable the Taskbar from the second monitor in Windows 10. This post is coming in handy especially if you are using projectors or multiple displays. Refer to the steps given below to disable Taskbar on the second display in Windows 10. Step 1: Go to Settings and click on Taskbar from the left menu. Step 2: After that, scroll down to lo look for Multiple Displays. Step 3: Next, turn off the toggle labeled, “Show taskbar on all displays”. Note: After completing the steps given above, it will disable the Taskbar on all the secondary displays. Bear in mind that these settings will work only if you are running a second screen in Extended mode. Contrariwise, if you are in the Duplicate mode, this setting will not work but you can always set your Taskbar to Autohide so that it won’t be displayed.

On the other hand, if you are facing some issues in finding which screen is primary and which one is secondary, refer to these steps:

Step 1: Go to Settings and select System. Step 2: Next, from the left menu open Display. Step 3: From there, select the desired display and make it the primary one as required by your setup.
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