Logo

Word icon is not showing on .doc & .docx

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.

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

GitHub introduction and explanation
If you are starting to get into the “wonderful” world of coding there is a high chance that you have heard of GitHub or Git for short and there is a slight chance that you might be confused about what exactly GitHub is. If this is the case, we are welcoming you to go through our article and find everything about it and why it is so popular and used all around the world.

githubWhat exactly is GitHub?

If we want to go all technical and just point the obvious we could say that GitHub is basically a WEB site and cloud service used for storing and managing code in all languages. But to truly understand why you should use GitHub and not Dropbox or any storage service instead you need to understand concepts like Version Control and Git.

Version Control

Version control is meant to help developers to work separately on different parts of codes and update is separately not breaking the original one. Take note that this option is meant when there is a big project and has more than one coder working on it. If you are a solo coder on your personal project this might not be anything groundbreaking for you personally. But let’s now assume that you are part of a team and that your task is to edit only one function of a project and other people working will also have their tasks. With version control, you could take only part of the code and work on it and once you are finished merge it back into the main repository. All changes in the main code are automatically tracked and can be easily reverted back if needed. The good stuff is that rolling back can be used only let’s say on a code you submitted and other changes made to the source can be kept. As you can see this makes a very good and efficient working space and a good coding environment.

Git

Git itself is a specific version control system, an open-source version control system to be more precise created by Linus Torvalds in 2005. It is a distributed version control system, which means that the entire codebase and history is available on every developer’s computer, which allows for easy branching and merging. Currently, over 87% of worldwide developers are using Git on a daily basis.

So GitHub is?

GitHub is a profit company that offers a cloud-based Git repository hosting service, in other words, it automates and makes it easy for everyone to use Git for version control and collaboration. It focuses on user interface and ease of use so even beginner coders can use it right away without any large confusion and using command lines and setting it themselves manually. GitHub also has a free personal plan in which you can host a public code repository completely free. This option placed GitHub very popular with open source projects. If you are a company you can purchase a plan to have a private code repository shared only to members of your team or company.

Conclusion

As stated almost every developer on a planet uses some version of Git, many of them are on GitHub and there is a lot of open source projects on it. Some employers even ask to see your GitHub repository when deciding if they want to employ you, think of it as a portfolio for coders. There is not a single disadvantage and not a single argument against using it, especially it has a personal free option. So if you want to look better and more professional in the coding world go, make an account and place some code on it, share it with the world, and see how it goes. You might even get some help on projects from other coders if you need it.
Read More
Nearby Sharing is not working in Windows
Windows 10 has a lot of several useful features and one of them is the Nearby Sharing feature. You can access this feature by going to Start > Settings > System > Shared experiences. From there, switch on the Nearby Sharing option and select the folder where you want to download the files to. This feature is really useful as it allows you to share files. However, there were reports from a number of users recently stating that Nearby Sharing is not working on their Windows 10 computers. If you are one of the users facing this problem, you might want to try checking if the Windows 10 v1803 Update is installed on your computer or not. You could also try to check if Bluetooth supports low energy mode or you could also try bringing the device closer or check if the adapter has Bluetooth version 4.0 or later. For more information, refer to each one of the given options below.

Option 1 – Try checking if Windows 10 v1803 Update is installed

To check if the Windows 10 v1803 Update is installed on your computer, go to Start > Settings > System > About. From there, scroll down to the Windows specifications and check the Version. If it is 1803 or above, then the Nearby Sharing feature should be active on your computer. However, if you find that Windows 10 v1803 Update is not installed yet, then you need to update your computer to its latest version and then see if it fixes the problem or not.

Option 2 – Verify if Bluetooth supports low energy mode

Although low energy mode is not really necessary in using Nearby Sharing, there are some Bluetooth terminals that support low energy mode which makes a lot of difference. Thus, you need to check if Bluetooth in your computer supports low energy mode by following these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “devmgmt.msc” in the field and tap Enter to open the Device Manager.
  • After that, expand the list of Bluetooth adapters, and then right-click on your adapter and select Properties.
  • Go to the Details tab and select Bluetooth radio supports Low Energy Central Role from the drop-down menu and if its value says “<true>”, it means that your Bluetooth supports low energy mode, otherwise, it doesn’t.
  • If your Bluetooth does not support low energy mode, then you might want to consider purchasing an external one.

