Logo

Can’t type in Win apps, Search, Cortana, etc.

If you are typing inside the Search bar, Cortana, Taskbar, Windows 10 apps, etc., and then everything seems invisible then read on as this post will guide you in fixing this issue. At first, you might think that something is wrong with your keyboard but it really has nothing to do with it. The problem actually lies with the apps from Microsoft Store. Thus, if you can’t type anything in any of the apps from Microsoft Store in Windows 10, refer to the options given below to fix them.

Option 1 – Ensure that ctfmon.exe is running

Ctfmon.exe is a Microsoft process in Windows 10 that controls the Alternative User Input as well as the Office Language bar. In other words, it enables end-users to control the computer using on-screen keyboard inputs, speech, and even pen for various languages. It would be better if you launch the program once by going to the C:/Windows/system32 folder. Doing so will ensure that whatever API is needed for the keyboard typing to work properly again. You also have to make sure that its startup status is not disabled. In addition, you can also try the following steps, alternatively.

  • Open the Task Scheduler.
  • Then go to Microsoft > Windows > TextServicesFramework.
  • And on the MsCtfMonitor, right-click and enable the task.
  • Now restart your computer.

This will ensure that all the text boxes will start to work again. And if the task MsCtfMonitor is missing from the list of tasks, you can import it with the XML file from basics.net. Then download and create a task to run it each time you log in to your PC.

Option 2 – Use the Windows Store Apps Troubleshooter

You might also try running the Windows Store Apps Troubleshooter as it can help in resolving issues with the Windows Store apps. This built-in tool can resolve most of the app-related problems. To use it, go to Settings > Update & Security > Troubleshooting > Windows Store Apps and from there, click the start the troubleshooter button. The Windows Store Apps Troubleshooter will scan the computer for any issues with the Windows store apps and will automatically fix them if it finds any.

Option 3 – Re-register all the Windows 10 UWP apps using PowerShell

  • First, make sure to close all the running applications on your computer.
  • Next, in the Start search, type in PowerShell and right click on the result, and select the “Run as administrator” option.
  • After that, type the following commands to re-register the Windows 10 apps. Make sure to hit Enter on each line:
    • reg delete "HKCUSoftwareMicrosoftWindows NTCurrentVersionTileDataModelMigrationTileStore" /va /f
    • get-appxpackage -packageType bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "appxmetadataappxbundlemanifest.xml")}
    • $bundlefamilies = (get-appxpackage -packagetype Bundle).packagefamilyname
    • get-appxpackage -packagetype main |? {-not ($bundlefamilies -contains $_.packagefamilyname)} |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + "appxmanifest.xml")}

Option 4 – Try to run the DISM tool

You can also run the DISM Tool as it helps in repairing the Windows System Image as well as the Windows Component Store in Windows 10. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth” which could help in fixing the problem.

  • Open the Command Prompt with admin privileges.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • exe /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 5 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow

The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:

  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your PC.

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

Computer boots to the BIOS when you turn it on
A number of users reported lately that their Windows 10 PCs automatically boots into the BIOS whenever they start their computers. And when they tried to exit the BIOS and restart their computers, it still boots into the BIOS. If you are one of the users who experience the same problem, worry not for this post will walk you through what you can do to resolve the problem. Each time a Windows 10 computer boots, it goes through a lot of processes and one of them is where it checks the computer for any hardware issue such as hard drives, peripherals, as well as external devices. So if it finds some issue, the computer will halt the boot process and will boot into the BIOS. To fix this, there are several suggestions you can try. You have to check if you’ve pressed any key, especially the F2 or F12, or Del keys. You also have to check the peripherals and external devices in your computer or update the BIOS or reset it. For more information, make sure to follow each one of the options laid out below.

Option 1 – Try to check for any pressed key

The first thing you can do is to check for any pressed key. This might not make any sense but a pressed key can actually cause this problem. So you have to check if you have the F2 or F12 or Del buttons pressed since these are hardware keys that are usually set by the OEM to boot into the BIOS.

Option 2 – Try checking the physical device connections

