Logo

Fix Invalid file handle Error during ...

If you encounter an error saying, “Invalid file handle” when you try to rename, copy, delete a file or other operations in your Windows 10 computer, then read on as this post will guide you in what you can do to fix it. This kind of error pops up when the operating system tries to carry out an operation on a folder or file using the following words:

CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9

When you rename or create a folder or file using the reserved words given above, you could encounter an error that says, “The specified device name is invalid”. This occurs since these words are Windows system reserved words that you can’t use, unlike any other words. Thus, if you have a folder or file which contains any of the reserved words on another computer that runs a non-Windows operating system and you try to copy or rename it Windows, then it’s no wonder why you’re getting this error message.

In such cases, you can always click on the Skip button to stop the operation. However, if there are various folders or files, you can just use the Command Prompt to carry out the task. All it takes is a simple command that will get rid of the folder as well as the files in it. How? Refer to the instructions given below.

Step 1: Tap the Win + R keys to open the Run utility.

Step 2: Next, type “cmd” in the field and then tap Enter to open Command Prompt.

Step 3: After opening Command Prompt, execute the following command:

rd \.file-folder-path /S /Q

Note: The “rd” command will remove the directory or the folder while the “\.” command will select the current computer. The “/S” command, on the other hand, helps you in removing all the sub-directories and the files that are in the CON folder. The “/Q” command is not really mandatory since it helps you remove everything silently without any confirmation message. For example, if you have a folder named “CON” located on your Desktop, the path will be like this “C:/Users/<username>/Desktop/CON”. In this case, the command should be like this:

rd \.C:Users<username>DesktopCON /S /Q

However, if the error pops up for a whole different reason, you could use the following command instead to remove the reparse point extended functionality. Once you’ve entered the given command below, you should now be able to delete the file.

FSUTIL reparsepoint delete C:Users<username>DesktopFileName

DEL C:Users<username>DesktopFileName

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

How to Fix the Error Code 3

Error Code 3 - What is it?

Error code 3 is a type of PC windows error that can occur on any Windows version including Windows XP, Vista, Windows 7, or 8. This error code means that the system cannot find the path specified. The error 3 messages are displayed in the following format: “Error_ Path_Not_Found” or it may sometimes be displayed with the value 3 in this format:  (0x80070003: Error_Path_Not_Found)

Solution

Restoro box imageError Causes

The error code 3 indicates poor PC maintenance. It is a critical sign of an unstable system. The causes of this error code are:
  • Missing or broken system files
  • Registry issues
This error code poses serious system threats and should be resolved immediately before the damage is done. If you don’t address this error timely, your PC may be exposed to risks like system failure and crash. And this may lead to valuable data loss.

Further Information and Manual Repair

To resolve this error on your system, you don’t have to hire a technician or be technically sound yourself. What you simply need to do is clean the registry. Here are 2 ways to clean the registry:

1. Manually by Launching Registry Editor

First, launch the Windows registry editor by clicking the start button and selecting run. In the text box type, 'Regedit' and press enter and click OK. Before you make changes to the registry, make sure you create a backup of your existing registry. This is advisable because if you accidentally lose important data during the cleaning process you can also recover the lost data. Once you create a backup, now get started with the cleaning process. Expand HKEY_CURRENT_USER" key, then click on the software key and look for applications that you think could have corrupted the registry. Now delete them. After that, remove the unwanted start-up items, by accessing this link:  My Computer HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows Current Version. Now click on the run tab and delete invalid entries/ values. This process may be time-consuming and for some, it may be slightly technical to identify unwanted start-up items.

2. Download Restoro Registry Cleaner

