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

Fix CLOCK_WATCHDOG_TIMEOUT in Windows
If you encounter the CLOCK_WATCHDOG_TIMEOUT Blue Screen of Death error while using your Windows 10 computer then it is most likely caused by a specified processor which is not processing interrupts. This occurs when the processor is deadlocked or nonresponsive. Specifically, this kind of Stop error occurs when the processor is having a hard time with the cooperation of its threads and cores. The threads are the tasks performed by cores and some cores can have many threads at the same time. And this is where the problem begins – one thread is waiting for an adequate response from another thread or one kernel is waiting for a response from another kernel and those responses are not coming. In other words, when the processor is unable to continue the processing of tasks since its resources are occupied and are interdependent to get free, such a state is called Deadlock. The CLOCK WATCHDOG TIMEOUT bug check has a value of 0x00000101 which means that an expected clock interrupt on a secondary processor, in a multiprocessor system, was not received within the allocated interval. To troubleshoot the problem, you can check out the possible fixes provided below but before you proceed, make sure that you boot your computer into Safe Mode with Networking only.

Option 1 – Undo or disable overclocking if you have overclocked your system

  • Go to the Start Menu and open Settings.
  • Next, select Update and Security and go to the Recover tab.
  • From there, click on Restart now in Advanced startup. This will restart your computer.
  • Once you’re in the Advanced startup, go to Troubleshoot and then select the Advanced Options.
  • From there, select the UEFU Firmware Settings.
  • Now click on Restart. Once your computer has restarted, it will automatically open BIOS.
  • From the BIOS, go to the Advanced tab and navigate to Performance and then look for Overclocking.
  • Once you’ve found Overclocking, make sure that it is disabled. If it’s not, then disable it and then save the changes made by tapping the F10 key.
  • Start your computer normally and check if the CLOCK_WATCHDOG_TIMEOUT 0x00000101 error is now fixed.

Option 2 – Try running the Memory Diagnostic Tool

The Memory Diagnostic tool in windows can help resolve the CLOCK_WATCHDOG_TIMEOUT 0x00000101 Blue Screen error by checking and automatically fixing any memory-based issues. To run it, refer to these steps:
  • Tap the Win + R keys to open Run and type mdsched.exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.

Option 3 – Try to rollback, update or disable drivers

The next thing you can do to fix the CLOCK_WATCHDOG_TIMEOUT 0x00000101 Stop error is to roll back, or update, or disable device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 4 – Try running the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like CLOCK_WATCHDOG_TIMEOUT 0x00000101. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.

Option 5 – Try to disconnect or disable newly installed hardware

In this option, you will have to disable or remove the hardware you’ve just installed recently since external devices could be the one that’s causing the Blue Screen of Death error to appear. To do that, just disconnect any external device that’s connected to your computer physically and then check if it fixes the CLOCK_WATCHDOG_TIMEOUT Blue Screen error.

Option 6 – Troubleshoot the BSOD error in Clean Boot State

You can also troubleshoot the Blue Screen error in a Clean Boot state. There are times when third-party applications cause BSOD errors. Putting your computer in this state can help you identify which program is the culprit and thus isolates the problem. In a Clean Boot state, your computer will start using only the pre-selected minimal set of drivers and startup programs. Note that you have to disable and enable one process at a time.
  • 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 to 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.

Option 7 – Try to update the BIOS

Updating the BIOS can help you fix the CLOCK_WATCHDOG_TIMEOUT BSOD error 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.
Read More
Setting a Static IP Address in Windows 10
If you are having issues with your network connection and you have it configured to DHCP, then you shouldn’t have any issues in figuring your IP address out. If you want to prevent conflicts between network devices and enable their easy management, then you have to set a static IP address in your Windows 10 computer, worry not for this post will show you how it’s done. The IP addresses for computers are usually configured to the Dynamic Host Configuration Protocol or DHCP automatically by the respective router. This is really convenient since the devices instantly connect to your network and through this, you can save yourself the trouble of configuring the IP address for each new device manually. However, there’s a shortfall in the process – the computer’s IP address can change every now and then. Moreover, you might also find it a lot easier to share a printer or configure a Port forwarding when you set a static IP address. There are three ways to do it – you can set it via Control Panel or Windows Settings or using Windows PowerShell. For more details, follow the options provided below.