Option 3 – Try bringing the devices closer

Nearby Sharing might not work if your devices are not close enough. Thus, you need to bring your devices closer together and see if it fixes the problem. And when you do, make sure that Network Sharing is switched on for all the concerned devices.

Option 4 – Make sure that you’re using Bluetooth version 4.0 or later

For you to use the Nearby Sharing feature, you have to make sure that the adapter for all the concerned devices is using Bluetooth version 4.0 or later. So if one of the devices or if all the devices are not using this version or later versions, then you must buy an external Bluetooth adapter for you to enjoy the Nearby Sharing feature.
Read More
Quick Guide to Fixing Error Code 29

What is Error Code 29?

Code 29 is a Device Manager error commonly seen whenever a hardware device driver reports a problem. This error code indicates that the resources needed for operation are not available.

The computer hardware basically requires drivers to interface with the operating system. Drivers comprise multiple components and are supplemented with other resources provided by the BIOS (a physical chip on the motherboard).

The BIOS contains a set of basic input and output instructions for the computer system to boot, load drivers, and more.

Its firmware provides resources that drivers require to interface with other essential components. However, when the firmware fails to provide the requested resources, the device drivers stop functioning; this results in error codes like code 29.

Error code 29 is usually displayed in the following format:

“This device is disabled because the firmware of the device did not give it the required resources” Code 29

Solution

driverfix boxError Causes

Error code 29 may be triggered due to several reasons. These include:

  • Outdated drivers
  • Corrupted drivers
  • BIOS misconfiguration
  • The device firmware is corrupt
  • Previous attempt to update the driver failed

To avoid inconvenience and to ensure your computer keeps working at its optimal pace, it is recommended that you repair error code 29 on your PC immediately. Delay may limit you from using certain hardware attached to your system properly.

Further Information and Manual Repair

To repair error code 29, you don’t have to hire a professional and spend hundreds of dollars. Here are some quick and effective DIY methods that you can try to resolve this issue in minutes even if you don’t have any technical background.

Method 1 - Reboot Your PC

Sometimes, error codes like code 29 may pop up on your computer screen due to some temporary glitch with the hardware. Rebooting can resolve the issue easily.

Therefore, before you do anything, try restarting your PC. It could be all you need to repair code 29. However, if the error code continues to persist, try the other methods given below.

Method 2 - Clear the CMOS

This may sound technical but it isn’t. To begin, with CMOS is an acronym for Complimentary Metal Oxide Semiconductor.

It is a term that is used to describe motherboard memory that contains the BIOS settings. Clearing CMOS helps reset the BIOS settings to their default manufacturer levels. It’s easy to do and is an effective troubleshooting step to resolve error code 29.

To do this, simply:

  1. Enter the BIOS setup utility  by restarting your PC
  2. Watch for an entering setup message
  3. Enter the BIOS access key. Usually, the key is F2 or F12. However, the key may differ from manufacturer to manufacturer. You may want to check the manufacturer’s website first to find out the BIOS access key before you restart your PC.
  4. ‘Reset BIOS settings’ to their default factory levels.

Method 3 - Enable the Device in the BIOS

Error code 29 may appear if a device is disabled. In such a scenario, simply follow the same steps as discussed in method 2, and in the advanced BIOS settings, look for disabled devices.

Enable the devices in the BIOS so that you use them easily.

This will hopefully resolve the issue. If it doesn’t, then this means the error code 29 is caused by either corrupted or outdated drivers. Try method 4 to resolve this issue successfully.

Method 4 - Identify the Problematic Device Drivers and Update them

Whether the error code 29 is caused by a misconfigured, corrupted, or outdated driver, simply update the new driver version to resolve. When doing it manually, you will first have to find and identify the problematic device drivers in the Device Manager.

You can access the Device Manager by going to the start menu and then simply typing Device Manager in the search bar.

Access the Device Manager and the properties to identify problematic drivers. Problematic drivers are normally displayed with a yellow exclamation mark.

Once you have spotted problematic drivers, simply update new drivers to resolve them. Though there is nothing technical about it but it may be time-consuming.