Another way to clean and repair the registry is to download Restoro. This is an innovative and a highly-functional registry cleaner. It is embedded with an intuitive algorithm that detects all the registry issues instantly and removes them right away in just a few simple clicks. It removes all the unnecessary and obsolete files, repairs the registry, and fixes the damaged dll and system files. It has a user-friendly interface and simple navigation which makes it easy for all levels of users to work around it. This software is compatible with all Windows versions. Besides functioning as a registry cleaner, Restoro also functions as an antivirus and a system optimizer. It scans and removes all kinds of malicious software and simultaneously boosts the speed of your PC. Click here to download Restoro and resolve error 3 “Entry_Path_Not_Found” on your PC now!
Read More
Fix Defender, The Threat Service has stopped
There are times when you see a message in Windows Defender saying, “The Threat Services has stopped, Restart it now” when you try to use it. This kind of error is usually fixed by simply clicking on the Restart now button. However, if the error still appears even after you restart your computer and you see another message that says, “Unexpected error, Sorry, we ran into a problem”, then continue reading as this post will guide you in resolving this issue in Windows Defender. Before you proceed with the given fixes below, you have to create a System Restore point first. This way, you can always undo any changes you’ve made in case something goes wrong.

Option 1 – Make sure that the Windows Defender Services are started

The Windows Defender Advanced Threat Protection service is the one that protects your computer from advanced threats by monitoring and reporting security events that happen on your computer. This is why you have to make sure that this, as well as other required services in Windows Defender, are set to their default values and are started. To do so, follow these steps:
  • In the Cortana search box, type “services” and click on the Services icon to open the Services Manager. Alternatively, you can also tap the Win + R keys to launch the Run prompt and then type “services.msc” in the field and hit Enter to open the Services Manager
  • After opening the Services Manager, look for the following services and make sure that their Startup type is set to their default values:
    • Windows Defender Advanced Threat Protection Service – Manual
    • Windows Defender Antivirus Network Inspection Service – Manual
    • Windows Defender Antivirus Service – Manual
    • Windows Defender Firewall Service – Automatic
  • You can right-click on each one of the listed services and then select Start to start them.
  • And if some of the services don’t have their default values, just double-click on the Services to change the Startup types and select the correct option from the drop-down menu of the Startup type under the Properties box.
  • Next, set up the Startup type of these services to Automatic and then click on the Start button if the services are not running yet.
  • Now click on the Apply and OK buttons to save the changes made and then see if it fixed the problem or not.

Option 2 – Try modifying some entries in the Windows Registry

If the first option didn’t work in fixing the problem, you can try to alter some entries in the Windows Registry using the Registry Editor.
  • First, tap Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • Next, navigate to this registry path: HKLMSoftwarePoliciesMicrosoftWindows Defender
  • From there, look for the “DisabledAntivirus” and “DisableAntiSpyware” DWORDS from the right pane and change each one of their values to “0”. On the other hand, if you don’t see any of these DWORDS, you can create them instead and give each one of them a 0 value.
  • To create a DWORD, simply right-click on any empty space and select New > DWORD. Then name them both as “DisabledAntivirus” and “DisableAntiSpyware”.
  • Afterward, set the value of the newly-created DWORDS to 0.
  • Now exit the Registry Editor and reboot your PC to apply the changes made and then check if it has fixed the error in Windows Defender or not.
Read More
Logitech lift ergonomic mouse

Recently Logitech has released a new line of ergonomic mouse products on market, strangely shaped and lifted on a vertical axis Logitech claims that these devices will fix your issues and ease your hand pains for prolonged use of the computer.

Logitech ergonomic vertical mouse

The first time I saw this mouse I was not really impressed with its looks and somehow I thought it will not feel good. This all changed when I actually started using it, surprisingly altho strange in looks it does feel much more natural and much less stressful on hand. Also, it felt like I have used it before, personally, I did not need any adjustment period in order to use it fully.

All of that being said I will admit that using it for gaming is still not an option for me, someone might find it ok, especially if they play some games that do not need to be responsive like strategies or similar but for RTS and FPS I will still stick to the typically shaped mouse. This might be just a habit for me but somehow I feel more responsive with the typical mouse, but for anything else, this is the mouse that will keep your hands stress-free.

