Logo

Fix Office Activation error 0x80070426

In case you don’t know, Microsoft Office uses a separate mechanism than the Windows operating system for specific purposes such as Updates and Activation which brings in the content dependencies of this mechanism on different services and processes. Thus, in such cases, you could encounter errors like the error code 0x80070426. When you get this error, you will see the following error message on your screen:

“An unexpected error has occurred. Your request cannot be processed at this time. Please try again later. (0x80070426)”

This kind of error is caused by various supporting processes and services that are not working or are not being triggered as they were supposed to. If you are currently facing this issue, worry not for this post will guide you in fixing it. There are two potential fixes you can try – you can either check the responsible services or manually run the Activation Script. For more details refer to the given options below.

Option 1 – Try checking the responsible Services

  • In the Start search, type “services.msc” in the field and tap Enter or click OK to open the Windows Services Manager.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed to the Windows Services Manager utility window.
  • After that, look for the “Software Licensing Service” service entry from the given list of services inside the window.
  • Then right-click on it and select Properties and from there, make sure that its Startup Type is set to Automatic.
  • Once done, click on the Start button to start the service and then exit the Services Manager.
  • Next, tap the Win + R keys to open the Run utility and then type “cmd” in the field and tap Enter to open an elevated Command Prompt.
  • After that, type and enter each command below one after the other.
    • net start slsvc
    • sc qc slsvc
    • sc queryex slsvc
    • sc qprivs slsvc
    • sc qsidtype slsvc
    • sc sdshow slsvc
  • Now check if the problem is fixed or not.

Option 2 – Try to manually run the Activation Script

  • In the Start search, type “cmd” and right-click on Command Prompt from the given search results and then select the “Run as administrator” option to open Command Prompt with admin privileges.
  • Next, navigate to the following location inside the Command Prompt command-line utility if you are using Office 16.
    • x86: C:/Program Files (x86)/Microsoft Office/Office16
    • x64: C:/Program Files/Microsoft Office/Office16
  • On the other hand, if you are using an older version, go to the following location instead.
    • x86: C:/Program Files (x86)/Microsoft Office/OfficeXX
    • x64: C:/Program Files/Microsoft Office/OfficeXX
  • Once you’re in the location, type the following command to run the Activation Script and then tap Enter.

cscript ospp.vbs/act

  • The command you just entered will activate your copy of Microsoft Office.

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

Enable or Disable the Reserved Storage
A lot of users complain about low storage space each time a Windows Feature update is released as well as to complain about not being able to download the updates, slow update experience, and many other complaints. The main issue is that many users do not have enough storage space available on their PCs. And now to make sure that none of the updates gets stuck because of low storage space, Microsoft presented the Reserved Storage feature which comes preinstalled with v1903 or those where v1903 was clean installed. This guide will be showing you how you can enable or disable the Reserved Storage in your Windows 10 computer. As you know, the Windows Update process should have enough space so that it can download, extract and apply the update on the computer. Usually, the size of the Reserved Storage is around 7GB which gives enough space for the update, temporary files, system caches, apps, and many more. And according to Microsoft, the size of the Reserved Storage space will vary from time to time and will depend on how you use your computer.

Explanation

The Reserved Storage space feature is enabled by default on devices that come preinstalled with the May 2019 update or after performing a clean installation of the Windows 10 OS. To check if your computer has this feature, you need to go to Settings > System > Storage and from there click on the “Show more categories” link and then click on the “System & reserved” option. However, if you can’t find the Reserved Storage from the list, then it’s probably because your computer has limited space on the hard disk or it is not a fresh or new install. On the other hand, if you have this feature but have no use for it and want to disable it instead, then read on as this post will also show you how it’s done.

Solution

Keep in mind that when you disable the Reserved Storage feature, chances are, you might be unable to enable it back so you need to make sure that it’s really what you want to do before you disable it permanently. So if you really want to disable Reserved Storage, you can do so using the Registry Editor. Before you proceed, you have to create a System Restore point first and then carry out the following steps.
  • Tap the Win + R keys to launch the Run utility and type “Regedit” in the field and then tap Enter to open the Registry Editor.
  • Next, navigate to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionReserveManager
  • From there, double click on the DWORD named “ShippedWithReserves” and set its value to “1”.
  • Once you’re done, restart your computer and see if the Reserved Storage feature is now gone.