You might also want to try checking if there are other devices that are connected to your PC. This is because the configuration of the BIOS or UEFI might be configured in a way that any external device connected to the computer has a higher boot priority compared to the hard disk.  And if it’s really the case, the externally attached disk might be the drive your computer is trying to boot into and not the hard disk. In such cases, Pen Drives, USB storage devices, CDs, DVDs, and so on, are included in this category of physical device connections.

Option 3 – Try to set a proper boot device

If the Boot Manager wasn’t able to locate a proper boot device, then it could be the reason why your computer boots into the BIOS when you turn it on. Thus, you have to check if there is an available proper boot device. You can usually find it under the Boot priority section. However, if you’re unable to locate your hard drive or SSD under the Boot device, then you have to change the hard drive but you have to check first if it is properly plugged in and that it works on other computers. If it works on other PCs, then the problem lies in the motherboard of your computer, and in that case, you have to consult its manufacturer.

Option 4 – Try to update the BIOS

Updating the BIOS can help you fix the issue but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msinfo32” in the field and press Enter to open System Information.
  • From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
  • After that, you should see the developer and version of the BIOS installed on your PC.
  • Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
  • If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
  • Now double click on the downloaded file and install the new BIOS version on your computer.
  • Now restart your computer to apply the changes made.
Note: If updating the BIOS didn’t help, you might want to consider resetting it instead.

Option 5 – Try resetting the BIOS/UEFI configuration

You might also want to reset the BIOS configuration which will lead to arranging the boot configuration since it is intended by the manufacturer. Note that this will get rid of any blockage in the boot process. All you have to do is take out the CMOS battery for a couple of seconds and then put it back again. After that restart, your computer and will be booted directly into Windows. Resetting the BIOS would also get rid of any password set for BIOS and you need to change your CMOS battery in case it didn’t work.
Read More
Should you upgrade to Windows 11
Windows 11 has been rolling out for a while now so many PC users ask the question is it wise and good to upgrade your Operating System to the latest Microsoft incarnation. No Thank you for reading, cya tomorrow in next article. Windows 10 vs Windows 11Jokes aside, I truly believe that choosing to upgrade your System to Windows 11 at this point in time is a bad decision and I will explain why I do believe it.

Reasons to upgrade to the new OS

First of all, let me say what is good in Windows 11 and provide reasons why you should upgrade your computer.
  1. The new fancy look made for modern computers. New Windows new look, Microsoft has tried their best to bring a new modern look to its flagship operating system and I must say that they have managed it. I could argue that it is a little bit late since Apple had this kind of look in years but hey, better late than never I guess.
  2. Increased security This point is very valid but it will play a role only if you have all system requirements including TPM 2.0. If that is the case new security features of OS are really well done and are perhaps one thing that might nudge some people in installing W11 on their system.
  3. New settings app The New and redesigned settings app inside Windows 11 is really great and it provides a great workflow and easy management of system settings. This is not some radical change but it will save time and make life much easier.
  4. It is better suited to the newest hardware Windows 11 was made with the newest hardware in mind and its performances on it are great so if you are punching the latest tech this reason is sufficient to make a switch, however, if you are still on an older system you will not gain much by switching.

Reasons to avoid Windows 11 for now

  1. Almost just a visual update to Windows 10 Some features of Windows 11 are great but they are not plenty of them to justify a new number and new version of OS. Considering what we really got new under the hood Windows 11 could have been just a patch and update to Windows 10 since the architecture is the same.
  2. Bugs Each day there are new bugs reporting for Windows 11, most of them are at the moment unsolvable and are caused because hardware manufacturers' drivers and software overall is not W11 ready. This hinders the stability of some systems and introduces headaches to others.
  3. Runs poorly on unsupported hardware Strange behavior has been reported on some older systems, granted systems are not officially supported but the point is OS is simply not working at the top of its game on older hardware.
  4. No updates on non supported systems Officially stated if you install Windows 11 on non-supported hardware you will not get any security updated on in. This is a deal-breaker as far as I am concerned.
  5. It is still under development When Windows 11 was released, Android native apps were not working on it, it later came with an update, this is just one example but there are more features that were promised but are not delivered on release and constant updates are fixing these things. It is obvious that Windows 11 is still under active development and not the final product that was promised.
  6. Microsoft’s edge pushing And not just edge, some other things as well but most notably is edge pushing to borders they are risking lawsuit similar as they did in the past pushing and disabling any other browser except internet explorer.