Now in order to get the mouse to be really recommended it needs to have some good technical specifications as well, looks are not all. The less important detail is that the mouse comes in 3 different colors: Black, white and pink, and its technical specifications are:

Specs & Details

Dimensions

Height: 71 mmWidth: 70 mmDepth: 108 mmWeight: 125 g

Technical Specifications

Sensor technology
  • Sensor type: Logitech Advanced Optical Tracking
  • Dpi range: 400-4000 dpi (Fully adjustable with 100DPI increments)
  • Nominal value: 1000 dpi
Buttons
  • Number of buttons: 6 (Left/Right-click, Back/Forward, Middle button, Scroll-wheel with a middle click)
Battery
  • Battery type: 1x AA battery (included)
  • Battery life: up to 24- months Battery life may vary based on user and computing conditions.
Connection type support
  • Logi Bolt USB receiver (included)
  • Bluetooth® Low Energy Technology
Wireless range
  • 10-m wireless range

Personally, I would recommend this mouse for anyone who does work in front of the computer during the whole workday since it really does loosen grip and strain on hands.

Read More
Windows Update Keeps Turning Off in Windows
Keeping your system updated is a must and Windows updates are definitely a great way to do that. These updates are essential since they provide important security and various fixes for bugs in your Windows 10 computer. However, there are plenty of instances when you encounter issues with Windows Updates and one of them is when the Windows Updates turn off automatically at random times. Some users reported that they saw a notification about Windows Updates being turned off. Note that the issue is not with the update itself since many users turned on the Windows Update and the system was properly updated. The issue is that the Windows Updates turned off all by itself. There could be several reasons why the Windows Updates turned off by themselves. It could be due to the antivirus program installed on your computer. Antivirus programs are known to cause issues with other programs, Windows updates components included. This can occur due to false positives as well as odd compatibility issues. Aside from antivirus programs, the Windows Update service itself could also be the root cause of the problem. There could be a corrupted file in the Windows Update folder or it could be that the Windows Update service wasn’t started properly. Any of these issues can be resolved by following the troubleshooting options given below. Make sure to follow each one of them carefully for better results.

Option 1 – 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 2 – Try to make some changes in the Registry

  • Tap the Wins key once and type in “command prompt” in the field.
  • From the search results, right-click on Command Prompt and select the “Run as administrator” option to run it with admin privileges.
  • Next, type the following command and tap Enter:
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateAuto Update" /v AUOptions /t REG_DWORD /d 0 /f
  • After that, type the following command and hit Enter again:
sc config wuauserv start= auto
 The command you entered will set the Windows Update to auto so you should be good to go.

Option 3 – Try to reset the Windows Update components

If by any chance that the second option didn’t work, resetting the Windows Update components could also help you resolve the problem. How? Refer to the following steps:
  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.
  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
    • ren C:WindowsSoftwareDistribution SoftwareDistribution.old
    • ren C:WindowsSystem32catroot2 Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 4 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.
Read More
How to Fix Error Code 0x8007041d on Your PC

Error Code 0x8007041d - What is It?

Error Code 0x8007041d is an error that arises during the Windows 10 Update process. In some cases, this error code can also arise during the Windows 10 Activation process. It is an error code that has been present in multiple versions of the software but usually arises when antivirus or registry issues interfere with the Windows Update or Activation software.

Common symptoms include:

  • Inability to download the needed Windows 10 updates
  • Inability to complete the Windows 10 Update process

If you are experiencing the Error Code 0x8007041d on your machine, there are several methods that you can use to attempt to resolve the problem. Several of the steps that are most successful for the resolution of this error require familiarity with registry and antivirus tools, so if you are unsure of your ability to complete these steps on your own, contact a qualified computer repair technician to assist you.

Solution

Restoro box imageError Causes