Method 5 - Install Driver Assist to Update Drivers Automatically and Regularly

A good alternative to manual driver update is DriverFIX. Simply download and install DriverFIX on your PC to update all problematic drivers in seconds. This is a cutting-edge program designed to resolve all kinds of device driver problems.

It is user-friendly and compatible with all Windows versions.

The intelligent programming system deployed inside this software program enables it to identify and detect all problem drivers automatically thereby sparing you from the hassle.

Furthermore, it also matches the drivers with the latest and compatible versions and updates them on a regular basis.

It takes the guesswork out of finding misconfigured and corrupted drivers and fixes driver-related problems and error codes like code 29 right away.

Click here to download DriverFIX to repair Device Manager error code 29 on your system without any hassle.

Read More
Tips and tricks for longer SSD life
Today most users have an SSD drive, times have changed and SSD has become your typical computer equipment. A lot of time has passed from the first SSD hard drives up to today and technology has evolved and improved but still, there are some cool tricks and tips to speed up and extend the lifespan of your SSD hard drive. That being said let us dive right into what I would like to call the essentials of having an SSD hard drive.
  1. Keep your SSD firmware up to date.

    This one really is a no-brainer, keeping your firmware updated at all times will ensure longer life and SSD stability. The trick here is that each SSD manufacturer has its own ways of updating firmware so this is not something universal, you will have to go to the official website of your SSD manufacturer and get firmware updates and instructions from them directly.
  2. Enable ACHI.

    Advanced controller host interface or short ACHI is a feature that will ensure that your Windows will support all of the features that come with running SSD on your computer. It controls the TRIM feature which is crucial in helping Windows itself in its garbage collection on your hard drive. In order to enable ACHI, you will have to do it from your BIOS and it would be very good if the feature is enabled before Windows itself is installed so it can take full advantage of it.
  3. Enable TRIM.

    TRIM feature is vital in extending your SSD lifespan and it should be enabled by default in Windows but you can never be too cautious and double-check and enable if needed. To make sure it is enabled, open your command prompt and type in: fsutil behavior set disabledeletenotify 0
  4. Make sure your system restore is enabled.

    In the first SSD days, system restore was really a feature that you wanted to be disabled in order to prevent and extend the life span of your SSD drive, but we came a long way from there and today there is no reason to keep this feature turned off since it can be helping many ways with both your system and SSD.
  5. Disable Indexing in Windows.

    A large portion of the speed of your SSD drive is used for indexing files in Windows. Of course, the indexing feature is great if you store everything on your SSD drive but if by any chance you have another drive for your backup, pictures, music, etc. it would be highly beneficial for you to turn it off on your SSD. To turn indexing off click on your start menu, click on the computer. Right-click on your SSD and then click on properties. De-select box that says: Allow files to have contents indexed in addition to file properties and click OK. Once you do this the operating system will apply this to all the files and folders on the drive. If you see a dialog telling you that it couldn’t remove a file from the index, click Ignore All.
  6. Keep Windows defrag ON.

    This also was the option in early SSD days which was better to be OFF, but as said before since technology has been making progress and Windows has been improved and made aware of SSD drives, defrag has evolved as well, and now it is more of optimization tool then defragmenter which was once.
  7. Disable Prefetch and Superfetch.

    Windows is placing information in both physical and virtual memory for applications that you are not currently using but they are used often in order to speed their response time. If you are running low on space or having struggles with virtual memory it would be best to turn them both off. Go to registry manager and find: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters, there you have 2 values: EnablePrefetcher and EnableSuperfetch, set both values to 0.
  8. Disable Search and Superfetch services.

    Disabling Superfetch in the registry is not all work, Press WINDOWS + R to bring run dialog, type in it services.msc, Find both Search and Superfetch and disable them.
  9. Configure Write Caching.

    Write caching can be enabled and disabled in the device manager by expanding disk drives, right-clicking on SSD, then click properties, select the policies tab. In the tab, there is the option to Enable write caching on the device. Now trick in this is that you will need to try and benchmark your SSD with both options turned ON and OFF since different manufacturers have different performances with this option being ON or OFF.
  10. Disable CleanPageFileAtShutdown and LargeSystemCache.

    Page file and a large cache of page files are not something that we longer need, since SSD writes with great speed in its flash memory both of these options can be disabled and you will both speed up shut down the process of your system and save some SSD life since page files will not be written. Find both options in the registry under the key: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management set both to 0
  11. Set high performance in Power options.

    This option in power management will prevent your SSD from constantly shutting down and bringing it up increasing speed without sacrificing its life span.