Conclusion

Firstly I want to point that this is my personal opinion but going through facts and taking into account the current state of Windows 11, at this point, it is not worth making a switch. I am sure that in time it will become a system that will be worth upgrading to but until that time comes, my advice would be to stay with Windows 10.
Read More
Facebook messengers alternatives
People are becoming more and more concerned with their privacy and Facebook's flagship messaging application is caught between it all. While still widely popular it has becoming to lose its ground due to many unanswered questions about privacy encryption. Lucky for all of us there are alternatives for more secure messaging.

SIGNAL

Arguably the most secure of all well-regarded messaging apps, Signal is the favorite of the European Commission, as well as newsrooms around the world. While Signal doesn’t disclose how many daily or monthly users the app has, Google’s Play Store says it has been installed more than 50 million times. While using Signal, each voice or video call connected through the app includes full end-to-end encryption. Signal takes an extra step by hiding message metadata so that the location of the original message is missing. While it asks for your mobile number, that number isn’t used with your profile. Instead, it acts as a numeric username. Once registered, you will find 1-1 chat, audio, and video calls, disappearing or “secret” chats, and a privacy lock so nobody can access the app even if they have your phone. Best of all, it’s completely free to use.

TELEGRAM

One of the biggest competitors to Facebook Messenger (and WhatsApp), Telegram is a very strong alternative. With more than 400 million users, it offers an interface that should feel right at home for anyone coming from Messenger. Telegram offers some huge benefits over Messenger, including features like groups that can hold up to 200,000 members for a chat. There is no limit on your media or chat size, and you can share all types of files between users and in groups. From a privacy standpoint, Telegram has robust security, but it is worth noting that only “secret” messages are end-to-end encrypted and can self-destruct. Non-secret messages can be stored on Telegram’s servers so you can pick them up between your devices quickly. That’s a consideration worth knowing prior to making Telegram your default Messenger replacement. Telegram is free across all platforms.

THREEMA

Rising in popularity, Threema is another privacy-focused alternative that has quickly become a competitor to Facebook Messenger. This paid service ($2.99 on both App Store and Play Store) is a pay-once, use forever option. Once you pay the small fee, you gain all of Threema’s touted privacy options, like open-source end-to-end encryption for both messages and calls. Like Signal, Threema won’t require you to link any phone numbers or emails to your account. All chats are handled anonymously, and the service generates a random user ID when you first open and register for the app. No data is collected from any of your chats and no ads are shown. The Swiss-made app does have its own servers hosted in Switzerland, which do not store any chat messages. Another privacy benefit of Threema is the notion that all of your contact lists, groups, and user profiles are hosted on your device, not on the Swiss servers. Because of that, Threema can once again state that none of your personal info is stored anywhere they have access.
Read More
Transferring characters in diablo 2 remake
Diablo 2 resurrected has hit official release and servers seem to be finally taken care of and everything seems to be running smoothly now. The game also received great praise from gamers and attracted old players of the original Diablo 2 game. diablo 2 gameplaySpeaking of old players of old Diablo 2, they can transfer their old characters into remaster and continue playing them within this new great HD environment. There are some steps and requirements but we are here to help and transferred characters will bring full stash, inventory, and equipped items with them.

Requirements

There are not many requirements for this transfer to occur but they must be respected in order to be successful. The first thing is a minor requirement and somewhat annoying but it needs to be done, firstly fire up Diablo 2 resurrected and create a character, any kind of character with any kind of name, any kind of class. This strange requirement is to actually create a character folder and register it inside D2 resurrected so we can copy old ones there. The second requirement will be that characters that you wish to be transferred must be offline characters. Old battle net online characters cannot be transferred at this moment and probably will not be in the future as well. So for all of you that wish to transfer online characters, bad luck, for the rest of us casuals playing offline single-player mode, we can enjoy our characters.

Process of diablo 2 character trasfer