In most cases, Error Code 0x8007041d arises when there is a conflict between multiple antivirus or malware tools on the computer, if there is an issue in the Windows registry, or if your Windows Defender software is out of date. During the Windows Update process, the system checks to ensure that there are not any factors that are present that could introduce viruses to the system, so if there are any indicators that could present issues to the software, Error Code 0x8007041d will often arise.

Further Information and Manual Repair

For users who experience Error Code 0x8007041d, there are several steps that can be taken to resolve the issue. If the following methods are not successful for you or if you are unsure of your ability to undertake them on your own, contact a qualified Windows 10 computer technician.

Here are the best ways to attempt to fix Error Code 0x8007041d on your computer:

Method 1:  Remove Additional Security Software Apart from Windows Defender

In some cases, having multiple versions of malware or antivirus software installed on your computer can cause the Windows system to create conflicts between them, which can interfere with your ability to update. During the update process, the system may attempt to determine if there is any malware present, and having multiple kinds of antivirus software present on the same machine may return mixed results.

If you currently are running antivirus software that is separate from Windows Defender, consider removing it from your computer prior to running the update software. This may allow you to successfully complete your update process without conflict. Additional software can be reinstalled after the update is complete, but make sure to keep both sets of software up to date in order to lessen the chances of encountering this error code again during future updates.

Method 2:  Update Your Windows Defender Software

If you currently have Windows Defender as your primary antivirus software, check to see whether it is fully up to date. Out of date antivirus software can cause conflicts with the Windows Update process since the update to Windows 10 will not be able to be completed unless the system is free from viruses or malware.

If you are unsure of whether or not your Windows Defender is up to date, open it and run the process to check for updates, then re-attempt to run Windows Update. In some cases, you may want to restart your computer before running the Windows 10 Update process a second time.

Method 3:  Run the Registry Repair Tool

Another issue that could cause Error Code 0x8007041d is a problem in the system registry. If you believe that this may be the case, run the Windows Registry Repair Tool on your machine to check for and resolve any issues. This is a fairly simple and straightforward tool to use, but it can help you to resolve any number of problems that may interfere with your ability to update your Windows 10 software.

If you have taken the steps listed above, restart your computer before attempting to proceed with the Windows Update process. If the three methods listed above are not successful in completely resolving Error Code 0x8007041d on your machine or if you are not comfortable in your ability to implement these steps on your own, contact a qualified Windows repair technician who is familiar with the Windows Update process to assist you.

If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.

Read More
System Restore gets stuck or hangs up
As you know, System Restore is a useful tool in Windows operating system that helps users in fixing system issues by undoing any recent changes to the computer that may have caused the problem. However, there are times when you might encounter some issues when running this tool and one of these issues is when System Restore suddenly gets stuck or hangs up on initializing the restoration of the Registry in Windows 10. If you encounter a similar problem, read on as this post will guide you on what you can do in such cases. There are several things you can do when you face this kind of problem in System Restore. First, you can try to wait it out, give it more time to load, which should not take longer than 5 minutes. And if it’s still stuck after that time, give it another hour. However, if nothing changed after an hour, then you need to troubleshoot the problem further. Keep in mind that you must not interrupt System Restore by shutting it down abruptly, it could result in an unbootable system. To get started in troubleshooting the problem, you need to follow each one of the suggestions offered below.

Option 1 – Try to use the Windows Recovery Environment

The first troubleshooting option you need to try is to simply tap the power button for about 10 seconds. This is what you have to do when you have to interrupt System Restore or reset your Windows 10 computer. Tapping the power button for 10 seconds will perform a hard shutdown and once your computer shuts down, restart your computer again and follow the steps below but before you do that, make sure that you have a Windows bootable USB or DVD.
  • First, insert the bootable USB or DVD and boot into it, and select the “Repair your computer” option.
  • Next, once you see the manufacturer logo on your computer, tap the key to enter into Windows Recovery Environment.
  • After that, change the Boot sequence to DVD drive under the UEFI Firmware settings and restart your computer.
  • Once your computer has restarted, select the boot order and make changes accordingly as displayed in the BIOS.

