If you receive an error message that says, “Entry point not found, The procedure entry point could not be located in the dynamic link library” on your Windows 10 PC, then you will find this post useful for this will provide you some potential fixes to fix the error.
This kind of error can occur if a program fails to locate the DLL library that it needs in order to run. It can also occur if the library is not in the specified directory in the path or if the DLL file has gone missing or has become corrupted.
To fix the “The procedure entry point could not be located in the dynamic link library” error, check out the following options given below.
Option 1 – Try to reinstall the program
The first thing you can do to resolve the error is to uninstall the program that throws the error and download its latest version from its official site and then install it again.
Option 2 – Run System File Checker scan
If reinstalling the program didn’t work, you can also try running the System File Checker or SFC scan to fix the error. System File Checker is a command utility built into your computer that helps restore corrupted files and missing files. Refer to the following steps to run it:
Hit the Win + R keys 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:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Reboot your computer.
Option 3 – Try checking the details in the Event Viewer
The Event Viewer can also help you resolve the error as it contains detailed information about the error that could help you pinpoint its root cause and resolve it.
Option 4 – 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 error. The Regsvr32 tool is a command-line utility that can be used to register and unregister OLE controls like DLL and ActiveX (OCX) controls 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 5 – Try to replace the DLL file with 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 6– Try to scan your computer using Windows Defender
It is also possible that the DLL file might be infected with malware or virus which could explain why you’re getting the error. Thus, you have to scan your computer using security programs like Windows Defender.
Tap the Win + I keys to open Update & Security.
Then click on the Windows Security option and open Windows Defender Security Center.
Next, click on Virus & threat protection > Run a new advanced scan.
Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
The ntkrnlmp.exe file is a file associated with the Windows operating system’s NT Kernel and other system processes. It is also related to the “CRITICAL PROCESS DIED” error. So if you encounter a Blue Screen of Death error that’s related to this file, then you’ve come to the right place as this post will guide you in fixing the ntkrnlmp.exe Blue Screen error.
This kind of Blue Screen error might be caused by the file getting corrupted or infected with some malware. Aside from these causes, the error might also be due to the corruption and malfunction of the graphics card drivers.
Before you troubleshoot the problem, you might want to try performing System Restore especially if you tend to create a System Restore point every now and then. Performing System Restore could help you resolve the ntkrnlmp.exe Stop error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
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, then proceed to the given options below.
Option 1 – Disable the C-states and EIST in the BIOS
The first thing you can do is try to disable the C-states and EIST in the BIOS. To do that, refer to the steps given below.
Go to the BIOS and from there look for an option named CPU Configuration which can usually be found under the Advanced menu.
Next, look for CPU Power Management and under that section, disable both the “Intel EIST” and “Intel C-state” options.
After you disable them, save the changes you’ve made and exit the BIOS.
Now restart your computer and check if the ntkrnlmp.exe BSOD error is now fixed.
Option 2 – Try to update, rollback or disable drivers
If the first option didn’t help in fixing the ntkrnlmp.exe Blue Screen error the next thing you can do is to roll back, or update, or disable device drivers in your computer. 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.
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 install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.
Option 3 – Configure the Driver Verifier Manager
The Driver Verifier Manager is another tool in Windows that could help you fix driver-related issues. And so if you want to fix the ntkrnlmp.exe Blue Screen error you need to use the Driver Verifier Manager:
Type in the keyword “Verifier” in the Cortana search box to search for Verifier in Windows 10.
After that, select the option “Create custom settings”.
Make sure that you have checked everything except the options “DDI compliance checking” and “Randomized low resources simulation”.
Next, select the option “Select driver names from a list” option.
Afterward, you have to select all the drivers from any unofficial or third-party provider. To simply put it, you have to select all the drivers that are not supplied by Microsoft.
Then click on the Finish button.
Open Command Prompt as administrator and execute this command – verifier /querysettings
The command you just executed will display the Driver Verifier settings so if you see any of the flags enabled boot your Windows 10 PC into Safe Mode.
Open the Command Prompt as admin again and run this command – verifier /reset
The command will reset the Driver Verifier. Once the process is done, restart your PC and check.
Option 4 – Run the Blue Screen Troubleshooter
The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like ntkrnlmp.exe. 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.
Error Code 48 is a device driver error code that users can encounter on any Windows 2000 operating system and later versions.
It occurs when the connected peripheral device cannot be run as the Windows operating system’s driver required to install the programs for peripheral devices has either been corrupted or is incompatible with the system.
It prompts the user with the following message on the screen:
The software for this device has been blocked from starting because it is known to have problems with Windows. Contact the hardware vendor for a new driver. (Code 48)
Solution
Error Causes
Like most other Windows error codes, error code 48 is triggered by the following factors.
Corrupted system registry files
Presence of viruses in the device
The device driver is out-of-date
If this error code is not rectified, it could give birth to other driver device errors such as error code 52.
Further Information and Manual Repair
Method 1 – Run a complete scan for malware and spyware
Identifying and removing the viruses in the system registry and in the connected devices is the easiest method to fix the corrupted registry files.
Viruses such asspyware and malwareinfect the registry entries and eat up the files that lead to incomplete or missing data. This creates problems for installing external devices as the driver required to install them is not complete.
Method 2 – Use System Restore
You can also use system restore to eliminate the problem. Here is how you can use it:
Log in using an Administrator account
Click ‘Start’ button and select All Programs > Accessories > System Tools > System Restore
Click ‘Restore my computer to an earlier time’ and click ‘Next’
Select the last Windows to restore point from the ‘On this list, click a restore point’ list, and click ‘Next’
Click ‘Next’ on the confirmation window to proceed
Restart your PC after restoration is complete
By restoring the system via the last saved system checkpoint, you can obtain undamaged Windows system registry files that can help resolve the error code.
Method 3 – Manually uninstall and reinstall the device driver
Since Error Code 48 is due to a missing or an out-of-date device driver, uninstalling and then reinstalling the device driver can help solve the error.
You can do this by firstly logging in as Administrator and opening Device Manager. Select the device that is causing the problem and double click it; make sure that the peripheral is connected properly to the PC.
Upon opening, click on the ‘Driver’ tab and then select ‘Update Driver’. Make sure to refer to the system documentation that you received with your PC or computer to check for the motherboard details and driver specifics.
Method 4 – Use software to automatically download the driver
Manually uninstalling and reinstalling the driver will do the trick; however, it may be time-consuming especially when you would have to resort to your hardware user manual.
Therefore, using a program such as DriverFIX can save you a lot of time and frustration in having your device work properly on your computer.
DriverFIX, with its user-friendly approach to help you fix your PC issues, comes with an integrated database that detects which drivers you need to reconfigure within just a few seconds and downloads it automatically.
It further ensures that your drivers are installed in their entirety leaving no room for any incomplete files to remain that create Error Code 48.
It also has the added advantage of being able to backup and restores your files should there be the slightest possibility of system file damage. DriverFIX is the answer to fixing your PC error codes accurately and quickly.
Click hereto download DriverFIX to fix Error Code 48 quickly and effectively!
In case you didn’t know, the new Windows 10 v1903 has brought tons of new features around Windows 10 Updates. One of these features is the ability to automatically adjust the Active Hours based on your computer activity. This feature is really useful as it tells the operating system when to install the Windows Updates.
A lot of users use the Active Hours feature to ensure that the Windows Update won’t force them to restart their PCs to install the update. So if your computer is turned on, it won’t apply the update during the active hours you’ve specified. In addition, the active hours change for many users and they are not that strict. For instance, if you set the active hours between 10 am to 5 pm, Windows Update won’t be forcing you to restart your computer to install the updates at those times.
Note that Windows Update allows enabling an option using where it can monitor the active hours in your computer and change it. To configure this setting, here’s what you have to do:
Frist, go to Settings > Update & security > Windows Update.
Next, take note of your current active hours and click on the “Change active hours” link.
Then toggle the option that says, “Automatically adjust active hours for this device based on activity”. This will change the active hours and if you match it with the previous one, it should be different.
As you can see on the image given above, the earlier active hours were between 8:00 to 17:00 and were changed to 11:00 to 19:00. If you have been using this feature for a while you’ll find how useful and handy it is especially when you’re using your computer and don’t want any notifications like the prompts for Windows Updates to bother you while working.
Users who receive Error Code 80240020 when attempting to install and/or upgrade to Microsoft Windows 10, are receiving the error because the Windows 10 installation folder is either corrupted or unfinished. As a result of this error code, your download and the subsequent update will not process correctly.
Users who receive this code do not have to do anything specific, as it might mean that they are attempting to update before their system is ready. These users can simply wait for their computer to prompt them for the update, and then follow the on-screen instructions for the update. However, if a user is seriously wanting to update to Microsoft Windows 10 prior to the prompt, there are ways around error code 80240020.
Common symptoms include:
A dialog box appears with the Error Code 80240020
Microsoft Windows 10 upgrade is unsuccessful or freezes in the process of updating and displays the error code message.
Solution
Error Causes
This error is only caused by one type of issue, and that is unfinished or corrupted files being present in the Windows 10 installation folder.
Files that are unfinished in the Windows 10 installation folder are a result of the download not processing correctly, therefore the update is not successful because your computer does not have the files that it needs.
Files that are corrupted in the Windows 10 installation folder are a result of either a faulty download or preexisting corrupted files that need to be purged.
Until your system is ready to download the new Microsoft Windows 10 upgrade, you will be unable to install the upgrade. As stated, you have the option of waiting for your system to prompt you to download (which means that your system has made the necessary changes to its own files and is ready for the upgrade), or you can use the following steps to correct the issue yourself.
Further Information and Manual Repair
Users and Microsoft Tech Support personnel have discovered three methods to correct error code 80240020. Each of these methods should be attempted by someone who is comfortable with computer software and programs. Anyone who is not comfortable with software should either contact Microsoft Support or wait for their computer to prompt them for the Microsoft Windows 10 upgrade.
Method 1:
Back up the Registry of your operating system.
Find the Registry Key: [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateOSUpgrade]
Note: this Registry Key should already exist, if it does not exist, create it.
Create a brand new DWORD Value that is named AllowOsUpdate
Set the Value to 0x00000001.
Close and reopen your Control Panel.
Restart the Microsoft Windows 10 upgrade.
Method 2:
Download the Microsoft Windows 10 ISO (installation device) from the following website: http://www.microsoft.com/en-us/software-download/windows10
Users must select the appropriate ISO, either 32 bit or 64 bit, depending upon their individual computer.
Extract the ISO file to a separate USB device or burn the program to a compact disc.
Run the Microsoft Windows 10 upgrade directly from the software that you have thus created.
Method 3:
Access the files on your computer via MY COMPUTER
Under the C: drive, access the WINDOWS folder
Select the SOFTWARE DISTRIBUTION folder, followed by the DOWNLOAD folder.
Delete any files within this download folder.
If you are unable to delete these files, open the command prompt (CMD) as the administrator, and type “net stop wuauserv” into the CMD prompt window. Press ENTER. This should allow you to delete the files from step 4.
Once the files are deleted, open and run the CMD as the administrator and type “wuauclt.exe /updatenow”. Press ENTER.
Access the WINDOWS UPDATE folder from your control panel, the update and download should resume without further interference from the user.
As with any other error codes, if the above methods do not rectify the issue, it may be necessary to download and install a powerful automated tool to rectify error code 80240020.
Spring is almost here and with spring comes work, nature wakes up, people wake up, no more heating bills, time to start working, and time to start cleaning your PC.
Good day everyone and welcome to another tip & trick for your PC. This time we are talking about cleaning your PC and keeping it up to software tight so you are ready for the upcoming spring season. Thank you for being with us and let's start:
Uninstall applications that you are not using
The unused applications can cause many issues for PC, from taking unnecessary disk space to even causing slower boot times if they have active services that require to be all-time up and running. They could slow down other applications like file explorer if they have extensions installed into them and can take RAM space with their background processes. If you are not using a particular application anymore or do not plan to use it soon it is always best practice to delete it from the system and thus removing all services and processes that go with it freeing so much-needed RAM and disc space.
Remove browser extensions you do not need
Browser extensions like applications can cause some issues with PC performance. if you spend a lot of time on the internet browser extensions can slow down browser and page loadings, they can make browsers take up more RAM memory and if they are outdated they could even present a serious security threat. Best practices are to keep only the extensions that you need all time, maybe some password managers or similar, extensions that you use on a daily basis, the rest should be uninstalled.
Remove things from the startup
Many services are booted along with Windows itself, some of them are crucial to the system even working, some not so. By eliminating not-needed services from the startup menu you will make sure that your boot times and overall performance of the system are in healthy form and that your PC is more responsive.
Organize files, folders, and desktop
The speeding of computer is not the only thing that you need to take care of, in order to be prepared and have maximum efficiency you will need to organize your files and folders as well. In a working environment, we often tend to save and place files all over the place, and in time they clog up desktop and hard drives. If the files are not well organized we will lose precious time trying to find anything that we need and require, so instead of wasting your time in locating files, why not organize them for easy and logical search so you can access them easily when needed.
Clean taskbar and start menu
Taskbar and start menu as well can be clogged with icons and non-organized application shortcuts and document shortcuts. Remove everything you do not need for that tidy and easily accessible access.
Sort bookmarks
It is very likely that you have plenty of bookmarks saved in our browser. It is also very likely that these bookmarks are not sorted and organized and now would be a great time to do it. Like files bookmarks also can cause you a lot of time loss if you need to find a specific one in a sea of many.
Run disc cleanup
Built-in disc cleanup utility will find temporary files, unused ones, and plenty of other junk on your hard drive. Now would be a great time to run it and get rid of junk files from your system.
Physically clean your computer
Now when we have taken care of the software part of our computer and system, it is time to clean up the computer itself. Unplug your computer and clean it, we will not go into details of this procedure, there is already an article on our site which deals with this part in detail so look it up if you need assistance with this part.
Clean your peripherals
Besides the computer for effective and pleasant work take care of your screen, keyboard, mouse, printer, etc. All of these devices need to be dust-free and clean if you expect them to behave on top of their game.
If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
The Windows Defender program can both scan and monitor almost the entire folder on a Windows 10 computer. So if you have a folder that may have files that could trigger an alarm to Windows Security, then it would be better if you add an exclusion to Windows Security.
Note that it is okay to do this as long as you’re certain that the contents of the folder you want to exclude are safe and that Windows Defender is only throwing out warnings for nothing. This way, Windows Defender won’t scan those folders in the future. And besides, there are also some Windows folders and files that you may exclude from the Antivirus scans, especially if you want to save your scan time. This kind of feature also comes in handy when you trust a file type or folder or any process that you believe is safe but the Windows Security considers as malicious.
To exclude a folder or a file or process or a file type from the Windows Security scan, here are some steps you can follow. Make sure to do them carefully.
Step 1: Search for “Windows Security” in the Search box and then click on it from the search results to open it.
Step 2: Next, click on Virus & threat protection > Manage settings > Add or remove exclusions.
Step 3: After that, on the next screen, click on Add an exclusion > Folder. It will show you a list that includes File, Folder, File Type, and Process.
Step 4: Now click on “+Add and exclusion” on the next window and then select a folder you want to exclude and click OK to add it in the Exclusions list.
Step 5: Click on the down arrow button to remove it and then click on the Remove button.
Note: If you want to only ignore a few file types, it’s better if you configure your antivirus program to ignore these files with a specific extension. This way, it will ignore all of them no matter what their location is. Also keep in mind that when you select a folder, all the subfolders in it will also be excluded from the scan. Thus, you need to understand what you’re about to do. Once you’re done excluding the folder, it is recommended that you protect the folder using the Controlled Folder Access since this folder is not monitored for threat. The Controlled Folder Access will ensure that an external program does not alter it. This way, you can be sure that even though this folder is not included in the scan, it is still secure.
As we near the end of 2022 we look at the current best antivirus software for popular platforms, why they are the best, and why you should get them.
Avira, a great free Antivirus
Avira has been around a long time with its free antivirus version of the larger protection suite. It had its ups and downs but the latest versions are really great. With high-speed scans and low system impact, Avira antivirus is really one of the best free antivirus software currently on the market.
The software itself has also received UI & UX updates making it straightforward and easy to use. The virus scanning engine is the same as in paid version that ranks among the top engines in the world for this type of work. The package also gives you some great browser protection and a good firewall as well, there is really no excuse to skip on this if you want a free solution.
The only thing that we would say is not so great in Avira is reporting some false positives, sometimes even for MS updates, it is rare but it can happen.
Malwarebytes, a powerful Windows antivirus
Malwarebytes Premium is easy to use, simple antivirus solution that shies away from complicated UI, and simply put, it just works. Its scanning engine is well-known and places among the top and best in the world often finding some malware that other can miss.
Another great thing is its integration with Windows itself, it is one of the rare applications that can and will work incredibly well beside your typical Windows protection tools so you can have both of them running at the same time.
Installation and running are really simple and every typical PC user will find it as easy as walking in the park. On the other hand, sadly system impact is a little high and it will have issues running on lower-end systems due to its memory requirements.
Intego MAC Internet Security X9, the best Mac antivirus
Gone are the days when MAC had no virus issues, since MAC rose in popularity among the users, also rose the number of viruses and malware. The system itself has some great protection built it inside but for more security and better control of it, you will need a third-party dedicated solution.
Intego was made by Mac antivirus experts who have been building this kind of software last 25 years. The interface is easy to use and premade presets are really helpful, but the security suite can also be customized to fit your needs and desires.
Since this is only available as a security suite, you are getting a firewall and some other security tools along with your antivirus that will run as a part of it.
The bad side is that scans can sometimes run slow, most of the time they are OK in terms of speed but occasionally they can switch to slower speeds and impact scanning time to some annoying times. Also, there is no webcam protection nor VPN service included where others on this list have them.
Bitdefender mobile security: best Android protection
While protection is not only needed for your gaming or workstation, software suites that are dealing with mobile and tablet security exist. The best of them is the Bitdefender antivirus mobile suite. Low on system resources and low on performance impact with the really great virus detection rate Bitdefender is at the top of suites for your phone.
Consistent high virus detection packed with low battery impact is great but the suite comes with tons of other tools as well like browser security tools, email protection, and real-time link and notification protection.
The application will always scan each file and newly installed application in the background and alert and cut off any found threat. App itself is easy to install and use and most of the time it will do everything in the background for you but offer you customization if you need it.
The package also includes VPN and application lock that will let you protect the critical applications from being accessed as well as an online account scanner. Anti-theft and anti-loss tools, which allow you to find, remotely lock or wipe a stolen or lost device, add yet another layer of protection.
One thing that is missing from this great package is fraudulent call protection. Newer Android phones have this feature inside but it would be nice if Bitdefender had it as well.
Bitdefender, the best antivirus software
Now that we have covered specific cases of each platform, there is one player that has all of them covered and with a quality product, that player is BitDefender and it is great. Personally, this is my protection suite of choice and as I type this it is running in the background.
Bitdefender has it all, low system impact, as a matter of fact, it is one, if not, the lowest performance impact engine on the market currently and that is packed with a great and highly consistent virus & malware detection suite. Along with real-time malware protection, browser security, and anti-spam tools, you also get anti-phishing defenses, ransomware protection, and a strong firewall.
Bitdefender scores are very high in both the zero-day threat and real-world protection tests at AV-Test, an established organization that tests antivirus software. Despite being tested against tens of thousands of well-known and widespread malware threats, the software consistently achieves a 100% blocking rate.
The suite also comes with a restricted free VPN and with parental controls as well. Webcam and microphone protection are also included in the suite and on top of all, it has great pricing plans and constant discounts.
BitDefender is really a great package and it might sound too good, but after years and years of personally using it I have not had single malware or virus issue, the only thing that I would put as a negative is that system is severely slowed down when system scans are performed so be sure to run or schedule them when you are not using your computer. This, of course, can put some people off and I will admit it is a serious drawback but for me, the security of my workstation is more important than leaving the computer for 20 or so minutes in order to perform a full scan of the system.
Hello everyone and welcome to another tutorial on errortools.com, Windows itself when it is installed has a general idea about certain file types and how to open them, for example, image files would be opened with application photos, web links with the edge, etc. So when we double click on the known file type, Windows will start the default application for that type and open the file in it. But what if we do not want to open files in applications Microsoft thinks we should? What if we want to open the website in firefox or images in photoshop, or whatever.
Luckily we can easily change which application Windows uses for which file type.
Click on ⊞ WINDOWS to open the start menu and choose settings.On the settings screen, choose Apps.
When the Apps screen opens on the left click on Default apps.
On right, you will get a list of Windows default applications for certain types of files. Click on any application you would like to change and choose from the drop-down list a new one. Click on it and you are done.
Recently, a number of users reported seeing plain white icons on their “.docx” files instead of the Word icon. This kind of issue is mostly caused by a conflict with the default program settings in Windows which is why you may not see any Microsoft Word icon on your .docx files. So if you suddenly find that the Microsoft Word icon is either blank or missing and does not show properly on .doc and .docx document files of Office on your Windows 10 computer, then you can check out the potential solutions outlined below.
Before you proceed, you can try to restart your computer as there are instances when a simple system restart can resolve some issues like this one. However, if it does not help, create a System Restore point first. This is to ensure that you can always undo the changes you are about to make in case something goes wrong. Once you have that covered, proceed to the following options.
Option 1 – Try to configure .docx files to open with “winword.exe”
You can try configuring the .docx files to open with the winword.exe in order to fix the problem.
Right-click on a .docx file and select the “Open with…” option.
After that, if a prompt appears with a message saying, “How do you want to open this file”, select the “More apps” option to proceed.
Next, scroll down and check the checkbox that says, “Always use this app to open .docx files” option.
Then click on the “Look for another app on this PC” link and choose the WINWORD.exe application from one of the following paths based on the installed Office version in your computer and click Open:
Word 2016 (64-bit): C:/Program Files/Microsoft Office/root/Office16
Word 2016 (32-bit): C:/Program Files (x86)/Microsoft Office/root/Office16
Now check if you can now see the Word icon on the .doc or .docx files.
Option 2 – Try changing the default Word icon via Registry Editor
Tap the Win + R keys to open the Run utility.
Then type “Regedit” in the field and hit Enter to open the Registry Editor.
Next, navigate to this path located in the left pane: HKEY_CLASSES_ROOTWord.Document.12DefaultIcon
From there, double click on the default value at the right pane and based on the Word version you are using as well as the architecture (32 bit or 64 bit) and then copy-paste the corresponding value in the Value data box:
For Word 2016 (64-bit) keep it as C:/Program Files/Microsoft Office/root/Office16/wordicon.exe,13
For Word 2016 (32-bit) Keep it as C:/Program Files (x86)/Microsoft Office/root/Office16/wordicon.exe,13
Once you’re done, tap Enter and then close the Registry Editor.
Restart your computer and see if the problem’s fixed.
Option 3 – Try to rebuild the Icon cache
You may want to rebuild the Icon cache as it could also help fix the issue.
Tap Win + E to open File Explorer and then click Folder Options and click Views to show Hidden System Files.
After that, go to C:Users%username%AppDataLocal folder and look for a file named Iconcache.db and delete it.
Next, go to C:Users%username%AppDataLocalMicrosoftWindowsExplorer.
From there, look for the following files and delete them.
iconcache_32.db
iconcache_48.db
iconcache_96.db
iconcache_256.db
iconcache_1024.db
iconcache_1280.db
iconcache_1600.db
iconcache_1920.db
iconcache_2560.db
iconcache_exif.db
iconcache_idx.db
iconcache_sr.db
iconcache_wide.dd
iconcache_wide_alternate.db
Restart your computer. This will purge and rebuild the icon cache.
Option 4 – Try fixing Office apps
Fixing the Office apps can help you resolve the Word icon issue. All you have to do is open Settings > Apps. From the app list, look for the Microsoft Office Desktop apps and select it and then click on the Advanced options and click Fix. After that, wait until the process is completed and restart your PC. However, if the problem still persists, repeat the steps again but this time, click on Reset instead of Fix.
Option 5 – Try to repair Office Installation
If the options given above didn’t work, you can try to repair the Office installation and see if it can fix the problem.
Open Control Panel and click on Programs and Features.
Next, right-click on the Office program that you want to repair which in this case is, Word.
Select Change and click Repair > Continue. After that, Office will start to repair Microsoft Word.
Wait until the process is done and then reboot your computer.
Hello and welcome to another problem-solving tutorial on errortools.com. Today we will be solving error 0x80070057, we could not format the selected partition which occurs during setup and installation when performing a clean install of Windows from a USB drive.
So, you have backed up your files and decided to format and do clean WIndows installation, you have your USB ready, you reboot the system, plug in USB, start Windows setup, choose the hard drive on which you want to do a clean install and then this happens.
This error is very frustrating and it annoys pretty much anyone who encountered it but do not worry we have a solution for you.
First thing is to confirm the error prompt, Click on the OK button and then on X to exit Windows 10 installation wizard. Click on yes to confirm that you want to exit the setup.
You will find yourself in original installation windows.
On that screen choose and click on Repair your computer. Choose an option screen that will pop up, click on Troubleshoot. In the advanced options, click on the command prompt.
Once you are in command prompts type DISKPART and hit ENTER
In the diskpart prompt type LIST DISK and hit ENTER again.
type SELECT DISK #, where # is listed disk number where you would like to install Windows.
type LIST VOLUME in order to list volumes in the selected disk and hit ENTER
You need to select the volume on which you would like to place your WINDOWS, to do this type in SELECT VOLUME #, where # is the listed number of the volume
Finally, type FORMAT FS=NTFS and hit ENTER
You have successfully formated a given volume, you can now exit DISKPART and return to setup, to exit DISKPART simply type exit and hit ENTER.
Leave command prompt as well by again typing exit and hitting ENTER
You will be returned to Choose an option screen, click on Turn off your PC.
Your drive has been successfully formatted and it is ready for clean Windows installation, you can now restart your Windows 10 installation and the process will complete without errors.