The process itself of transferring characters when previously mentioned requirements are met is just a simple and copy operation. If you have somewhere backed your characters go into your backup folder and copy files in c:\users\*current user*\saved games\*diablo 2 resurrected folder* If you do not have characters backed up and just have old Diablo 2 installed and playing it, you can go to c:\users\*current user*\saved games\*diablo 2 folder* and just copy all characters files into c:\users\*current user*\saved games\*diablo 2 resurrected folder* Your old characters end with .d2s extension, grab all that you want to transfer, and copy them into D2R. Take note that copied characters cannot be brought back into Diablo 2, once they are copied into Diablo 2 resurrected all further progress on them will be tied to the new game.

Conclusion

That’s it about the transfer process and requirements for it. Fire up the new game version and enjoy.
Read More
How to Fix Error 3

What is Error 3?

This is a type of Google Chrome update error code. It indicates a failure to communicate with Google update. The error code is displayed in the following format:
‘Update server not available (error: 3)’

Solution

Restoro box imageError Causes

Error 3 may be triggered by several reasons. These include:
  • You are running Vista/ 7 and you have configured Google Chrome to run as an administrator
  • Google Update is not registered properly
  • Registry issues

Further Information and Manual Repair

Here are some of the best and effective DIY methods to resolve error 3 on your PC without any professional help. You don’t need to be a technical whiz to try these methods.

Method 1

If the reason for the error cause is related to Google Chrome configured as administrator on your PC, then simply run it as a normal user. This is a common issue with Google Chrome auto-updating mechanism.

Method 2

If the problem still persists, then it is advisable to try re-installing Google Chrome. To do this, first, uninstall Google Chrome. Go to the start menu, control panel, and then program and features. Choose Add and Remove Programs and uninstall Google Chrome. To activate changes, reboot your system. Now reinstall Google Chrome by downloading it from Google Chrome’s official website.

Method 3

If error 3 is triggered because Google Chrome is not registered properly, then try this method to fix the issue.
  1. First, verify that GoogleUpdate.exe exists in the location specified in the Windows Registry Editor. For this, go to the Start Menu and then type Regedit in the search bar.
  2. Now click OK. The registry editor will appear. Now in the tree view on the left, navigate to the following directory:
  3. HKEY_CLASSES_ROOTCLSID{2F0E2680-9FF5-43C0-B76E-114A56E93598}LocalServer32
  4. Make sure the default value corresponds to the location of your GoogleUpdate.exe or GoogleUpdateOnDemand.exe file. Also, verify that these files are located in the given path.
  5. For instance, if they are located in different locations, then right-click the default value and select Modify.
  6. Enter the correct file path and use double quotation marks for example "C:\Documents and Settings%USERNAME%Local SettingsApplication DataGoogleUpdateGoogleUpdate.exe(or GoogleUpdateOnDemand.exe)"

Method 4

Error 3 may also pop up because of registry issues. These issues occur when the registry gets overloaded with obsolete and unnecessary files like cookies, internet history, bad entries, and junk files. In such an event, it is advisable to download Restoro This is a user-friendly and cutting-edge PC Fixer embedded with a registry cleaner. The registry cleaner removes all the obsolete files instantly and repairs the damaged registry thereby resolving all errors including error 3. Click here to download Restoro and resolve error 3.
Read More
How to get rid of DailyProductivityTools

The DailyProductivityTools Toolbar is packed as a browser extension that claims to increase your productivity with access to free online tools and developed by Mindspark Inc. This extension may seem handy at first, however, while browsing the internet with it active you will experience additional ads, sponsored content, and pop-up ads throughout your browsing sessions and search results.

When installed DailyProductivityTools changed your default new tab page to Search.MyWay.com disguising as a ‘Enhanced Google Search Engine’. This extension monitors your browsing activity, visited websites and links, then uses this information to better target Ads.

DailyProductivityTools has been marked as a Potentially Unwanted Program, and is recommended for removal by many anti-virus applications.

About Browser Hijackers

Browser hijacking is a type of unwanted software, often a web browser add-on or extension, which causes modifications in the browser’s settings. Browser hijacker malware is designed for a variety of reasons. Generally, the idea is to force users visit certain sites that are aiming to increase their site visitor traffic and produce higher ad revenue. Many people believe that the browser hijacker is only a harmless website but that is incorrect. Almost every browser hijacker pose an actual threat to your on-line safety and it is important to classify them under privacy risks. What’s more, hijackers can make the entire infected system vulnerable – other harmful malware and viruses will grab these opportunities to intrude into your computer system very easily.