Option 2 – Try to run the Automatic Repair Utility

You might also want to use Automatic Repair in fixing the error. To do so, follow the steps below.
  • You can start by creating and booting from a bootable Windows 10 USB Stick.
  • After that, click on Repair your computer located on the bottom left corner when you are on the initial Windows Startup screen.
  • Next, click on Troubleshoot, and then on the other screen, click the Startup Repair option.
  • Now select the operating system you want to repair. Once you do that, it will start to repair your operating system. Wait until the process is completed and then check if the problem’s now fixed.

Option 3 – Try to run System Restore in Safe Mode

If you can’t boot into your Windows 10 computer, you can try to run System Restore again in the Advanced Startup Options.
  • Boot your computer into Safe Mode.
  • After that, select an option > Troubleshoot > Advanced Options > Startup Settings > Restart.
  • Once your computer has restarted, tap the F6 key to enable Safe Mode with Command Prompt and to run System Restore from there.
  • Now in Command Prompt, type the “rstrui.exe” command to run System Restore in Safe Mode. This will help in fixing the problem since it would be safer to perform System Restore of the computer.
Read More
How To Fix the I/O System Error
The failure of MS Vista or XP to execute an Input or Output Signal activity is that which we refer to as an  I/O device error. This malfunction takes place when MS Vista is not able to execute activities for example reading and duplication different kinds of information from the disk or drive.

Solution

Restoro box imageError Causes

  • A piece of destroyed hardware equipment: You are getting messages informing you about the I/O device Malfunction when your Computer features an equipment apparatus that Windows is not able to utilize.
  • Broken/Faulty hardware Apparatus: If for whatever reason the equipment hardware is broken at all, or includes a flaw, you will also get such messages suggesting the existence of an I/O device error.
  • Incompatible/Broken Hardware Drivers: Such malfunctions are frequently the result of incompatible or broken equipment drivers.
  • Cable Link Problems: Technicians have determined the existence of link trouble, for instance, a cable that's in a bad situation, as another variable that can also cause these error messages.
  • Terrible/Dusty CD or DVD Disc: Yet another variable that's frequently accountable for the I/O device error is a broken CD or DVD disc. If it has not been cleaned by you, and in case the disc is dirty, prepare yourself to receive such messages often.

Further Information and Manual Repair

You should not stress yourself ill over the I/O Device Malfunction when it occurs on your own Computer. You can really fix it. First, before you spend lots of cash on the problem and sprint off to find a technician, reboot the pc. Subsequently, strive to obtain the push or disc, that you were not able to formerly. Second, clean the disc. Locate a great cleansing agent, and execute this. Utilize another pc to access the disc which you're incapable of using on the present pc. If it opens on another pc, then the disk is functional and should work on your computer as well. Let's assume that you lack another pc, search for a distinct disc, and strive to start it with your current pc. If the problem is not with the computer, the fresh disk should open and you can access the contents. If you fail completely, you're totally within your rights to move searching for a tech to repair the situation, if you attempt every one of the preceding choices. You could also do these aI/O device sections to view if you would repair the problem yourself. a) Network Cable Connections: Clearly, this is really something you can do without requiring a tech. Always check to see whether the networking and computer cables are well-connected. If you believe it's broken in case utilizing an exterior push, you could change the cable with yet another one. For inner cabling, unless you've high-level pc abilities, you shouldn't make an effort to change them. b) Attempt a Clean Boot of the PC: You can do this by yourself. Likely, the driver or software is incompatible together with the drive available on the PC. Clean boot up the pc is similar to configuring MS Windows. If the error is fixed following the preceding action, then it indicates your pc features a driver or software which is incompatible with the rest. c) Recognize the IDE Channel Attributes, and Adjust the Transfer Mode: It's feasible that you, or somebody otherwise, changed the Transfer Mode, which makes it challenging/impossible for the transport of information in the disk of your PC. If you understand the I/O Device right transfer mode, and if this occurred, just change it. Don't attempt a change or alter the Main IDE Channel. d) Check the Condition of Device: Confirming the working nature of the hardware device, which you may do under Device Manager, may inform you if it's operating right or not. e) Search the Manufacturing Company: When the rest fails, and you've likely employed a tech that can't solve the problem, you need to contact the producer, or check out their site, and see when there is an upgrade. It's possible to obtain to resolve the I/O Device Error, once for all through a simple upgrade.
Read More
Changing the Ownership of a File or Folder
There are many times when you have to change the ownership of a folder or a file so that other users can use them as well or if you want to transfer files to them, or an old account has been removed and all the files need to be assigned to a new user. Windows 10 keeps all these files locked under the account by default which created a folder or file. So unless a user is an admin or if the file belongs to that particular user, other users won’t be able to access or edit the file. So if you want to change the ownership of a folder or a file, then you’ve come to the right place as this post will guide you on how exactly you can do that.