On the other hand, if you want to reduce the Reserved Storage space, there are two ways you can do that. First, you can go to Settings > Apps > Apps & features > Manage optional features and from there, uninstall the optional features that you do not use. The second one is you have to go to Settings > Time & Language > Language and then uninstall the languages and their add-on which you don’t use. Note: The Reserved Storage feature is also used by system processes and apps to create temporary files and once the Reserved Storage space fills up, Windows 10 will delete them automatically. It is undeniable a useful feature so disabling it is not recommended but if you are running on low storage space and don’t have much choice, then you may disable it at your own risk.
Read More
Attempt was made to reference a token
If you were trying to open File Explorer but it suddenly stopped working and you encounter an error message that states, “An attempt was made to reference a token that does not exist”, read on as this post will guide you in fixing this problem. This problem was initially reported after the April Update and Microsoft was able to fix it right after correcting the build. However, this effort seems futile for some users as recently, some reported getting the same error when they try to open not just Windows File Explorer but also with utilities like Microsoft Management Console or MMC, Visual Studio, Task Manager, Printer, Recycle Bin, etc. Two of the most likely causes of this error are a troublesome Windows Update and corrupted system files. Whatever the cause is, here are some suggestions you can follow to fix the “An attempt was made to reference a token that does not exist” error.

Option 1 – Try to re-register the problematic DLL file

You may have to re-register the ntdll.dll file using the regsvr32.exe before you can successfully install the program and fix the ntdll.dll file crash error. The Regsvr32 tool is a command-line utility that can be used to register and unregister OLE controls like DLL and ActiveX (OCX) control in the Windows operating system. Follow the steps below to use it.
  • Open Command Prompt as admin from the WinX menu.
  • Next, type the following commands in the elevated Command Prompt and hit Enter to execute the command. This will re-register the affected DLL file using the Windows operating system tool, regsvr32.exe.
    • exe /[DLL file]
    • exe [DLL file]
Note: Replace “[DLL file]” with the name of the DLL file that was pointed out in the error.
  • After you execute the given commands, you should see a message saying, “DllRegisterServer in vbscript.dll succeeded” if the Regsvr32 tool was able to run successfully. After that, try to install the program again and see if it now works.

Option 2 – Replace the DLL file from a trusted source

  • First, you need to get the new DLL file from another computer with preferably the same file version number.
  • After that, you need to boot your PC into Safe Mode and navigate to the paths listed below and then replace the file using a USB drive or other external storage devices.
    • x86: This PC > C:/Windows/System32
    • x64: This PC > C:/Windows/SysWOW64
  • Next, type “cmd” in the Cortana search box and right-click on Command Prompt, and select “Run as administrator” to open it with administrator privileges.
  • Now type the “regsvr32 ntdll.dll” command and hit Enter.
  • Restart your PC and check if the error is now fixed.

Option 3 – Perform a System File Checker scan

The System File Checker or SFC scan could detect and automatically repair damaged system files that could be causing the “An attempt was made to reference a token that does not exist” error to pop up. 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 with 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 and hit Enter.
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.

Option 4 – Try reverting back to the previous build of Windows

This kind of error might have something to do with a Feature Update so you can try to revert your computer to a previous build of Windows 10 as it could help you fix the problem. In this case, it would better if you refrain from updating your Windows 10 computer until this problem is completely resolved by Microsoft.
Read More
A Quick Guide to Fixing Error Mswrd632.wpc

Mswrd632.wpc - What is it?

Mswrd632.wpc is a Microsoft Office Word error message.  This error message is often displayed in the following format:
‘Word cannot start the converter mswrd632.wpc’
The error message mswrd632.wpc may pop up when computer users try to open certain MS Word documents using the .doc extension.

Solution

Restoro box imageError Causes

Error Mswrd632.wpc may be triggered due to several reasons. Some of the common reasons for the mswrd632.wpc error code include:
  • Issues with Microsoft Word application
  • MSwrd632.wpc file corrupted
  • Changes in the registry configuration settings
  • Issues with security updates