Option 1 – Set a static IP address via Control Panel

  • Right-click on the network or Wi-Fi icon located in the Taskbar.
  • Then select the “Open Network and Internet settings” option from the given list of options.
  • Next, go to Wi-Fi settings and scroll down until you see the “Related Settings” section. Here, click on the “Change adapter options” link which will open a new window that will direct you to the Network Connections section of the Control Panel.
  • After that, right-click on the network connection you want to set a static IP address for and then select the Properties option.
  • Then select Internet Protocol Version 4 (TCP/IPv4) under the Networking tab and click the Properties button.
  • Now switch the selector to the “Use the following IP address” option and make the entry for the following fields that correspond to your network setup.
    • IP address (Find it using the “ipconfig /all” command)
    • Subnet Mask (On a home network, it is 255.255.255.0)
    • Default Gateway (It is your router’s IP address.)
  • Then check the “Validate settings upon exit” option to help Windows check your new IP address quickly as well as the other relevant information to make sure that it’s working.
  • Once you’re done, click the OK button and close the network adapter’s properties window.

Option 2 – Assign Static IP address using Settings

  • First, click on the gear icon for Settings and select the Network & Internet tab.
  • Next, select Wi-Fi > Current connection where you’ll have to select the network connection your computer is connected to.
  • After that, scroll down until you reach the IP settings section and then click the Edit button.
  • Now click the drop-down arrow when the IP settings window pops up and select the Manual option.
  • Now turn on the IPv4 toggle switch and set the static IP address. You also have to set the Subnet prefix length (subnet mask). For instance, if your subnet mask is “255.255.255.0”, then the subnet prefix length in bits should be 24.
  • Afterward, configure the Default Gateway address and the Preferred DNS address and then save the changes you’ve made.

Option 3 – Assign the static IP address using Windows PowerShell

  • In the Start Search, type “PowerShell” and right-click on Windows PowerShell from the search results to open PowerShell with admin privileges.
  • After that, enter this command to view your computer’s current network configuration: Get-NetIPConfiguration
  • Next, take note of the following information:
    • InterfaceIndex
    • IPv4Address
    • IPv4DefaultGateway
    • DNSServer
  • Once you’re done, execute this command to set a static IP address: New-NetIPAddress -InterfaceIndex 15 -IPAddress 192.168.29.34 -PrefixLength 24 -DefaultGateway 192.168.29.1
  • Afterward, change the default gateway with the default gateway address of your network and make sure that you change the InterfaceIndex number with the one that corresponds to your adapter and IPAddress with the IP address you want to assign to your computer.
  • Now execute this command to assign a DNS server address: Set-DnsClientServerAddress -InterfaceIndex 4 -ServerAddresses 10.1.2.1
  • Finally, save the changes you’ve made and restart your computer.
Read More
Fix File Explorer stuck on Working on it…
One of the most useful utilities on a Windows 10 computer is the Windows File Explorer. It is undeniably one of the File Managers out there full of features on all the platforms. However, it is not without its issues and one of the most common ones most users encounter is when you are trying to open a folder or a location on File Explorer and it displays a message saying, “Working on it…” as it tries to load the content of that location or folder. This kind of issue mainly occurs to computers that run on an HDD although that doesn’t mean that it can’t happen to other computers that run an SDD. And so if the File Explorer on your Windows 10 computer keeps getting stuck on the “Working on it…” message along with a green animation bar moving very slowly while loading the contents of the folder, then it’s best if you follow the options given below to resolve this problem.

Option 1 – Try deleting the contents of the Automatic Destinations folder

  • Tap the Win + R keys on your keyboard to open the Run utility.
  • And then type “%AppData%MicrosoftWindowsRecentAutomaticDestinations” and hit Enter to open this location.
  • From there, select all the files and tap the Shift + Delete key combination.
  • After that, you will get a prompt that will ask you if you want to delete all the files permanently, just click on Yes. This will delete all the Quick Access cache.
  • Now check if you can now open a folder or a location without the “Working on it…” message.

Option 2 – Try to rebuild the Search Index

  • First, open the Indexing Options using the Search bar.
  • Next, click on the appropriate listing, e.g. Users folder.
  • After that, click on the Advanced button. This will open a mini-sized window and from there, go to the Index Settings tab.
  • Then click on the “Rebuild” option under the Troubleshooting section.
  • Now click on OK after the rebuilding is completed. This should rebuild the search index for all the files and thus, fix the File Explorer stuck on the “Working on it…” message.

Option 3 – Try to optimize the folder for General Items

You might also want to try optimizing the folder for General Items as it can help the File Explorer to load the contents faster.
  • Just right click on the folder that takes time to load the contents in it and is showing the “Working on it…” message.
  • After that, click on Properties to open the Properties mini window.
  • From there, go to the Customize tab and click on the drop-down menu to “Optimize this folder for” under the “What kind of folder do you want?” section and then select General Items.
  • Then check the checkbox with a label that says, “Also apply this template to all subfolders” and click on the OK button to save the changes.
  • Restart File Explorer and check if the problem is now fixed or not.