To get started, make sure to follow the instructions provided below carefully.

Step 1: First, you need to open File Explorer by tapping the Win + E keys. Once you’ve opened it, navigate to the folder or file that you want to change the ownership. Step 2: Right-click on the folder or file and click on Properties and then go to the Security tab. Step 3: From there, click on the Advanced button located at the bottom right part of the window to open the Advanced Security Settings of the folder or file. Step 4: As you can see, the current owner will be listed with the Change link available next to the “Owner” label. Now click on this link to open the Select User or Group window. Step 5: After that, click on the Advanced button once again and click on the “Find Now” button to see the list of all the users as well as groups that are available in the computer. Step 6: Then select the user you want to give ownership to and click on the OK button and then click the OK button once more to save the changes made. Step 7: This will take you back to the Advanced Security Settings window but this time, the owner will be changed to whoever user you’ve selected. But you’re not done yet as you still have to check two additional options to help you completely transfer the ownership of the sub-folders as well as the files. You have to check the checkbox of the following options:
  • Replace owner on sub-containers and objects
  • Replace all child permission entries with inheritable permission entries from the object.
Step 8: After that, you need to click the Apply and OK buttons to confirm and save the changes made. This will completely transfer the ownership of the file. However, there is still one last thing you have to do – you have to go back to the Advanced Security Settings window to remove the access of any other user on the folder or file. Once you’re there, remove the existing user to make sure that the only assigned user has the access to the folder or file.
Read More
Fix Windows Update Error Code 0x8e5e0147
As you already know, the Windows Update mechanism in Windows 10 is a bit complex as it depends on thousands of files and services in order to properly function. There are DLL files and services that support this mechanism’s proper functioning. And so if there is any malfunction with any of these files or services, it will result in some errors when running Windows Update. One of these errors is the error code 0x8e5e0147 which has the following error message: “There was a problem installing some updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help – Error 0x8e5e0147” To fix this error, there are several methods you can try. You can run the Windows Update troubleshooter or reset the Windows Update components manually or clear the SoftwareDistribution folder and install the update manually. You could also reset the Windows Update Agent to default using a command in PowerShell.

Option 1 – Try to run the Windows Update troubleshooter

The first thing you can do to fix the Windows Update error code 0x8e5e0147 is to run the Windows Update Troubleshooter. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 2 – Try to reset the Windows Update components

If by any chance that the third option didn’t work, you can also try resetting the Windows Update components as it could also help you resolve the Windows Update error. How? Refer to the following steps:
  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS and MSI Installer.
  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below and don’t forget to hit Enter after you type one command after the other.
    • ren C:/Windows/SoftwareDistribution/SoftwareDistribution.old
    • ren C:/Windows/System32/catroot2/Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 3 – Try downloading and installing the Windows Updates manually