These are tips and tricks for having great and longer life as well as speed for your SSD drive. We hope that you have found them useful and that you will come again to check new articles published daily for easier IT life.
Read More
Fix Cannot load Management Console
TPM, also known as Trusted Platform Module, is a specialized chip used for security as well as encryption of users’ private data like Fingerprint, Facial data, and many more. TPM also comes with a Management Console and if you are not able to load the Management Console and you got the “Cannot load Management Console” error instead, read on as this post will guide you in fixing the problem. This type of issue usually happens when you clear or disable the TPM using the settings in the BIOS and so when you run the Trusted Platform Module Management console, you encounter the error. To fix the “Cannot load Management Console” error in your Windows 10 computer, here are some options you should check out.

Option 1 – If TPM is cleared in the BIOS:

If the Trusted Platform Module is cleared in the settings of the BIOS, you have to close and restart the TPM Management console or TPM.msc once again. It could be that the TPM Management has to reload the changes again after you’ve made them which is why you encounter the “Cannot load management console” error.

Option 2 – If TPM is disabled in the BIOS:

If you opted to disable TPM using the BIOS settings or you have turned it off by accident, then you have to enable it back and you have two options to do that – you can either enable TPM from the BIOS or using the Windows PowerShell. For more details, refer to the instructions below.

Enabling TPM from the BIOS:

  • You need to first reboot your PC and then go to the BIOS.
  • From there, look for TPM under the security options and in case the TPM management option has been disabled or greyed out, refer to the sub-steps given below to make it active again
    • Enable the Admin password in the BIOS.
    • Then go back to the TPM settings and check if the TPM management is already available.
  • After that, you should now be able to enable TPM. Remember that it’s always a good idea to have an ADMIN password for your BIOS as it makes sure that no one can change the settings in your computer BIOS and Security level options.

Enable TPM via Windows PowerShell:

  • This second option is a lot easier compared to the first one if you have admin privileges. So once you’ve opened the Windows PowerShell with admin privileges, you need to run the following command:
    • $tpm = gwmi -n rootcimv2securitymicrosofttpm win32_tpm
    • $tpm.SetPhysicalPresenceRequest(6)
  • After you execute the commands given above, you need to restart your computer.
  • Now, once your computer has restarted, you need to accept any BIOS prompts and then check if the “Cannot load management console” error is now fixed.
Read More
Cooler Master XG850 PLUS PLATINUM

Enter Cooler Master XG850 PLUS PLATINUM, a new, in-house designed power supply from Cooler Master. I will admit that in last years I was a big fan of Cooler Master and their components, well not all but power supply and PC cases were always products from them that I liked and used. The latest power supply from them does not disappoint and I must say that I like it very much, it is hi-quality, it is silent, it has a large LCD display where you can see its current state and also has some RGB lights so it looks cool in your case.

cooler master power supply XG850 PLUS PLATINUM

Technical specifications

So without further detours here are the technical specifications and then we will talk a little about it.

Model: MPG-8501-AFBAP-X
ATX Version: Intel ATX 12V Ver. 2.53
PFC: Active PFC
Input Voltage: 100-240V
Input Current: 12-6A
Input Frequency: 50-60Hz
Dimensions (L x W x H): 160 x 150 x 86 mm
Fan Size: 135mm
Fan Speed: 1800 RPM
Noise Level @ 100%: ≤ 25 dBA
Efficiency: ≥ 92% @ Typical Load
80 PLUS Rating: 80 PLUS Platinum
ErP 2014 Lot 3: Yes
Operating Temperature: 0-50°C
Power Good Signal: 100 - 150 ms
Hold Up Time: ≥ 16ms
MTBF: >100,000 Hours
Protections: OPP, OVP, OCP, UVP, SCP, OTP, Surge, and Inrush Protection
Regulatory: TUV, cTUVus, CE, BSMI, FCC, CCC, EAC, UKCA
ATX 24 Pin Connectors: 1
EPS 4+4 Pin Connectors: 1
EPS 8 Pin Connector: 1
SATA Connectors: 12
Peripheral 4 Pin Connectors: 4
PCI-e 6+2 Pin Connectors: 6
USB Protocol 10P: 1
Series: XG Series
80 Plus: Platinum
Modular: Full Modular
Wattage: Above 750W