Sometimes when you attempt to access the Word file of the older version of the MS Word application after new security updates, you may experience this error code. This happens because the new security features that you have installed in the updated version blocks old files from being accessed.

Further Information and Manual Repair

If you can’t access important MS Word files on your PC, due to the error Mswrd632.wpc, then don’t you worry! The good news is that it is easy to fix and repair. By following a few simple methods, you can easily resolve this issue and access your MS Word files. Try the methods listed below to repair error Mswrd632.wpc on your system:

Method 1: Copy the MSwrd632.wpc file From Another Computer

The error may also occur if the MSwrd632.wpc file is corrupted. In such as situation, copy the MSwrd632.wpc file on your PC from another computer. You can usually find this file in the following path C:\Program Files\Common Files\Microsoft SharedTextConv. However, please note this method is not secure and may make your PC vulnerable to a possible security hack. Do it when your PC is not connected to the internet.

Method 2: Unregister the Text Converter

This issue can also be resolved by unregistering the converter. Here is a step-by-step guide to unregister the converter.
  • First, go to the start menu and select RUN.
  • Type REGEDIT and press the OK button.
  • Next, what you have to do is find and click on registry subkeys. Here are the keys that you have to click on
HKEY_LOCAL_MACHINESOFTWAREMicrosoftSharedToolsText ConvertersImportMSWord6.wpc (Windows 32 bit OS) HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftSharedToolsText ConvertersImportMSWord6.wpc (Windows 64 bit OS)
  • Choose the key according to your Windows bit operating system. After that, click on the Edit menu, select the Delete option and click ‘Yes’ to activate changes.
This change will effectively unregister the text converter and disable it for third-party applications and for Microsoft Office enabling you to access your desired MS Word files easily.

Method 3 - Download Restoro to Resolve Registry issues

If the error is related to the registry, then the best and most efficient way to fix it is to download Restoro. This is a powerful registry cleaner and a PC Fixer deployed with a user-friendly interface and compatible with all Windows versions. It scans and removes all registry errors and repairs the registry in seconds. Click here and download Restoro to resolve the MSwrd632.wpc error now!
Read More
Setting up USB tethering in Windows
In this post, you will be guided on how you can set up the USB tethering feature on your Windows 10 computer and share your mobile device’s mobile data so other devices can also access the internet. Tethering is usually known as Wi-Fi tethering which allows users to share mobile data to any device with Wi-Fi, laptops included. This is really useful especially when you have no other way to access the internet. For instance, if you are using a desktop computer and there is no way for you to connect to the Ethernet, and you have no Wi-Fi adapter that you can use to connect to a router as well, you can use USB tethering instead to access the internet. It is almost similar to Wi-Fi tethering except that it works over a USB connection instead of a Wi-Fi adapter. USB tethering is almost quite the same as an Ethernet connection except that it’s faster compared to Wi-Fi tethering as well as Bluetooth tethering. Just like Wi-Fi tethering, USB tethering is free unless your network carrier has blocked it. Thus, it’s better if you make that clear with your operator. Once you have that covered,

Follow the instructions provided below to set up USB tethering on your Windows 10 computer.

Step 1: First, connect your mobile device to your Windows 10 computer using a USB cable. Step 2: If it asks you to enable the file transfer feature, just cancel it. A prompt that says, “Tethering or Hotspot active—Tap to setup” should be available as soon as you get connected – tap on it. Note: If there is no prompt, just go to Settings > Network and Internet > Hotspot and Tethering and from there, toggle on the USB tethering option. Step 3: Afterwards, the setup will create a new network adapter in Windows 10 automatically and your computer should now be connected to the internet using USB tethering. Note: You have to make sure that the Wi-Fi connection in your mobile device is turned off and if it is connected to an existing network, the USB tethering will be disabled but if you see its status as enabled, then the USB tethering setup is successfully done. In addition, keep in mind that the location of tethering can be different for every phone, especially on a customized operating system such as RealMe, Redmi, Samsung, and any other mobile device although they are clubbed in the section of Mobile and Data Network. In case you encounter some problems when using USB tethering in your Windows 10 computer, there are troubleshooting tips you should follow. The NDIS-based Internet Sharing Device network adapter is what Windows 10 uses to make USB tethering possible so if it stops working, follow the options provided below.