How one can identify a browser hijack

The following are some symptoms that suggest you have been hijacked: you find unauthorized modifications to your internet browser’s homepage; your internet browser is constantly being redirected to adult sites; the default web browser configurations have been modified and/or your default search engine is altered; you find many toolbars on the web browser; you see lots of pop-ups on your computer screen; your browser has become unstable or starts running slowly; you’re blocked to access those sites of antivirus solution providers.

So how does a PC get infected with a browser hijacker?

A browser hijacker can be installed on your computer if you check out an infected site, click on an email attachment, or download something from a file-sharing site. They could also come from add-on programs, also known as browser helper objects (BHO), browser plug-ins, or toolbars. Browser hijackers sneak into your pc along with free software downloads also that you unwittingly install alongside the original. Examples of popular browser hijackers are Fireball, Ask Toolbar, GoSave, CoolWebSearch, RocketTab and Babylon Toolbar. Browser hijacking can lead to severe privacy problems and even identity theft, disrupt your browsing experience by taking control of outbound traffic, considerably slows down your PC by consuming lots of resources, and lead to system instability also.

Browser Hijacker Malware – Removal

Certain browser hijacking can be easily corrected by finding and removing the corresponding malware program through your control panel. But, many hijackers will be more difficult to locate or remove since it might get itself connected with certain important computer files that enable it to operate as a necessary operating system process. Novice PC users shouldn’t ever attempt for the manual form of removal, as it demands comprehensive system knowledge to do repairs on the system registry and HOSTS file. Professionals always recommend users remove any malicious software including browser hijacker by using an automatic malware removal tool, which is better, safer, and faster than the manual removal method. Among the best tools for repairing browser hijacker malware is SafeBytes Anti-Malware. It can help you eliminate any pre-existing malware on your computer and provides you real-time monitoring and protection against new internet threats. Along with anti-virus software, a system optimizer program, similar to Total System Care, can help you repair Windows registry errors, eliminate unwanted toolbars, secure your internet privacy, and stabilize software programs installed on your computer.

Malware Blocking Access To Safebytes Site And Anti-Malware Downloads - What To Do?

Malware can cause many kinds of damage to computer systems, networks, and data. Some malware types modify internet browser settings by including a proxy server or modify the PC’s DNS settings. In such cases, you’ll be unable to visit certain or all of the websites, and therefore unable to download or install the necessary security software to eliminate the malware. If you are reading this article, chances are you’re stuck with a virus infection that is preventing you to download and install Safebytes Anti-Malware program on your PC. Although this kind of issue will be tougher to get around, there are a few actions you can take.

Install in Safe Mode

In the event the malware is set to run at Windows start-up, then booting in Safe Mode should prevent it. Since only the minimum applications and services start-up in safe mode, there are hardly any reasons for conflicts to take place. The following are the steps you should follow to remove viruses in Safemode. 1) After switching on the computer, hit the F8 key while the Windows splash screen begins to load. This would invoke the “Advanced Boot Options” menu. 2) Select Safe Mode with Networking with arrow keys and press ENTER. 3) When this mode loads, you should have the internet. Now, utilize your internet browser normally and go to https://safebytes.com/products/anti-malware/ to download Safebytes Anti-Malware. 4) Immediately after installation, run a full scan and allow the software to get rid of the threats it detects.

Switch over to an alternate internet browser

Certain viruses may target vulnerabilities of a specific browser that block the downloading process. In case you suspect that your Internet Explorer has been hijacked by a virus or otherwise compromised by online hackers, the best course of action is to switch over to a different web browser like Firefox, Chrome, or Safari to download your favorite security software – Safebytes Anti-Malware.

Run anti-malware from your USB drive

Here’s yet another solution which is using a portable USB antivirus software that can scan your system for malicious software without needing installation. Follow these steps to run the anti-malware on the infected computer. 1) On a clean computer, download and install Safebytes Anti-Malware. 2) Plug in the USB flash drive to a USB slot on the clean computer. 3) Run the setup program by double-clicking the executable file of the downloaded application, with an .exe file extension. 4) When asked, choose the location of the USB drive as the place where you would like to store the software files. Follow the instructions on the screen to finish off the installation process. 5) Now, transfer the flash drive to the infected PC. 6) Run the Safebytes Anti-malware directly from the pen drive by double-clicking the icon. 7) Run Full System Scan to detect and clean-up up all kinds of malware.