Windows Update error code 0x8e5e0147 might be due to a Windows Update that has failed. So if it is not a feature update and only a cumulative update, you can download the Windows Update and install it manually. But first, you need to find out which update has failed, and to do so, refer to the following steps:
  • Go to Settings and from there go to Update and Security > View Update History.
  • Next, check which particular update has failed. Note that Updates that have failed to install will be displayed under the Status column which has a label of “Failed”.
  • After that, go to the Microsoft Download Center and look for that update using its KB number and once you find it, download and then install it manually.
Note: You can also use the Microsoft Update Catalog, a service from Microsoft that provides a list of software updates that can be distributed over a corporate network. With the help of this service, it can be easier for you to find Microsoft software updates, drivers as well as fixes. Option 4 – Try to reset the Windows Update Agent Since you can’t update the Windows Update Agent on your Windows 10 computer manually, you can try resetting it instead and you can do it using the Reset Windows Update Agent tool which you can download from the official Microsoft website. This tool allows you to:
    • Scan all protected system file and replace the corrupted one’s (sfc /scannow)
    • Scan, detect, and repair corruptions in Windows system image
    • Clean up superseded components
    • Reset Windows Update components
  • Change invalid values in Windows Registry
  • Delete temporary files
Moreover, this tool also allows you to carry out these operations:
  • Open Internet Explorer settings
  • Search for Windows Updates
  • Explorer for local or online solutions
  • Restart your computer
Read More
Moving Start Menu to the Second Monitor
One of the most important User Interface elements in a Windows 10 operating system is the Start Menu. Not too long ago, Microsoft has added some new features and redesigned the Start Menu a couple of times as well. Thus, it is not uncommon for Windows 10 users to use several monitors. That’s why in this post, you will be guided on how you can move the Start Menu to your second monitor in Windows 10. There are a lot of advantages in using more than one monitor like a better and widescreen as well as help in improving and increasing productivity. Usually, the Start Menu and the taskbar is present in the original monitor only. In most cases, it helps users in moving the Start Menu to the second monitor and helps users in segregating tasks, and uses separate monitors for each kind of task. There are two simple steps to move the Start Menu to the second monitor. You have the option to unlock and drag the taskbar, as well as make adjustments in the settings. To get started, refer to each one of the following options to move the Start Menu to the second monitor.

Option 1 – Move the second monitor by unlocking and dragging the taskbar

The first option you can try to move the Start Menu to the second display is to simply unlock and then drag the taskbar. To do so, follow these steps:
  • First, click on the Taskbar and unlock it.
  • Next, uncheck the Lock the taskbar feature in the menu of the Taskbar Settings. This will free the taskbar so you can move or drag it around.
  • After that, push the Start Menu to the furthermost corner of the screen and then transfer it to the second monitor.

Option 2 – Move the second monitor using the keyboard

  • The first thing you have to do is to tap the Windows key to open the Start Menu.
  • Next, close the Start Menu by tapping the Esc key.
  • After that, the controls will shift back to the taskbar.
  • Now open the context menu of the taskbar by tapping the Alt + space bar together. This will move the Start Menu to the second monitor.

Option 3 – Move the Start Menu to the second monitor via Settings

If you find that the Taskbar is moving to the wrong monitor automatically or if the program does not start on the same monitor as the taskbar, then you can try this option.
  • Click on Start first and click Run.
  • Then type “desk.cpl” in the field and click OK.
  • Alternatively, you could also right-click on the desktop and select the Screen Resolution option from the drop-down menu.
  • After that, click on the monitor that you want to use as the primary monitor and select the checkbox labeled “Make this my main display”.
  • Once done, you have to choose the “Show desktop” on only 1 from the drop-down menu of Multiple displays.
  • Now click the Keep Changes option and select the Extend these displays from the Multiple displays drop-down menu and then click on the Apply button to save the changes made.
  • Afterward, click the Keep changes option once the dialog box pops up.
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