Option 1 – Perform basic check

The first thing you can do if you encounter problems in USB tethering is to do a basic check like checking if Wi-Fi is enabled automatically as well as check if the USB cable is disconnected or if you’ve turned off USB tethering accidentally.

Option 2 – Try installing or updating the USB RNDIS adapter

RNDIS or Remote Network Driver Interface Specification can also help you resolve any USB tethering problem. If the pre-installed driver does not help you in connecting to the internet, then you can try installing the USB RNDIS driver that is, if it’s not installed yet. If it is already installed, you can try to update it instead.
  • Tap the Win + R keys to open Run and type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
  • Next, expand the Network adapters section and look for the Remote NDIS based Internet Sharing Device. But if you are using a Samsung smartphone, you might see “Samsung” instead of under Network adapters.
  • Right-click on it and then select the “Update driver” option.
  • Then select the “Browse my computer for driver software” option.
  • After that, select the “Let me pick from a list of available drivers on my computer” option.
  • Now uncheck the checkbox for “Show compatible hardware”.
  • From the given list on your left-hand side, look for Microsoft and then select the Remote NDIS based Internet Sharing Device on your right-hand side.
  • Click on Next. A new popup will appear where you have to click on Yes. This will install the driver.
  • Now click on the Close button and restart your computer.
Read More
Infographic: How To Speed Up PC Startup

A slow PC startup can be pretty annoying. This usually results from various computer issues. If your computer is acting sluggishly, here are four ways to speed up your PC startup.

How-to-Sped-Up-PC-Startup
Read More
Fixing the Port in use, please wait
Recently, a number of Windows 10 users reported an issue wherein they try to print from their PCs but were unable to and got an error message instead that states, “Port in use, please wait”. However, no matter how long they waited, nothing changed and they were still unable to print from their computers. On the other hand, when some of the users attempted to print wirelessly from their mobile devices, the printing continues which indicates that there is some issue between the computer and the printer. So if you are one of the users who are currently facing this problem, then this post should help. To fix this issue with your Printer, here are some possible fixes you can try that might work.

Option 1 – Run the Printer Troubleshooter

The first thing you can do to fix the “Port in use, please wait” error is to run the Printer Troubleshooter. This built-in troubleshooter in Windows 10 can help you fix most print issues. It checks if you have the latest printer drivers and then tries to fix and update them automatically. Aside from that, it also checks if you have connectivity issues or if the Print Spooler and the required Services are running fine. To run it, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msdt.exe /id PrinterDiagnostic” in the field and click OK or hit Enter to open the Printer Troubleshooter.
  • Then click the Next button and follow the next on-screen instructions to fix the issue with the printer.

Option 2 – Try updating the Printer drivers

You might also want to try updating your printer drivers. All you have to do is locate the USB Composite Device. For complete details, follow the steps below.
  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the USB Composite Device option and right-click on it, and select the Update Driver from the options.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
Note: You also have the option to download the latest version of your Printer from the manufacturer’s website.

Option 3 – Try selecting the correct port for your Printer

If the first two options given above didn’t work, then maybe it’s time to select a correct port for your printer since the wrong port has been selected which is why you’re getting the “Port in use, please wait” error.
  • Open “Devices and Printers” from the Start search.
  • Next, look for your printer from the list of devices and right-click on it, and then select Printer Properties.
  • Now go to the Ports tab under the newly opened Properties window and make sure that the port type matches the connection on the list of ports currently in use.
Note: If your printer is using a USB connection then the port should have a USB or DOT 4 in its description but if your printer is using a network connection then it should have the following description:
  • WSD
  • Network
  • IP
And if you notice that there are several listings for the same type of port, you have to change the selection to a different one and then click the OK button to save the changes made.
Read More
How to Repair Error Code 33

Code 33 - What is it?

Code 33 is a typical Device Manager error. This error code occurs when Windows is unable to start a device that you are trying to use on your PC. The error code 33 is usually displayed in the following format:

“Windows cannot determine which resources are required for this device. Code 33”

Solution

driverfix boxError Causes

Error code 33 may be triggered due to two reasons. One reason can be the translator's failure to find the correct resource for the device driver.