Option 4 – Try performing a System Restore

Running System Restore can also help you resolve whatever issue that’s causing the “Working on it…” message. 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.
Read More
How to place control panel in File explorer
Recent Windows updates have been slowly but surely moved a lot of control panel features into settings. This indicates that in the long term goal is probably to get rid of the control panel altogether. No matter how the setting app is easy to use and good there are still things in the control panel that we need and we will still need until they are all moved in the setting application. There are several ways to open and get to the control panel from run dialog to shortcut keys but one perhaps more convenient and easiest way is to just simply have in file explorer right beside hard drives double click away. In order to place the control panel icon inside file explorer, we will need the help of our old friend: the registry editor. As always playing with the registry editor can cause some instability and it is always a smart thing to back up it first before attempting any kind of edits.

Registry editor adding a key

To open registry editor press ⊞ WINDOWS + R to open the run dialog and inside type in REGEDIT followed by ENTER Once the registry editor is opened locate the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer Right-click on the NameSpace folder on the left navigation pane and then select New > Key Rename the key with {21EC2020-3AEA-1069-A2DD-08002B30309D} (This CLSID code will add access to the Category view of the Windows 10 Control Panel) or with {26EE0668-A00A-44D7-9371-BEB064C98683} (This CLSID code will add access to the large icons view of the Windows 10 Control Panel) Save and exit the registry editor Now when opened, file explorer will show a control panel icon for easy access.
Read More
Create Custom Views in Event Viewer
The Event Viewer in the Windows operating system is used to troubleshoot any computer issues. It is one of the most useful tools that keep logs of both security and system events. It also monitors for both software and hardware problems in the computer. This tool is the only one with amazing features that maintain logs about everything that’s going on in the computer system. It keeps track of all the information to the point where going over them will take a lot of time. Luckily, the Event Viewer tool now allows users to create custom views where you can set the filters and sort the data recorded to limit the information details to only what you’re interested in seeing. For instance, if you want to troubleshoot with one hard drive, you can just create a special custom view to display only the hard drive warnings in the security logs. This will save you hassle and time. Take note that the logs in the Event Viewer are divided into two main categories namely the Window logs and the Application and Services logs. You can just set the filter to the logs by their event id, specific date, and many other events when you have to troubleshoot some problem in your computer. So if you are trying to troubleshoot a problem in your Windows 10 computer and you’re checking the Event Viewer, read on as this post will guide you in creating custom event views in the Event Viewer. To get started, refer to the instructions given below. Step 1: Go to the Start menu and in the search box, type “event viewer” and then click on Event Viewer from the search results to open it. Step 2: After opening Event Viewer, click on Custom Views located in the left pane of the window. Step 3: Next, click on the Administrative events under the Custom View to create special log views. Step 4: Then on the right side of the window, click on Create Custom View to open the Create Custom View window. Step 5: There is a logged drop-down list under Filter. From there, you have the option to choose an appropriate predefined time or use a custom time range for your Custom log views. Step 6: After that, select an appropriate event level for your custom view. You have fine entry-level options to choose from such as critical event level, error, warning, information and verbose.
  • Critical – select this if you want to see the events that require your immediate attention in the custom view.
  • Error – select this if you want your Event Viewer to display the events that are less critical but hints at the problems.
  • Warning – select this event-level if you want to see the event with the potential problem but may not bound to happen.
  • Verbose – select this if you want to see detailed information about all the events.
Step 7: After you’ve selected the event level, you now have to select how you want the events to be filtered. They can either be filtered By the log or By the source.
  • By the log – you can select two options called Windows log and, Application and Service logs. The Windows logs allow you to filter the logs created during events like setup, security, applications, and system events. While the Application and Service logs filter the log created by the installed applications in your system.
  • By the source – select this if you want your Custom View to search for information in event sources. It allows you to view events in detail for various applications and devices.