Opinion about Cooler Master XG850 PLUS PLATINUM

If we put aside the technical characteristics of the power supply itself we are left with visual and real working experience. Now real working experience will not be covered here since yea it is working great but it needs some time and a long period of testing in order to be able to say that it is indeed reliable and great but considering I have never had any issues personally with power supplies from Cooler Master I will assume that this one is also very reliable and hi-quality.

That leaves us basically with looks and feels of supply itself and I must say that I like it, and I mean I like it a lot. It feels hi-quality and it looks hi-quality. The LCD display is very good looking and it is very crisp and readable. With power supply some proprietary software so you can choose what you want on display on the screen and also you can control RGB and display colors with it.

I have not opened the power supply to see how it looks inside but from what I could see I think this would be my new power supply if I were building a new PC now. I recommend it and if you decide to get it I hope it will serve you long long time.

Thank you for reading and I hope to see you next time.

Read More
Increase or decrease notification display time
As you know, the Windows 10 Action Center has a stack of all the notifications that come from different applications on your computer. So each time an app displays notifications, it will be displayed for about 5 seconds and then it disappears right away. Although the allotted time for the notifications to be displayed is quite enough to catch your attention and help you get a glance at the message, there are times when you might miss it and you hoped it could’ve been displayed a lot longer. So in this post, you will be guided on how you can increase or decrease the display time of the notification in Windows 10. The best way you can view the missed notification is to click on the Action Center. From there, you will see all the notifications that are grouped by the applications. This means that if you have a lot of notifications, it would be hard for you to find what you are looking for. Thus, in such cases, the best way you can do is to increase the display time for which notification to stay on the screen.

To get started, refer to the instructions given below.

Step 1: Tap the Win + I keys to open Settings. Step 2: Next, navigate to Home > Ease of Access > Display. Step 3: After that, scroll down to the end until you see the dropdown to change the notifications where you should see the “Show notifications for”. Step 4: Then you can change the time from the default 5 seconds to 7, 15, 30, and so on. Step 5: Once done, the display time of the notifications should stay longer but keep in mind that you must choose the length wisely so if you have notifications from a lot of apps, then the screen will also be filled with multiple notification cards.
Read More
How to Fix Windows 10 Error 0x80070017

Error Code 0x80070017- What is it?

Error Code 0x80070017 is an error code that is most often associated with Windows 10 installations, although it has also been encountered by users on previous versions of the Windows operating systems. It is usually encountered as users attempt to install a new version of the software on their machine.

Common symptoms include:

  • A vague error message regarding the inability of the system to copy over the necessary files pops up as users attempt to install a new version of the Windows operating system on their computer

While it can be hard to tell what the exact cause of Error Code 0x80070017 is on your specific device, the good news is that there are two primary methods that can be used to fix the problem and to allow you to proceed with your installation. These two methods do require some degree of technical knowledge and/or skill, so if you don’t feel like you have the ability to undertake them on your own, be sure to get in touch with a trusted computer repair professional to assist you.

Solution

Restoro box imageError Causes

The most basic cause of Error Code 0x80070017 is that some of the files that are needed by the system to complete the installation are either not being found by the computer or are believed to be corrupted by the system. When this happens, security features within the software prevent it from completing the installation process, so as to avoid damage to the computer. Error Code 0x80070017 can be disruptive to your installation process, but there are two basic methods that can be employed to resolve it.

Further Information and Manual Repair

While it can be frustrating to encounter Error Code 0x80070017 on your Windows machine, there are two methods that can be used to try to resolve the problem. One of these methods is extremely simple, even for the most basic users, while the second method takes a little bit more skill and technical knowledge. If you aren’t able to complete these methods on your own, be sure to get in touch with a qualified computer repair technician that can assist you. Here are the best ways to attempt to resolve Error Code 0x80070017 on your device:

Method One:  Clean Your Physical Disk

If you purchased a physical disk version of the installation files for your Windows operating system, remove the disk from your drive and clean it using a microfiber or other lint-free cleaning cloth. As you wipe down the disk, do not use any chemicals, and be sure to wipe gently from the center towards the outside edge rather than the other direction, as failure to do so can damage the disk irreparably.

In some cases, you may need to contact Windows support if you believe that there is an error on the disk itself, such as a scratch, that would prevent the disk from being used as needed in the installation process. They may be able to offer you a replacement disk or you may be able to download a digital copy of the version that you are attempting to install on your machine.

Method Two:  Use the Chkdsk Utility

To determine if there may be an error within the disk drive itself, place the installation disk into the drive and restart the system. Go through the prompts until you see the option to “repair your computer.” Choose the operating system that you are using, go into the menu for System Recovery, and type in the words “Chkdsk/r” to begin to use the tool.

Whenever you run a tool like Chkdsk on your computer, it is important to restart your machine afterward to ensure that any changes that have been made are able to be fully applied and accepted by the operating system that you are running.

Method Three: Use An Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.
Read More
How to get rid of Gardening Enthusiast Toolbar

The Gardening Enthusiast toolbar is another product that is advertised as a helpful addition to your browsing experience when it is really nothing more than the software you should remove as soon as possible. It is touted as a toolbar that will provide you with a lot of useful gardening tips. That is the hook to get you to install it. But, in truth, the only thing that it does is provide you with links to popular gardening websites that you can easily find on any search engine.

When installed the extension will change your default search engine and home page to MyWay.com

While browsing the internet with this extension you will see additional sponsored ads and links throughout your browsing session.

Anti-virus applications have marked this extension as a Browser Hijacker and are therefore marked for removal. While not considered malware, the fact that many users find it to hinder browser performance has led to its detection and flag for optional removal.

About Browser Hijackers

Browser hijacking means a malicious program code has control over and modified the settings of your browser, without your permission. Practically all browser hijackers are made for marketing or advertising purposes. Usually, hijackers will force hits to internet sites of their preference either to increase web traffic producing higher ad earnings, or to obtain a commission for every user visiting there. Nevertheless, it isn’t that harmless. Your internet safety is jeopardized and it is extremely annoying. Once the malware attacks your laptop or computer, it starts to mess things up a whole that slows your PC down to a crawl. In the worse case, you will be forced to tackle serious malware threats too.

Browser hijacking symptoms

The typical symptoms that suggest having this malware on your PC are: your home page has been reset to some unfamiliar website; you see new unwanted favorites or bookmarks added, usually directed to ad-filled or pornography sites; the default online search engine has been changed and the web browser security settings have been lowered without your knowledge; find new toolbars that you didn’t add; you notice lots of pop-up ads on your screen; your web browser gets sluggish, buggy, crashes quite often; Inability to navigate to certain sites, especially anti-malware and also other security software webpages.

Exactly how browser hijacker finds its way to your PC

A browser hijacker can be installed on your computer when you go to an infected site, click an e-mail attachment, or download something from a file-sharing website. They could be included with toolbars, BHO, add-ons, plug-ins, or browser extensions. Other times you might have accidentally accepted a browser hijacker as part of a software program package (generally freeware or shareware). Examples of popular browser hijackers are Fireball, Ask Toolbar, GoSave, CoolWebSearch, Babylon Toolbar, and RocketTab. Browser hijackers can record user keystrokes to gather potentially invaluable information that leads to privacy issues, cause instability on computers, significantly disrupt user’s browsing experience, and ultimately slow down the PC to a point where it will become unusable.

Removing browser hijackers

Certain browser hijacking could be easily reversed by identifying and eliminating the corresponding malware application from your control panel. Unfortunately, many of the software products used to hijack an internet browser are deliberately designed to be hard to detect or get rid of. You should think of undertaking manual fixes only if you are a tech-savvy person, as risks are associated with tinkering with the computer registry and HOSTS file. Browser hijackers can be effectively removed by installing anti-malware software on the affected PC. If you need to remove persistent hijackers effectively, install the award-winning anti-malware tool Safebytes Anti-Malware. And employ a system optimizer, like Total System Care, to eliminate all related files in the registry and fix browser issues.