And since this error code is associated with the Device Manager, another reason can be an outdated or corrupted device driver. In most cases, the underlying problem for Device Manager error code is outdated/corrupted drivers.

The good news is that Device Manager error code 33 is not detrimental. However, if the error is not resolved timely, it can lower the functionality and the performance of your PC. You may not be able to use the hardware device.

Further Information and Manual Repair

To resolve code 33, you don’t need to be technically sound or hire a professional computer programmer. Just like any other Device Manager error code, code 33 is also easy to repair.

To help you fix this issue on your system, below are some of the best, easy, and effective DIY solutions.

Method 1 - Configure Hardware Device

Properly configure the problematic hardware device to fix error code 33. It is important to understand that when you install a device that is not plug-and-play, the resource settings are not configured automatically.

This means for such devices you will have to perform device configuration manually.

For device configuration, here’s what you should do:

  1. Go to the start menu
  2. Click Control Panel, then click Performance and Maintenance, and then System
  3. Now on the hardware tab, click on Device Manager and then double click the device you wish to configure
  4. Click the resources tab and then click on the check box next to the Use Automatic Setting
  5. After that click, the ‘Setting Based On’ and then click the hardware configuration you wish to change
  6. Press the ‘Resource Type’ you will like to configure in the ‘Resource Settings’ box
  7. Now go to the Change Settings tab and type a new value for the Resource Type

Method 2 - Update the Problematic Drivers

Code 33 can also be generated due to driver problems. In such a scenario, it is recommended to update the outdated or corrupted drivers.

Identifying all problematic drivers and updating them individually can be frustrating and time-consuming. Therefore to save time and avoid the hassle involved in updating drivers manually, it is advisable to download DriverFIX.

Method 3 - Download DriverFIX to Update Drivers Automatically

DriverFIX is a next-generation and user-friendly program compatible with all Windows versions.

This software is exclusively designed to repair and resolve device driver-related problems and error codes.

Once installed, its intelligent and intuitive programming system detects all outdated, corrupted, and misconfigured device drivers on your PC. It automatically updates all the problematic drivers in a few seconds. It makes sure that the driver versions are the latest and compatible with your operating system.

Furthermore, it also ensures that drivers are continuously updated whenever new versions are available. So, you don’t have to worry about keeping device drivers up to date.

Click here to download DriverFIX to resolve Device Manager error code 33 today!

Read More
Videos folder missing from File Explorer
As you know, the Videos folder can be found under “This PC” by default on your Windows 10 computer. However, as per the reports of some users, there are a few occasions where it somehow gets replaced by the Documents folder. In other words, the Videos folders are replaced by a duplicated copy of the Documents folder. Out of the two Documents folder, one Document folder will contain all the usual files and subfolders while the second one is empty. Although when you click the Documents icon on your Desktop (if you have a shortcut), it will still take you to the right Documents folder. To fix this particular issue and get the Videos folder back in the File Explorer, here are some potential fixes that should help.

Option 1 – Run System Restore

The first thing you can try to do to resolve the problem is to run System Restore. This can help you go back to the previous state of your computer before the issue with the Videos and Documents folder.
  • 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.

Option 2 – Try to restore Defaults

The next thing you can do is to restore Defaults. How? Refer to these steps:
  • Open File Explorer and then right-click on any of the two Documents folders.
  • After that, select the Properties option from the context menu and switch to the Location tab and click on Find target.
  • Next, copy the address and paste it in the field above the “Find target” option, and then click the “Restore Default” button.

Option 3 – Try to change the Registry Path

  • 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.
  • Next, navigate to this registry path: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders
  • After that, edit the path for {35286A68-3C57-41A1-BBB1-0EAE73d76C95} under the “User Shell Folders” key to match the path shown for My Videos: %USERPROFILE%Videos.
  • Once you’re done, open the folder under “This PC” that has the Documents icon and tap Shift + right-click in the folder background, and then select the “Open PowerShell window here” option to fix the naming of the Documents folder. The path should read: “C:users<UserName>Documents.
  • Next, execute this command: ri desktop.ini –force
  • The command you entered will delete the files and folders and so when added for Documents, it will get rid of the empty Documents folder.
  • Now all you that’s left to do is to find where the target location is going to be for both folders and check if anyone foes to the user name location.
  • Then delete the one which goes to the incorrect location.