SafeBytes Anti-Malware: Light-weight Malware Protection for Windows Computer

Nowadays, anti-malware software can protect your computer from different types of online threats. But how to select the best one amongst many malware protection application that’s available in the market? Perhaps you might be aware, there are many anti-malware companies and tools for you to consider. Some of them are good, some are ok types, while some will affect your PC themselves! It is important to choose a company that creates industry-best anti-malware and it has attained a reputation as reliable. On the list of highly recommended software programs is SafeBytes Anti-Malware. SafeBytes carries a superb reputation for quality service, and clients seem to be happy with it. SafeBytes antimalware is a highly effective and user-friendly protection tool which is suitable for users of all levels of computer literacy. Using its cutting-edge technology, this software will help you eradicate several types of malware including computer viruses, PUPs, trojans, worms, adware, ransomware, and browser hijackers.

SafeBytes has got a variety of wonderful features that can help you protect your PC from malware attack and damage. Some of them are listed as below:

Antimalware Protection: This deep-cleaning antimalware software goes much deeper than most antivirus tools to clean your computer system. Its critically acclaimed virus engine finds and disables hard to remove malware that hides deep inside your personal computer. Real-time Active Protection: SafeBytes gives round the clock protection for your computer restricting the malware attacks instantly. This software will continuously monitor your PC for suspicious activity and updates itself continuously to keep current with the latest threats. Web Filtering: SafeBytes gives instant safety rating about the pages you’re going to check out, automatically blocking harmful sites and make sure that you’re certain of your online safety while browsing the internet. Low CPU Usage: SafeBytes is well known for its low influence on computer resources and great detection rate of diverse threats. It runs silently and efficiently in the background so you are free to use your computer at full power all the time. 24/7 Customer Support: SafeBytes provides you with 24/7 technical support, automatic maintenance and updates for best user experience. SafeBytes has come up with a wonderful anti-malware solution that can help you conquer the latest computer threats and virus attacks. There is no doubt that your computer system will be protected in real-time as soon as you put this software to use. So if you’re searching for the very best malware removal application out there, and if you don’t mind paying out some dollars for it, opt for SafeBytes Anti-Malware.

Technical Details and Manual Removal (Advanced Users)

If you’d like to carry out the removal of DailyProductivityTools manually instead of using an automated tool, you may follow these simple steps: Navigate to the Windows Control Panel, click the “Add/Remove Programs” and there, choose the offending program to uninstall. In case of suspicious versions of web browser plug-ins, you can actually get rid of it through your web browser’s extension manager. You will likely also want to reset your internet browser. If you opt to manually delete the system files and Windows registry entries, utilize the following checklist to make sure you know exactly what files to remove before carrying out any actions. But bear in mind, this can be a difficult task and only computer experts can perform it safely. Furthermore, certain malicious programs have the capability to defend against its removal. It is advisable that you carry out the removal procedure in Safe Mode.
Files: %UserProfile%\Local Settings\Application Data\DailyProductivityToolsTooltab %LOCALAPPDATA%\DailyProductivityToolsTooltab %UserProfile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Sync Extension Settings\difcnlhbpohkmlhkpkimihocbagbijii %LOCALAPPDATA%\Google\Chrome\User Data\Default\Sync Extension Settings\difcnlhbpohkmlhkpkimihocbagbijii %UserProfile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Local Extension Settings\difcnlhbpohkmlhkpkimihocbagbijii %LOCALAPPDATA%\Google\Chrome\User Data\Default\Extensions\difcnlhbpohkmlhkpkimihocbagbijii Registry: HKEY_LOCAL_MACHINESoftware\Wow6432Node\DailyProductivityTools HKEY_LOCAL_MACHINESoftware\DailyProductivityTools HKEY_LOCAL_MACHINESoftware\Microsoft\Internet Explorer\DOMStorage\dailyproductivitytools.dl.myway.com HKEY_LOCAL_MACHINE\Software\[APPLICATION]\Microsoft\Windows\CurrentVersion\Uninstall..Uninstaller DailyProductivityToolsTooltab Uninstall Internet Explorer
Read More
Fix Something went wrong with the projection
As you know, Windows 10 is created with the goal of developing an operating system that caters to users’ needs and enhances productivity. That’s why modern computers that are running the Windows 10 OS have the capabilities to project their screen to an external display wirelessly. That said, Microsoft has a dedicated and pre-installed app called Connect which helps another device to project their screen on the computer. However, this feature is kind of delicate and won’t work unless it’s properly configured. So if some configuration does not work out well, it will throw an error message that says
“Something went wrong with the projection”.
This kind of error is caused by some issues with the Display driver, hardware, corrupted or damaged system files, and so on. And to fix it, there are several methods you can check out. You can try to update, roll back or reinstall the Display drivers. You could also run the Network Adapter troubleshooter or the Video Playback troubleshooter as well as run System Restore to undo any recent changes that might have triggered the error or reset your Windows 10 computer without deleting any files. For more details, refer to each one of the options provided below.

