If you receive an error code of “0x80073afc” in Windows Defender after you boot your Windows 10 computer or when you try to manually run Windows Defender, then it could be that the Windows Defender files are corrupted. In such cases, this error could also occur if there is third-party security software that interferes with the smooth functioning of this Microsoft Security Client.
If you are one of the users who are currently facing this issue, then here are some suggestions you can check out to resolve the Windows Defender error code 0x80073afc.
Option 1 – Try to check the status of all the Windows Defender-related services
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 “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 to re-register the concerned DLL files
You could also try to re-register some Dynamic Link Library or DLL files on your computer as this could also help in fixing the Windows Defender error.
In the Start search, type “cmd” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option from the context menu.
After opening Command Prompt as admin, type the following commands one after the other:
regsvr32 dll
regsvr32 dll
regsvr32 dll
regsvr32 dll
Once you’ve entered the commands given above, it will re-register the concerned DLL files in your system.
Now restart your computer for the changes to take effect.
Option 3 – Try to use the Registry Editor
Tap the Win + R keys to open the Run dialog box,
Then type “Regedit” in the field and hit Enter to open the Registry Editor.
Afterward, navigate to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options
Next, look for the DWORDs named “MSASCui.exe”, “MpCmdRun.exe”, “MpUXSrv.exe” and “msconfig.exe”.
If you can’t find these DWORDs, refer to the next given option below.
Restart your computer.
Option 4 – Check the Environmental Values
Type “View advanced system settings” in the Windows search box and select the appropriate result.
This will open a new mini window. From there, go to the Advanced tab and click on the “Environment Variables…” button located at the bottom part of the window.
Next, look for the “%ProgramData%” variable name and make sure that its value is set to C:/ProgramData.
Then click OK to save the changes made.
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:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Restart your computer.
Option 6 – Perform a System Restore
Performing a System Restore on your computer can also help you fix the Windows Defender 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.
When trying to run Computer Management, or when running mmc.exe or compmgmt.msc from a command prompt you get the error that the application has been blocked for your protection then keep reading in order to solve the issue. This is a permission issue where if a regular user tries to run such system tools will result in saying that it has been blocked. Along with this, you may have a Group Policy issue. This can be fixed, but you will need admin permission to achieve it. It’s because when they are run from the command prompt with elevated privileges, it works.
Change Group Policy Settings
If your account is an admin account, and you are still facing the issue, then change the group policy settings:
Open Group Policy Settings by typing gpedit.msc in the run prompt followed by pressing ENTER
Navigate to User Configuration > Administrative Templates > Windows Components > Microsoft Management Console > Restricted/Permitted snap-ins
Locate Computer Management policy, and double click to open it
Enable it, exit Group Policy.
When Enabled: The snap-in is permitted and can be added into the Microsoft Management Console or run from the command line as a standalone console.
When Disabled: The snap-in is prohibited and cannot be added into the Microsoft Management Console or run from the command line as a standalone console. An error message is displayed stating that the policy is prohibiting the use of this snap-in.
Temporarily disable UAC
UAC is the user access control panel, and if you need to run the command right away, you can choose to disable it for some time. Click on the Start button, and then type UAC to find the User Account Control Settings.
Click to open, and then slide down the notification setting at the bottom. It will temporarily allow launching the application as there is no check. However, make sure to switch to default once you are done.
If you encounter the “We couldn’t install some updates because the PC was turned off” while trying to run Windows Update on your Windows 10 computer, then read on as this post will give you a couple of suggestions you can use as a reference to fix this error. Make sure to follow the options given below carefully.
Option 1 – Perform basic computer troubleshooting
If you get the “We couldn’t install some updates because the PC was turned off” error on your laptop, then it’s recommended that you connect your laptop to a power source and then try clicking the Update button again. In addition, you also have to make sure that your computer stays awake until the Windows Update process is completed. This will ensure that your computer does not go into an idle state and interfere with the process.
Option 2 – Try deleting the files from the SoftwareDistribution folder and resetting the Catroot2 folder
The downloaded Windows Updates are placed in a folder called “SoftwareDistribution”. The files downloaded in this folder are automatically deleted once the installation is completed. However, if the files are not clean up or if the installation is still pending, you can delete all the files in this folder after you pause the Windows Update service. For complete instructions, refer to 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 wuauservnet start cryptSvcnet start bitsnet start msiserver
After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic and the MSI Installer
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.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
Type each one of the following commands.
net start wuauservnet start cryptSvcnet start bitsnet start msiserver
After that, exit Command Prompt and restart your computer and then try to run Windows Update once more.
Option 3 – Try restarting the Windows Update Services
Open the Services Manager.
From there, make sure that you set the following services and Startup types:
Background Intelligent Transfer Service: Manual
Cryptographic Service: Automatic
Windows Update Service: Manual (Triggered)
Option 4 – Try to run the Windows Update Troubleshooter
Running the built-in Windows Update troubleshooter could also help you resolve the “We couldn’t install some updates because the PC was turned off” error. 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 5 – Try to install the Windows Updates manually
As mentioned, the error might be because Windows missed installing a particular update which is why you are not able to proceed with the current update. So to resolve the issue, you need to install the update that wasn’t installed by downloading it from the Microsoft Update Catalog website. You also have to make sure that you didn’t turn off the Windows update or have it delayed.
Option 6 – Run Microsoft’s online troubleshooter
Running Microsoft’s online troubleshooter might also help you fix the Windows update error. This online troubleshooter is known to help in fixing Windows Update errors, it scans your computer for issues that might be causing the problem and then fixes them automatically.
As you know, the Windows 10 operating system has support for a dedicated high-end graphics processor that brings in capabilities inside to support Graphics Cards from NVIDIA or AMD. This helps the operating system to function in a much better way by segregating the graphics-intensive operations from the CPU to a dedicated processor. However, there are times when it also experiences some issues that lead to some errors like the “Failed to create a graphics device” error.
It is possible that your computer has more than one screen or graphics card which is why you’re getting this error. To fix it, you need to try reinstalling DirectX or reinstall the Graphics Card driver. You could also try to manually check the hardware or power cycle of your computer.
To start troubleshooting the “Failed to create a graphics device” error, follow the given suggestions below.
Option 1 – Try running the DirectX Diagnostic Tool
Since the error has something to do with the DirectX Graphics APIs, you can run the DirectX Diagnostic tool to resolve the problem.
Option 2 – Try updating or re-installing DirectX
If the DirectX Diagnostic tool didn’t work, you can try to update or reinstall DirectX instead. This can help in fixing the problem because when you reinstall or update DirectX, it will replace the incompatible or corrupted components of DirectX from your computer.
Option 3 – Update or reinstall the Graphics card drivers
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: You also have the option to 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.
Option 4 – Try to physically check the hardware of your computer
You might also want to check the physical status of the hardware in your computer. You can clean the dust off the hardware components like the Graphics Card of the computer. In doing so, you have to use a small blower or you could also use a soft cloth and run the components gently. Make sure that you don’t damage any parts with moisture or cause harm to any circuits while you carry out this task.
Option 5 – Try to power cycle your computer
You could also try to power cycle your computer to fix the error. To do that, you have to turn off your computer in a way that the power is completely cut off and all the fresh configurations of files are loaded when your computer is booted up. The first thing you have to do is to shut down your computer and if you are using a laptop with a removable battery, you must remove the battery for a couple of minutes before you plug it back in and boot your laptop. On the other hand, if you are using a desktop computer, press and hold the power button until the CPU goes off and take out the power cable for a minute or so and then plug it back in. Boot your computer and see if the error has been resolved.
A newfound bug in Google docs is causing it to crush and upon reopening it will crush again making it very difficult to re-access your document. The bug is manifested when a series of the same word is typed into a document and Show grammar suggestion is turned on.
How was it found
A Google Docs user, Pat Needham brought up the issue on Google Docs Editors Help forum.
"I've only tried in Google Chrome, with documents from three separate Google accounts (personal, G Suite Basic, and work one which might be enterprise). All three experience this same issue".
"It's case-sensitive. So trying with 'and. and. And. and. And.' doesn't cause it to crash."
While Needham publicly reported the bug, it appears that the issue was discovered by Eliza Callahan who was writing a poem novel for her novel using Google Docs.
Needham's findings have also been confirmed by other users running Firefox 99.0.1
Another user, Sergii Dymchenko, said strings like "But. But. But. But. But." triggered the same response. Some also noticed putting any of the terms like "Also, Therefore, And, Anyway, But, Who, Why, Besides, However," in the same format achieved the outcome.
A YCombinator HackerNews reader suspected the cause to be the "Show grammar suggestion" option in Google Docs.
A Google spokesperson confirmed the presence of the issue adding, "we're aware of this issue and the team is working on a fix."
How to recover your document
First thing first, turn off Show grammar suggestions so you do not run into issue by accident. In order to turn it off go to Tools and then into Spelling and grammar and untick Show grammar suggestions.
Now, if you already have a document that has been crushed, fear not because there is a workaround to access it. For some strange reason this bug does not manifest on Google Docs mobile app, so you can open the crushed document in the mobile app, delete words that have caused the bug and reopen the document on your desktop.
Until Google comes up with the solution this is currently the only way to address the issue.
We have all been there, unfortunately, the application freezes, and sometimes it can even freeze whole windows.
Well if the whole Windows freezes because of the application there is not much we can do except hard reset but if only the application freezes we can still kill it and return the PC in working condition.
The first thing you can try is to press ALT + F4, this shortcut is for closing the program, if the application is frozen Windows will try to close it when using this shortcut, and if it succeeds you will find yourself on the desktop environment in Windows with non-responsive application taken care of.
If however, this fails and the application is not closed, try ending it in the task manager. To open task manager press CTRL + SHIFT + ESC, locate unresponsive application select it, and click on the end task button on the bottom right.
In today's modern world many households have internet access, most of the connection nowadays is done via Wi-Fi or wireless but there is a high probability that you have also a few devices connected via cable. There are of course many disadvantages and advantages between cable connection and wireless connection.
The main advantages of a hard cable connection are of course faster speed and stability compared to Wi-Fi. But if we look into the cables themselves there is also a big difference between them. Not all cables are the same and quality as well as speed vary a lot between them. Choosing the right cable is essential in order to make a maximum of your internet and we have some great tips and explanations of what cables do so you can make the right choice and enjoy your full internet potential.
Not all cables are the same
Cheap cables and expensive ones are not the same no matter what everyone tells you. The old proverb you get what you pay is true and more expensive cables will be made from better materials and will have a higher transfer rate.
Quality network cables are separated into different categories with proper markings and when buying one you should always look for these markings on the cables themselves, do not buy cables that do not have markings since they will often provide lower transfer rates or will not be shielded from outside influences resulting in packet drops and instability in a network.
Categories and what they mean are:
Cat-5 with a maximum speed of 100Mbps, typically unshielded.
Cat-5e with a maximum speed of 1Gbps, available in both shielded and unshielded varieties.
Cat-6 with a maximum speed of 10Gbps for runs under 55 meters (around 180ft), available in both shielded and unshielded varieties.
Cat-6a with a maximum speed of 10Gbps, shielded.
Cat-7 uses a proprietary GG45 connector rather than the standard RJ-45 connector seen on other cables for speeds of 10Gbps, shielded.
Cat-8 with a maximum speed of 25Gbps (Cat-8.1) or 40Gbps (Cat-8.2) at a distance of around 30 meters (around 100ft), shielded.
Unless stated, these standards are typically rated at their quoted speeds for a run of around 100 meters (around 330 ft) and use a standard RJ-45 Ethernet connector. Each generation of cable is designed to be compatible with the generations that came before it, so it’s possible (for example) to use a Cat-6a cable with a router that only supports speeds of 1Gbps.
Shielded cables
When purchasing higher quality cable you might not be able to choose if you have shielding or not since some standards like Cat-6a, Cat-7, and Cat-8 are always shielded. But if you do not have the need for these and you are satisfied with Cat-5e for example you can choose.
Shielded cables are a little more expensive but they will provide you with a coating that will eliminate interference from outside waves making cables more reliable. Of course, if the cable will go through a room that does not have many radio waves or some other interferences then buying a shielded cable is a waste of money.
Cable platings
Usually, there are two types of connector platings on connectors, silver, and gold, and people usually think that gold is much better but there are major differences between silver and gold platings and truth to be told there is no better one, both are different and should be considered depending on your need.
Silver plating will provide you with faster speed since its conductivity is larger than gold, but gold is slower on the oxidation front so its life span is longer. On the other hand, if your cables are always connecting and disconnecting gold will be first to be scrubbed off from the surface since the gold coating is much thinner.
Overall if you would only connect cable once and have slower internet than cable capacity gold is the way to go, in another case if you would use the cable as always connecting and switching and your internet plan is the same as cable transfer capacity you might want to go with silver one.
Cable material quality
Network cables are made from copper, your standard conduction material but even here there are differences in quality and therefore the chance of pocket losses over it. More quality less loss and more stable connection and this will depend on the purity of copper that is used in the cable itself. More purity in copper, more stability, simple as that.
Conclusion
So as you can see, there are a lot of different things that will influence your pick of proper network cable but the overall best advice is to get one that will fit well into your needs and setup. pair it up with your router and your internet plan since just simply buying something that you can not use is really a waste of money.
If you suddenly encountered Error Code 0xc1900130 while trying to update your Windows 10 computer, read on for this post will help you fix the problem. This kind of Windows Update error may occur when the network connection between the Windows Update server and the client machine is interrupted and the install can’t continue since the instance hash was not found. In such cases, you will see the following error message in Settings:
“Failed install attempt – 0xc1900130”
Here are the technical details of the error:
“Error Code: 0XC1900130Message: MOSETUP_E_INSTALL_HASH_MISSINGDescription: The install cannot continue because the instance hash was not found.”
If you are currently facing this problem when you tried to install a Feature Update, you might have to check your internet connection and then try to install the Windows Update again. However, if it didn’t work, then you can refer to each one of the given options below to fix the error.
Option 1 – 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.
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 2 – Try configuring the Windows Update-related Services
Tap the Win + R keys to open the Run dialog box.
Then type “cmd” in the field and tap Enter to open an elevated Command Prompt.
Next, execute the following commands. Note that you have to type and enter each command one after the other.
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
The commands you executed will make sure that the Windows Update-related services are available. Once it’s done, restart your computer and see if the Windows Update error is now fixed.
Option 3 – Try downloading and installing the Windows Updates manually
Windows Upgrade Error Code 0xc1900130 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 run the Windows Update troubleshooter
Windows 10 have various troubleshooters that can help you resolve many system issues. So if you’re dealing with Windows Update errors like Error Code 0xc1900130, you can run the Windows Update troubleshooter to resolve it.
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 5 – Try to flush the DNS cache
You could also try to flush the DNS cache as it might fix the problem. To do so, follow these steps:
Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
After that, execute the following command to flush the DNS cache
ipconfig /flushdns
Next, restart your PC and check if the problem’s fixed.
Note: You might also check your internet connection or reboot your router or plug out and then plug in your Ethernet connection manually to verify the reliability of your internet connection since intermittent connection could also cause Windows Update errors like Error Code 0xc1900130.
If you have encountered the NO_USER_MODE_CONTEXT Blue Screen error when using your computer, read on as this post will walk you through a couple of suggestions you can try to resolve this Stop error. This kind of Blue Screen error can occur when a program is trying to leverage the use of a system driver but fails to do so. Some of the common causes of this BSOD error are incompatible or corrupted drivers, incorrect configuration of entries in the Registry, damaged memory locations, malware infection, and many more. In addition, this Stop error does not often occur and indicates that an attempt to enter user mode with no context was made.
If this is the first time you’ve restarted your computer after you’ve installed additional hardware, you have to remove the hardware and then restart your computer once again and then check the Microsoft Hardware Compatibility List to confirm that the hardware and its drivers are compatible with your operating system. If it doesn’t help, you can check out the given suggestions below to fix the NO_USER_MODE_CONTEXT Blue Screen error in Windows 10.
Option 1 – Try to update or rollback your device drivers
The first thing you can try to fix the NO_USER_MODE_CONTEXT Blue Screen error is to either update or roll back the 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. Note that the main drivers that might be the cause behind the NO_USER_MODE_CONTEXT Blue Screen error will be listed under the “ID ATA/ATAPI controllers” section as well as the “Storage controllers” section.
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 also directly download the relevant drivers of your computer from the manufacturers’ website. So if you have an SSD, the issue might be due to an old storage driver.
Option 2 – Try running System File Checker or SFC 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:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Reboot your PC.
Option 3 – Try running the Memory Diagnostic Tool
The Memory Diagnostic tool in windows can help resolve the NO_USER_MODE_CONTEXT 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 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.
Note: After you select your preferred option, your computer will restart and check for memory-based issues. If it finds any issues, it will automatically fix them.
Option 4 – Perform System Restore
First, 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 – Run the Blue Screen Troubleshooter
Troubleshooting Blue Screen of Death errors wouldn’t be complete without the Blue Screen troubleshooter. As you know, it is a built-in tool in Windows 10 that helps users in fixing BSOD errors like NO_USER_MODE_CONTEXT. 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.
External hard drives have become essential these days as they tend to be very useful to many users. They are usually used for storing system images like system backups, Windows installation media, or for personal use. However, if you are not able to utilize your external drivers for some reason then that could be a huge problem. One of the common issues with hard drives is when your USB device or external hard drive just keeps connecting and disconnecting. This kind of issue could be caused by a faulty USB port, some issues with the USB drivers, your computer’s Power Options, corrupted or damaged system files, and many other factors.
The connecting and disconnecting issue with USB devices and external hard drives isn’t really new and has been experienced by many users for years now. Although this issue has somewhat decreased in Windows 10, there are still some users who encounter it every now and then. Worry not though for there are fixes that you can try to resolve the problem.
Refer to the following straightforward solutions to resolve the issue with your USB device or external hard drive.
Option 1 – Plug your external device on a different port
If your USB device keeps on connecting and disconnecting then the first thing you can do is to try connecting it to a different port. This will help you isolate the problem. In some cases, the port where the USB is connected can be malfunctioning or obsolete so you need to check that possibility by plugging your USB device into a different USB port.
Option 2 – Update or reinstall your USB drivers
As mentioned earlier, the problem could be due to some issues with the USB drivers. It could be that it has to be updated or you need to reinstall it. To do that, follow these steps:
First, click the Start button and type “device manager”.
Then click on the “Device Manager” from the search results to open it.
From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
Restart your PC and then click the “Search automatically for updated driver software” option.
You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.
Option 3 – Try turning on the USB External drive
There are times when your system turns off some drives in order to conserve your computer’s power, etc. as a result, the driver that’s required to run your external hard drive properly ends up getting disabled. To fix this, you can prevent your system from turning off your external USB drive by following these steps:
You need to make sure that the external drive is connected to your system first.
Next, go to the Start Menu and type “device manager” in the field, and click on the appropriate result to open the Device Manager.
After opening the Device Manager, expand the category of the Universal Serial Bus controllers.
Then double click on your USB Mass Storage device and take note that the name might be different on your system.
Now go to the Power Management tab and uncheck the checkbox for the “Allow the computer to turn off this device to save power” option and click OK to save the changes made.
Option 4 – Turn off USB Selective Suspend
Another thing you can try is to turn off USB Selective Suspend especially when the issue has something to do with the Power Options. There are certain systems that are configured to disable USB devices after some time which could be the root cause of the problem. Thus, you need to turn off USB Selective Suspend. Here’s how you can do it:
In the Start Menu, search for “control panel” and open the related search result.
Then go to Power Options and click on the “Change plan settings” option.
Next, select “Change advanced power settings” and look for the USB settings and then expand it.
From there, you will see the USB Selective Suspend setting. Disable it and click OK.
Now restart your computer and check if it resolves the problem or not.
Option 5 – Format your drive
To get started formatting your drive, tap the Win + E keys and then go to the access page of the drive.
Next, right-click on the drive and select Format.
After that, uncheck the “Quick Format” option and then format your drive properly.
Now once the formatting process is finished, unplug the drive and plug it back in afterward.
Check if the error is already fixed. If the drive is not initialized, tap the Win + R keys and hit Enter.
After opening the Run dialog box, type “diskmgmt.msc” and hit Enter to open Disk Management.
From there, right-click on the drive volume and select initialize disk.
Next, select the correct partition type and proceed.
Windows 7 was an operating system that had one thing which no other Windows had, even today. Official Microsoft desktop widgets.
With an attractive design, users loved to exploit the adequacy and neatness of these gadgets. However, Microsoft had to discontinue these gadgets as they posed a serious security threat to the Operating System. It was believed that a potential attacker could even use a gadget to take complete control of your PC.
With Windows 10, things have changed big time. You have all the fantastic apps and live tiles at your disposal providing a more native experience.
Despite all this, if you still have a fondness for fancy gadgets, we have just the right tool for you to get started with similar “Widgets” on Windows 10. Win10 Widgets is a tool that places the most important information right in front of you, on your desktop.
Win10 Widgets
Win10 Widgets is a desktop app package provided by Rainmeter which is an effective system customization engine for Windows. It brings some informative widgets to Windows 10 which look almost native with their intuitive and sleek design. You can pin them on your desktop to keep an eye on various system figures like CPU usage, data storage, battery usage, detailed computer performance, etc.
Native looking Widgets for Windows 10
These widgets are designed in such a way that it looks totally indigenous to the Windows 10 UI. With a similar design language, visual style, accent color, and even font settings, these widgets almost look like an inseparable system component.
You can choose between different size variants to pin on your desktop and arrange them in an orderly fashion to make the most of it.
Highly customizable desktop gadgets
Apart from the default size variants, you can configure several other parameters pertaining to the look and appearance of any widget. As Rainmeter is an open-source program, you are provided with the .ini configuration files which you can customize as per your wish. You can make adjustments to the widget coordinates, position and transparency as well. You can even create your own skins (.rmskin package) using the built-in Skin Packager and publish them for general usage through Rainmeter.
Illustro Skins
Over and above the cool widgets, Rainmeter also contains Illustro, a simple collection of skins that shows the range of Rainmeter’s capabilities. You can load the skins on your desktop for a brief look at your system internals. You can also start editing these skins to make them yours by taking advantage of the Rainmeter manual and forum link provided on the Welcome screen.
Win10 Widgets is a great tool if you like widgets or gadgets on your Desktop. It blends into the background and puts the important piece of information right on your desktop without you having to look somewhere else. If you already have the Rainmeter application, you can download the Win10 Widgets .rmskin file from here, else you can download the combined bundle for both Rainmeter and Win10 Widgets from here.