How To Get Eliminate Malware That Is Preventing Anti-Malware Installation?

All malware is inherently harmful, but certain kinds of malicious software do more damage to your computer or laptop than others. Certain malware types alter internet browser settings by including a proxy server or change the computer’s DNS configuration settings. When this happens, you’ll be unable to visit certain or all of the sites, and thus unable to download or install the necessary security software to get rid of the computer virus. If you are reading this, chances are you’re stuck with a virus infection that is preventing you to download and/or install Safebytes Anti-Malware software on your computer. Even though this sort of problem can be harder to get around, there are some steps you can take.

Remove viruses in Safe Mode

Safe Mode is a special, basic version of Microsoft Windows where only the bare minimum services are loaded to prevent viruses as well as other problematic applications from loading. In the event, the malware is set to load immediately when PC boots, shifting to this particular mode can prevent it from doing so. To enter into Safe Mode or Safe Mode with Networking, press F8 while the PC is starting up or run MSCONFIG and locate the “Safe Boot” options under the “Boot” tab. Once you reboot into Safe Mode with Networking, you could download, install, as well as update anti-malware software from there. At this point, you can run the antivirus scan to eliminate viruses and malware without any interference from another application.

Switch over to an alternate internet browser

Malicious code might exploit vulnerabilities on a specific browser and block access to all antivirus software websites. In the event you suspect that your Internet Explorer happens to be hijacked by a virus or otherwise compromised by cybercriminals, the most effective thing to do would be to switch over to a different browser like Firefox, Chrome, or Safari to download your chosen computer security software – Safebytes Anti-Malware.

Install security software on a flash drive

To successfully get rid of the malware, you need to approach the problem of installing the anti-malware program on the affected computer system from a different perspective. To run antivirus from a USB drive, follow these simple measures: 1) Make use of another virus-free computer to download Safebytes Anti-Malware. 2) Plug the USB drive into the clean computer. 3) Double click on the downloaded file to open the installation wizard. 4) When asked, select the location of the pen drive as the place in which you want to store the software files. Follow the activation instructions. 5) Unplug the pen drive. You may now use this portable antivirus on the infected computer. 6) Double-click the anti-malware program EXE file on the pen drive. 7) Click on “Scan Now” to run a complete scan on the affected computer for viruses.

Benefits and Features of SafeBytes Security Suite

If you’re planning to purchase anti-malware for your desktop, there are numerous brands and utilities for you to consider. Some are well worth your money, but most aren’t. You must select a company that creates industry-best anti-malware and has earned a reputation as trustworthy. Among few good applications, SafeBytes Anti-Malware is the highly recommended software program for security-conscious people. SafeBytes anti-malware is a very effective and easy-to-use protection tool that is designed for end-users of all levels of IT literacy. Using its cutting-edge technology, this application will help you get rid of several types of malware like viruses, worms, PUPs, trojans, adware, ransomware, and browser hijackers.

SafeBytes anti-malware takes PC protection to a totally new level with its enhanced features. Here are some of the features you will like in SafeBytes.

Anti-Malware Protection: Built upon a highly acclaimed anti-virus engine, this malware removal tool can detect and remove several stubborn malware threats such as browser hijackers, potentially unwanted programs, and ransomware that other typical antivirus programs will miss. Real-time Threat Response: SafeBytes offers real-time active supervision and protection from all known viruses and malware. It will constantly monitor your computer for hacker activity and also gives end-users sophisticated firewall protection. Safe Browsing: Safebytes allots all sites a unique safety ranking that helps you to have an idea of whether the website you’re about to visit is safe to browse or known to be a phishing site. Lightweight: SafeBytes is renowned for its low impact on processing power and great detection rate of countless threats. It works silently and efficiently in the background so you are free to make use of your personal computer at full power all the time. 24/7 Premium Support: You will get 24/7 technical support to quickly resolve any issue with your security software. SafeBytes will keep your personal computer safe from the latest malware threats automatically with hardly any input needed from you again. Malware problems will become a thing of the past once you put this software to use. You’ll get the best all-around protection for the money you spend on SafeBytes Anti-Malware subscription, there is no doubt about it.