Note: You have the option to further customize the event logs with more filters like Event IDs, task category, keywords, User, and Computer. Using these additional filters, you can choose to filter the events in the special views by specifying event id numbers in the Event IDs, entering predefined Windows words in the Keyword, specify the user accounts in the User field, as well as choose the system from the server to maintain logs in the Computer field. Step 8: Once you’re done customizing the log filter, click on OK to apply the changes made. Step 9: After that, a Save Filter should be displayed in the Custom View window. Just enter the Custom View name and select the Event Viewer folder where you want to save the Custom view. The folder name should be Custom View by default. And if you want, you can also create your own folder if you want your custom views to be visible to all the system users. Step 10: Next, check all the Users box located in the lower corner of the window and then click the OK button after you’re done. You should now see the customized filter you just created on the left side of the window. Just click on it to check your filtered events in the center of the Event Viewer window. And for you to save the custom view logs, simply right-click on the Custom views you created and then click on Save All Events in the Custom View As from the drop-down menu. Then put a name on the file and select the appropriate location where you want to save the logs and click on the Save button. Note that the log file is saved with the “.EVTX” file extension and when you double click on it, it will open the file in the Event Viewer.
Read More
Fix error code 0x80190001 in Windows
If you are trying to install a Feature Update in Windows 10 but you got the error code 0x80190001, then it means that there is something wrong with the installation files. The installation files are either corrupted or some of them failed to be downloaded. On the other hand, the issue might also have something to do with a driver issue. When you encounter error 0x80190001, you will see the either of following error message on your screen:
“Something went wrong Couldn’t download Windows 10, please check your network settings and try again. You can contact Microsoft support for help with this error. Here’s the error code 0x80190001”. Or: “An unexpected error was encountered while attempting to download files required for the upgrade”.
Here are some fixes that could help you resolve the error 0x80190001. Follow them carefully.

Option 1 – Run the Network Troubleshooter

As mentioned in the error message the issue might have something to do with the network settings of your computer so you can try to run the Network Troubleshooter and then try updating or installing Windows 10 again.

Option 2 – Update Network drivers

  • 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, look for Network Adapters from the list of device drivers displayed. Once you find it, expand it to see the Network drivers.
  • Right-click on it and select the option “Uninstall device” – do the same thing for the other Network drivers.
  • Restart your PC so Windows can detect and reinstall the drivers you just uninstalled.

Option 3 – Use Storage Sense to clean up temporary and junk files

  • Open Setting > System > Storage from the WinX Menu.
  • From there, you will see a list of all the local and connected storage devices along with the details on the free space.
  • Now make sure that the Storage Sense feature is turned On then go find a link that says “Free Up Space” and click it to open.
  • After that, a screen which is the built-in program in Windows 10 will appear and will scan your computer for the following junk files so you can free up disk space:
  • Windows Upgrade Log Files
  • The system created Windows Error Reporting Files
  • Thumbnails
  • Temporary Internet Files
  • Previous Windows Installation Files
  • Delivery Optimisation Files
  • DirectX Shader Cache
Note: Once you’re done freeing up space on your drive, try to run the setup file again.

Option 4 – Delete the contents in the SoftwareDistribution folder

The Software Distribution folder in the Windows operating system is a folder that can be found in the Windows directory and is used to store files temporarily which might be required to install the Windows Update on your PC. Thus, it is required by the Windows Update and maintained by WUAgent. A lot of users tried deleting the files in this folder to fix the problem and so far it has worked. Like them, you can try clearing the Windows Update cache by simply deleting the contents of the folder named “SoftwareDistribution” since Windows apparently can’t clear and re-download the update contents once they are corrupted. Thus, deleting the contents of this folder will make Windows download the contents again which will fix the problem. To do that, follow the steps below.
  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net stop bits
  • After entering these commands, it will stop the Windows Update Service and the Background Intelligent Transfer Service.
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
  • Once all the contents in the Software Distribution folder are deleted, restart your PC and then go back to Command Prompt and input the following commands again.
net start wuauserv net start bits
 Since the folder has already been flushed, it will be populated afresh the instant your restart your computer and open Windows Update.

Option 5 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it is also known to help users resolve Windows Update errors like error 0x80190001.

Option 6 – Try to disable your antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 7 – Try to use the Media Creation tool

The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
  • After making the bootable drive, you need to plug it into your computer and then reboot.
  • Next, tap the F10 or Esc key to open the boot options.
  • Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.
Read More
Basic IT skills everybody should know
In today’s world and age, there are some essential IT skills that basically everyone should know. No matter in what field you are working some skills are just needed in order to function properly in the work. So, without further ado let's dive into what are these essential IT skills everyone, even your grandmother should know.