Option 1 – Try to update or rollback the Graphics driver

You can try to update your Graphics card driver using the Device Manager in your computer to resolve the blank dialog boxes problem or you can also go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it. To update your Graphics driver via Device Manager, refer to these steps:
  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in MSC into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: If updating the Graphics driver didn’t fix the problem, you can also try to roll back to its previous version and see if that helps or you could also try to roll back, update or reinstall the Network Adapter drivers.

Option 2 – Try to run the Network Adapter troubleshooter

To run the Network Troubleshooter, refer to these steps:
  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
  • Restart your computer.

Option 3 – Try to run the Video Playback troubleshooter

If the Network Adapter troubleshooter didn’t work in fixing the problem, you can try to run the Video Playback troubleshooter instead. To run it, simply go to Settings > Update & security > Troubleshoot. From there, scroll down until you see the Video Playback option and then click on the “Run the troubleshooter” button to get started. This troubleshooter will detect and automatically fix any problems related to video playback so it should help fix the error.

Option 4 – Try performing a System Restore

You might also want to perform a System Restore that might help you in fixing the 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.

Option 5 – Reset your computer

  • Tap the Win key or click on the Start button located in the Taskbar.
  • Then click on the Power button at the bottom right portion of the screen.
  • Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen Afterward, select either the “Keep my files” option and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.
Read More
Fix Netwtw04.sys BSOD Error in Windows 10
Blue Screen of Death errors or Stop errors are indications that something’s wrong with your computer. So when you encounter one, you must find out what the root cause of the problem is before it gets out of hand. One of the BSOD errors you might encounter on your Windows 10 computer is the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” error. As you know, system files or .sys files are some of the essential parts of the Windows operating system. It is a repository of system driver settings used by the Windows operating system in order to communicate with the connected hardware and devices. They are essential for the normal functioning of the operating system. A lot of Windows 10 users are facing this particular Blue Screen of Death error whenever they open an app or disconnect external devices from the system. The Netwtw04.sys file is a part of the Intel PROSet/Wireless Wi-Fi software. And so when you might encounter two kinds of Stop errors for the Netwtw04.sys driver file such as:
  1. “DRIVER_IRQL_NOT_LESS_OR_EQUAL What failed: Netwtw04.sys.” – This kind of error message signifies that a kernel-mode driver tried to access pageable memory at a process IRQL that was too high.
  2. “SYSTEM_THREAD_EXCEPTION_NOT_HANDLED What failed: Netwtw04.sys” – This error message indicates that the root cause of the error might be incompatible drivers with the operating system. In general, the root cause of the Netwtw04.sys BSOD error might be due to several reasons such as corrupted files, incorrect device driver configuration, malicious programs, outdated drivers, bad drivers, corrupted Windows Registry as well as some damaged or corrupted system files.
Whichever of the two error messages you got, you can try the troubleshooting options given below to fix the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” BSOD error.

Option 1 – Try to rollback your Network driver

If you have updated the driver software as of late and you suddenly got this BSOD error, you might have to roll back the device driver – in other words, switch back to the previous working version. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Next, select the driver entries that are labeled appropriately other than anything in the context of the WAN Miniport.
  • Then select each one of them and double-click to open a new mini window.
  • After that, make sure that you’re on the Driver tab and if you are not, just navigate to it then click the Roll Back Driver button to switch back to the previous version of your Network adapters.
  • Now restart your computer to successfully apply the changes made.