Technical Details and Manual Removal (Advanced Users)

If you do not wish to use malware removal software and like to remove Gardening Enthusiast manually, you could do so by going to the Add/Remove Programs menu in the Control Panel and deleting the offending program; in cases of browser add-ons, you may uninstall it by visiting the browsers Add-on/Extension manager. You might also want to reset your home page and search engine providers, and also delete browsing history, temporary files, and internet cookies. To make sure of complete removal, find the following Windows registry entries on your computer and remove them or reset the values appropriately. However, editing the Windows registry is really a difficult job that only experienced computer users and professionals should attempt to fix the problem. In addition, certain malware keeps replicating which makes it difficult to eliminate. Completing this task in Safe Mode is advised.
Folders: C:\Program Files\GardeningEnthusiast_7j Files: Search and Delete: 7jbar.dll 7jhighin.exe 7jmedint.exe 7jregfft.dll 7jregiet.dll 7jhkstub.dll 7jreghk.dll 7jSrcAs.dll 7jSrchMn.exe NP7jStub.dll 7jPlugin.dll 7jauxstb.dll 7jbprtct.dll 7jdlghk.dll 7jradio.dll 7jieovr.dll INSTALL.RDF
Read More
Fix The update isn’t applicable in Windows
There are times when you install a Windows update to your Windows 10 computer but you only got an error message saying, “The update isn’t applicable to your computer”. This is unusual as Windows was the one that downloaded them in the first place. To understand the reason behind this error, read on as this post will also give you a couple of suggestions you can try to fix the problem. One of the main reasons why this error occurs is that your computer might not have the required installed updates and many more. Other reasons include:
  1. The update might be replaced. There are instances when a newer Windows version is already available on the computer and that the version you are trying to manually install is an older version which is why the Windows update failed.
  2. The update might already be installed. There are times when the update process is still in progress and the earlier payload might have already been installed.
  3. It could also be that it’s a wrong update for architecture. As you know, updates are designed accordingly based on the architecture of the computer so if the update you are trying to install does not match the architecture of your CPU then it’s no wonder you’re getting an error message.
  4. Your computer might be missing a prerequisite update. There are Windows updates that depend on other updates so if you missed one and you’re installing another one, it could be the reason why you’re getting the error.
To fix the problem, here are some suggestions that might help.

Option 1 – Try verifying the package and the Processor Architecture

As pointed out earlier, updates are made according to the Windows versions. Thus, if one of the updates failed to install, you need to check if it’s applicable or not. The best way to do that is by searching the Windows update name on the official website of Windows. It could be that the Processor Architecture is not compatible with the Windows Update you are trying to install. If you have an X86-based processor, you can’t install x64-based installations of Windows and vice-versa. This usually happens when you’ve downloaded the update manually and then tried installing it.

Option 2 – Try checking if the update is old

The issue might be because you are trying to install an old Windows update which is why it didn’t work. To check, go to Settings > Update and Security > View Update history. From there, you can look for the update.

Option 3 – Try checking if the update is already installed

To verify the update, just go to the Windows Update history once more as you did in option 2, and then see if the update is already installed or not.

Option 4 – Try checking the prerequisites

AS mentioned earlier, there are some updates that depend on other updates before they get installed on your computer. The best way to verify is by checking the Microsoft Knowledge Base (KB). And to verify if the prerequisite updates are installed or not, just run the command below in PowerShell:
get-hotfix KB1111111, KB2222222, KB3333333
Note: In the command given above, you need to replace “KB1111111, KB2222222, KB3333333” with the actual update KB numbers.

Option 5 – Try running the Windows Update Troubleshooter

As you know, Windows 10 has various auto-repair built-in tools to help users fix small issues which used to get fixed manually. And in this case, you will need the Windows Update Troubleshooter to fix the issue.
  • Go to Settings and click on Update and Security.
  • From there, click Troubleshoot and click on Windows Update and then click the “Run the troubleshooter” option.
  • After that, it will try to detect and automatically fix common issues in the Windows Updates which can be resolved by Windows itself. Note that the process may take several minutes before it completes so you need to wait until it’s done. Once it’s done, in case you have some pending update that wasn’t realized by the system early on, it will apply the fix right away and restart the Windows Update service.
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