Basic IT skills5 Essential IT skills everybody should know

  1. Word processing

    No matter are you creating or editing business documents or just trying to help a friend or relative, word processing skill is an essential asset and requirement in today’s age. Writing anything on a bunch of paper is time-consuming, papers can get lost, and searching for a particular item inside a bunch of papers is not a really enjoyable experience. A much easier solution is to write, format, and keep everything on the computer and almost all employers are asking for this skill.
  2. Send and using emails

    Today we live in the digital age and most communication is done in real-time via messaging apps and file sharing is done via file-sharing services. Despite mentioned technology, many files are shared and sent through emails. When a message is too long or complex when it needs to have some attachment or to be kept in archive emails are the way to go and therefore using email is a must-have essential skill.
  3. Using search engines

    When talking about using search engines we really do not think about firing up your favorite browser, going into the search engine,s and typing cat pictures. What we think is that a person should know how to use a search engine properly, tweak its search options, and phrase words and sentences to find everything he or she needs.
  4. Doing data work

    Data entry and data calculations have been made easier than ever thanks to today's technology. Microsoft excel, libre office calc, google sheets, etc. are all capable of performing a great variety of calculations and keeping track of plenty of required data. This skill is often asked by employers as an essential one.
  5. Cyber security

    Each employee or person, in general, should be quite aware of various scams and best practices to keep itself safe in this digital world. We have several articles on this topic and there are a great variety of articles on the internet as well.

Conclusion

No matter are you young or old, employed or looking for a job, these skills are a must-have in today’s world.  There are a lot of great tutorials online on these various topics and I am sure that your knowledgeable friend or cousin would be happy to help and show you how to do all of these things.
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
How to turn off auto brightness

Windows 10 and Windows 11 have automatic dynamic screen brightness depending on the surrounding light inside the room. Please take note that this option is available only on devices with build-in screens like laptops, tablets, and all in one desktop PC. If you are connected with your PC via an external monitor you will not have these settings available and probably feature is not even working.

screen brightness

Some computers will also allow automatic brightness changes also on what is displayed on the screen. This option is meant to save battery life on devices. Microsoft calls this automatic brightness feature Content adaptive brightness control. In order to change this setting, we will go to settings inside Windows.

Disabling automatic brightness inside Windows

Open Settings inside Windows, in Windows 11 press WINDOWS + I to open settings, then click on the system in the sidebar and then go to Display. Click on the small arrow beside the Brightness slider in order to expand a small menu and then uncheck Help improve battery by optimizing the content show and brightness. If you see Change brightness automatically when lighting changes, uncheck that as well. Close the settings and you are good to go, now brightness will always be as set in settings.

Inside Windows 10, go to Settings and then go to System and then in Display under the Brightness and Color section look below and locate the box that says Automatically adjust contrast based on the displayed content to help improve battery and uncheck it, if the box below with text Change brightness automatically when lighting changes exists, uncheck it as well. Close settings and you are done.

Read More
How to share games on Steam with someone
Sharing is caring, an old saying says. I completely agree and that is reason enough for this article filled with sharing goodness. Holidays are coming and I hope that the holiday spirit is strong with you, that you will spend them in peace and with loved ones. All that being said wouldn’t it be great if you can spend some joy with close ones and share some of your games on their account so they can enjoy them as well? steam libraryWell, you can and it is not complicated as well. Follow this easy guide to see how can you get someone’s account up and running with some of your games.

The steam Family sharing feature

The family Sharing feature inside Steam will let you share your games to another account so owners of that account can play games that you have purchased without the need to buy themselves. You can allow up to 5 accounts and 10 devices to play your library games, and owners of these accounts will have their own achievements. Be aware that enabling this option will place your entire library on the share, you will not be able to choose which games you would like to share and therefore any kind of parental controls are not applying here. Also know that once the game is running on one device, others will have to wait for one playing to finish before they can get a spin on it. Only the owner of the game can play whenever he wants as a priority but others will have to wait for the game to be not run by someone else.

How to Share Your Game Library

In order to share your game library have a person, you wish to share games with at his device on ready to go and enable steam guard on your account. To enable steam guard login into your account and on the top left corner click on Steam and then on Settings. Inside settings click on the Manage Steam Guard Account Security button. Choose the way of authentication either by mail or steam guard mobile app. Check Get Steam guard codes by email radio button and re-login into account.

Sharing Games on another Steam account

Now that Steam Guard is enabled on the primary account let’s share some games!!! Inside client again, in the top left click on Steam and again on settings. In the left panel choose and click on Family. Inside Family section check box beside Authorize Library Sharing on This Computer. Log out of your account and login into the client user account credentials you wish to share your library with (this is your friend or cousin account, they need to log in to Steam client on your computer but with their credentials). After they have successfully logged in, log them out and re-log with your account again. Now go again into Steam > Family and now you should see an account in the box at the bottom with the user name or your friend or relative. Confirm that this is an account that you wish to share the library with by clicking on the checkbox next to the name. Now let users login into the desired device with their credentials and they will have access to your entire library. Happy gaming!
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