Option 2 – Try to update the Network drivers

If the present Network driver is giving you a headache that is the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” BSOD error, then you need to update the Network drivers. To do so, here’s what you have to do:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and update them all.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

Option 3 – Try running the System File Checker Scan

The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing the Netwtw04.sys failed BSOD error. SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.

Option 4 – Run the DISM Tool

The DISM tool is another command-line tool in the Windows operating system that could help users fix various corrupted system files. To use it, follow these steps:
  • Open the Command Prompt as admin.
  • Then type in this command: DISM /Online /Cleanup-Image /RestoreHealth
  • The DISM command you entered will repair the corrupted system image. Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 5 – Run the CHKDSK Utility

Running the CHKDSK utility might also help you resolve the Netwtw04.sys failed BSOD error. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.
Read More
Fix SearchUI.exe errors inside your Windows
The SearchUI.exe file is the one that manages the search feature of Cortana. However, a number of users have recently reported that this feature stops responding within minutes of booting their Windows 10 computer. This kind of problem could be caused by missing system files or some issues with the Cortana program itself. And so if the SearchUI.exe file is not responding, then you wouldn’t be able to use the search feature of Cortana. But worry not for this post will walk you through fixing this problem. Before you troubleshoot the problem, you can try to restart your computer and see if it helps, if it doesn’t, then proceed to the given options below.

Option 1 – Try to run the Search and Indexing troubleshooter

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

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

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

Option 3 – Try resetting Cortana

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

Option 4 – Try running the DISM tool

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

Option 5 – Try to reinstall Cortana

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

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

There are instances that some conflicting programs installed in your computer might be the one that’s causing some issues with Cortana or causing the SearchUI.exe process to stop. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • From there, start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Read More
Fix Microsoft Word Stopped Working in Windows
Microsoft office has set itself as one of the most used and best suites for business use and MS Word as the most widely used word processor. But how even best are not immune to some small bugs and unexpected behaviors so is not Word. Word has stopped working is probably know to a wide audience of its users, I think I could safely say that each Word user has experienced this error at least once, luckily the error is not anything to worry about since it is an easily fixable issue.

Try automated solutions

There are some fully automated solutions that could fix any PC issues, some are available in free versions. If you prefer to do things manually however keep on reading and follow the instructions below.

Manual FIXES:

  1. Update MS Word

    Make sure that you are running the latest build of Word in order to eliminate all bugs and to have a smooth running experience. Go to File > Account > Product Information > Update Options and click Enable Update and then select Update Now.
  2. Check the file

    Corrupted files can cause this crash and this error, try opening another text file inside the Word to eliminate file corruption.
  3. Run Word in safe mode and disable add-ins

    Did you know that MS Word has a safe mode like Windows? In this safe mode, Word will boot up just the application without any add-ins installed and in this environment, you can start one add-in by one to see which one is causing the issue. Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type in winword /safe followed by ENTER to run Word in safe mode If MS Word works fine in Safe mode, disable all COM Add-ins (while being in safe mode) and restart Word. Re-enable the add-ins one at a time to identify the problematic one. Click on File and then on Options Click on Add-Ins from the options list Select COM Add-ins from the drop-down menu and click on Go Uncheck all the add-ins and click OK to confirm Close the Dialog Box and MS Word. Now try running MS Word normally and see if it works Repeat steps to enable the add-ins, one at a time, and check which add-in is causing this error
  4. Repair Word installation

    Press ⊞ WINDOWS + R to open the run dialog In run dialog type in control panel and press ENTER Inside Control Panel click on Programs and Features Locate and click on Microsoft Office to select it Once selected click on change located on top of the application list Once Office Windows loads click on Repair Wait for the process to finish
  5. Reinstall MS office

    If all the previous solutions failed next step would be to completely uninstall MS Office and install it again once the old one has been completely removed from the system. Go to the control panel as explained in the previous step and select Office Instead of Change this time click on uninstall and follow on-screen instructions Once uninstall is finished, install a new copy of MS Office.
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