Read More
Microsoft Office Windows 11 edition
Microsoft has officially announced details about the newest upgrades to its office 365 suite moving forward along with its new OS release. It seems that Microsoft has listened to its user base and feedback since Word, Excel, and PowerPoint are getting much-needed redesign taking into account many suggestions from the community. The new office should feel more like an application suite guiding focus on the interconnection of applications themselves providing users with a much more natural experience of using them.

The new office features so far

From Microsoft themselves:
“This Office visual refresh is based on feedback from customers who asked for a more natural and consistent experience within and between your applications, specifically on Windows. With this update, we deliver an intuitive, coherent, and familiar user interface, using the Fluent Design principles, across all your applications: Word, Excel, PowerPoint, OneNote, Outlook, Access, Project, Publisher, and Visio. We aligned this visual refresh with the design of Windows 11 to provide seamless experiences on your PC.”
It is always refreshing to hear when a company listens to its user base and actually does what is needed instead of trying to invent the wheel.

office appsHow to switch

Since beta is already rolling and if you have an active 365 subscription to office suite visual refresh will be automatically available to all Office insiders running beta channel builds. It can be turned on and off using the coming soon feature in the top right corner of the menu in any application. Just click on the megaphone icon to open the coming soon pane and apply settings to all office apps. Note that The Coming Soon feature is not available in Access, Project, Publisher, or Visio. If you turn on the visual refresh in any of the 4 apps mentioned above (Work Excel, PowerPoint, or OneNote), it will also be available in these 4 apps.

Difference themselves

The Home tab menu still has a familiar look with a few tweaks. For example, accessing frequently used Word commands will be a lot easier. By navigating to Designer > Show Quick Access Toolbar, users can add a customizable shortcut ribbon to Word that houses conveniently placed options. Also, the office will not match your Windows operating system color theme so if you have a dark theme enabled, the office will also have a dark color theme. Color palettes are more neutral, corners are a bit softer but customizable ribbons are a win here for me.

office dark modeConclusion

There was not much said other than visual upgrades and small tweaks that were supposed to make your life easier but then again Windows 11 itself is in the same boat. I am not sure if this is a great update offering just some visual tweaks and focus on workflow mechanics or just being plain lazy and trying to cash in visuals as a completely new product.
Read More
Fix CHKDSK is not available for RAW drives
One of the most useful tools you can use to repair bad or corrupted sectors in the hard disk of your computer is the CHKDSK utility. However, there are also instances when this Disk Checking tool could encounter some issues and one of them is the error that states, “The type of the file system are RAW, CHKDSK is not available for RAW drives”. This kind of issue is due to the RAW file format which is not recognized by the Windows operating system that you’ve installed which explains why you’re getting this error when running the CHKDSK utility. You can also encounter this error in case there is something wrong with the drive encryption. To fix this error, you have to change the File System of the drive. How? Refer to the steps given below. Step 1: The first thing you need to do is create a bootable Windows 10 media. Step 2: After that, click on Repair your computer on the first Windows 10 installation setup window. Step 3: Next, you have to select the operating system partition from the given options and then click on Next. Step 4: Now select Command Prompt from the System Recovery Options box and then type the following command and tap Enter to initiate the Diskpart utility inside Command Prompt.
diskpart
Step 5: Afterwards, type in either of the following commands to help you in either listing all the Disk connects or all the partitions on those disks formed.
diskpart or list volume
Step 6: Next, you need to select any of the two given commands below depending on the list you entered on the previous step.
select disk # or select volume #
Step 7: After you enter the command, it will select the Disk or the Partition you want to select. Now you have to type and enter the following command to clean your drive.
clean
Step 8: Now enter any of the two following commands.
list disk or list volume
Step 9: Then type the next command below to create a specified partition.
create partition primary
Step 10: Once done, type in the following command to select the newly created partition.
select partition 1
Step 11: Next, type the following command to mark the selected partition as active.
active
Step 12: Finally, restart your computer to successfully apply the changes made and then see if it has fixed the problem or not.
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