One of the problems encountered by Windows users when upgrading to Windows 10 from Windows 7 or Windows 8/8.1 is the Error Code 0x80070020. This error code normally occurs when users try to download updates from the Windows Update Website or simply by upgrading to Windows 10. Error Code 0x80070020 also occurs when the device already has a Windows 10 installed.
Once this error is encountered, it will cause malfunction of update installs and display the following message:
An error (-5006 : 0x80070020) has occurred while running the setup. Or The process cannot access the file because it is being used by another process”
Solution
Error Causes
In an attempt to fix Error Code 0x80070020, it is important to pinpoint what the cause is. The most probable cause of this error is due to interference. This error code most likely occurs when there is another automatic update running, for instance, an Antivirus scanning in real-time. If you’re scheduled to have an automatic update during real-time scanning, the Windows 10 update might malfunction.
Further Information and Manual Repair
In trying to fix Error Code 0x80070020, you can perform manual repair methods to resolve the issue effectively and efficiently. Most Windows users can easily employ these manual repair methods, even those who do not have technical abilities. However, there are certain instances where a Windows professional’s help is needed. If you don’t want to face any risk in resolving the issue, it would be best to consult a professional Windows technician or you can also make use of a powerful automated tool.
Since Error Code 0x80070020 is most likely encountered due to interference during your update, the easiest method you can do is to close all opened programs and restart your device. After restarting, try to start the update process again.
Method Two: Disable Antivirus Temporarily
Another quick and safe way to fix Error Code 0x80070020 is to disable your antivirus. You must take note though that in doing so, your computer will be susceptible to virus attacks. If you want to proceed with this method, follow these steps:
Locate all programs in process in the notifications area, found in the lower right-hand section of your screen. If in case the antivirus icon is not visible on the taskbar, you may have to click an arrow pointing up to show what programs are currently running.
Right-click on the antivirus icon then select the disable option.
Method Three: Run the Update Troubleshooter for Windows
The Windows Update Troubleshooter may resolve many of the errors encountered by Windows users when installing updates from Windows Update. To execute the troubleshooter, follow the steps below:
Access a menu by holding the Windows key and X. Wait for the menu to appear on the bottom left corner of the screen.
Open the Control Panel.
Change the appearance of files by selecting large or small icons in the View by option located on the upper right section of your screen.
Once you change the appearance of the files, choose the troubleshooting
Run the Windows Update Troubleshooter.
Restart your device then check if this resolves the problem.
Method Four: Execute A Clean Boot
Executing a clean boot means starting Windows using only a few resources, including startup programs and drivers. This safeguards minimizing conflicts and prevent software clash when an update is received. In performing a clean boot, you will be able to pinpoint what caused the manifestation of error code 0x80070020. Check Microsoft’s Support website to know how to execute a clean boot.
Method Five: Reset Windows Update Components
Performing this method is a bit risky and should be your last option if all methods were unsuccessful. This process will alter your device’s registry so you must ensure to perform accurately the steps. A single mistake can lead to modifying your registry erroneously, which might result in the occurrence of other error messages. Carefully follow the steps found on Microsoft’s Support website to successfully reset Windows Update components.
Resetting Windows Update components can also be done by implementing the following steps:
Open the Command Prompt by pressing Windows Key + X. Select Command Prompt (Admin) from the menu.
Stop the BITS, MSI Installer, Cryptographic, and the Windows Update Services.
Rename both the SoftwareDistribution and Catroot2 folders to <name of folder> old.
Start now the BITS, MSI Installer, Cryptographic, and the Windows Update Services.
Exit the Command Prompt then restart your device. After restarting, try installing the updates again.
Method Six: Disable Third-Party Antivirus
A third-party antivirus such as BitDefender may recognize the Windows Update as a threat since the new update of Windows 10 is probably not yet registered with this third-party antivirus vendor. To solve this, you must disable temporarily the antivirus before performing the update. Once the third-party antivirus is disabled, you can now proceed with the updating process. Update as well your third-party antivirus.
Method Seven: Use the DISM Tool for Windows 10
The Deployment Image Servicing and Management (DISM) is a command-line utility that is installed by default in Windows 10 system. This program is used to fix images in Windows. In the case of Error Code 0x80070020, the DISM can repair the recovery image in Windows 10 and can perform as a virtual hard disk as well.
Scan and check files for errors.
Open the Command Prompt by pressing Windows Key + X. Select Command Prompt (Admin) from the menu.
Type sfc /scannow
You can also use the following commands to check for corrupted files:
/CheckHealth – to check for corrupted files or components
/ScanHealth – to check for corrupted Windows image. This may take up to 10 minutes to finish
/RestoreHealth – to check for corrupted Windows image and do an automatic repair. This may take up to 20 to 30 minutes to finish
NOTE: In an instance where you cannot locate the good files in your computer, the system image files may be corrupted. If this happens, you need to have a copy of install.wim from a computer with good Windows 10 OS or the Windows 10 ISO file. Make sure that the source of the good files has the same language, version, and edition of your OS.
Cleaning corrupted files using DISM utility:
Enter the following commands one by one to perform the /RestoreHealth switch using the source path location of good files you copied:
Installing Windows Updates in your Windows 10 computer does not always go smoothly as there are instances when you could encounter some errors along the way. One of these errors is error code 0x80244022 –WU_E_PT_HTTP_STATUS_SERVICE_UNAVAIL HTTP 503. This kind of error can be encountered when you check, download or install any updates. At the time of writing, it isn’t known yet what the exact cause of this error is. However, there are some potential fixes you can check out to fix it.
When this error occurs, you will see the following error message on your screen:
“There were some problems installing 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: (0x80244022).”
To fix error code 0x80244022, refer to the potential fixes provided below.
Option 1 – Disable the Proxy server
The first thing you can do is to try disabling the Proxy server as it might be the reason why you’re getting error 0x80244022 for Windows Updates. To disable the proxy server, refer to the steps below.
Tap the Win + R keys to open the Run dialog box.
Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
After that, go to the Connections tab and select the LAN settings.
From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
Now click the OK and the Apply buttons.
Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it. In addition, if you are also using a VPN, you can try to disable it as well.
Option 2 – Run the DISM tool
You can run the DISM tool as well to help fix the error code 0x80244022 during Windows Update. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
Open the Command Prompt with admin privileges.
Then type in the following commands and make sure to hit Enter right after you type each one of them:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
exe /Online /Cleanup-image /Restorehealth
Do not close the window if the process takes a while as it will probably take a few minutes to finish.
Option 3 – Perform a System File Checker scan
The SFC or System File Checker scan could detect and automatically repair damaged system files that could be causing error code 0x80244022 to appear when you try to update your Windows 10 computer. 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 with 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 and hit Enter.
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.
Once done, restart your computer.
Option 4 – Try disabling the Firewall or antivirus program
Disabling the antivirus program or Firewall or any other 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 5 – Try resetting the Windows Update components
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 6 – Run the Windows Update Troubleshooter
You might also want to run the Windows Update Troubleshooter as it could also help in fixing Windows Update 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.
It really sucks when you can’t fully enjoy the newest version of your favorite OS.
Windows 11 is still relatively fresh and consequently has some annoying little bugs that really ruin our experience. The good news is that you’re not alone and most of them are easy to fix.
Here are 5 commonly reported Windows 11 issues and what you can do to get rid of them.
1. Windows 11 audio problems
One of the absolute most irritating things in the world is struggling with the sound on your computer. Windows 11 users have reported facing the issue of low or no sound. If you’re currently experiencing the same frustration, you can be relieved. Chances are fixing it will only take a few minutes.
The first thing to check would be whether you accidentally muted your device by pressing the mute button on your keyboard. Yes, we know it sounds a lot like the old “have you tried turning it off and on again?” But it’s important to leave no stone unturned, and the most obvious things are usually the ones we easily overlook.
Moreover, if you have several audio output sources, check whether the right one is selected. You can do this via the Action Center or through Settings. If you want to use the same source every time, we also recommend you set it as the default one.
It’s also important to have a good, up-to-date audio driver. More often than not, this will be the true cause of your audio struggles. Make sure to update your driver, and if that doesn’t work out, you can always un- and reinstall it or install a different one.
Lastly, if all attempts remain unsuccessful, run the audio troubleshooter to figure out what’s actually going wrong.
2. Unable to find files
Such a powerful new operating system, yet it can’t seem to do the simplest thing imaginable? The File Explorer not responding on Windows 11 is one of the most frustrating and most common problems with Microsoft’s newest iteration of its awesome OS.
However, 9/10 times it can be fixed by simply restarting your PC. You could also try killing the Windows Explorer process in the Task Manager and then rerunning it.
If these don’t help, check whether there are any pending Windows 11 updates. A single missing update can compromise your PC’s functionality, so always make sure to install them all on time.
Should none of that work, then there are other ways to solve the File Explorer problem. However, then the issue is probably a bit deeper and it’s no longer in the ‘easy fix’ territory.
3. Start menu not working
Just like the File Explorer, the Start menu is a fundamental element of your OS. So, it’s only natural that its malfunction grinds your gears. It may be more customizable than on previous Windows versions, but it doesn’t always work smoothly.
If you’re facing the so-called Start menu critical error, there are a few things this could be caused by. Usually it means you turned off your system while an important update was still being installed, there is a corrupt file on your PC, or Windows forcefully stopped a program.
Whatever the reason, the solution should be pretty simple. Try the basic steps: restarting your File Explorer (like we explained above) and signing out and back into your account. If that doesn’t do anything, you may want to try uninstalling third-party start menu apps (if you have any), since they can interfere with your default programs’ functionality.
Now, those are the easy fixes. If you get nowhere with them, you might need to identify the root cause and search for more complex solutions than that.
4. Snipping tool not working
Our beloved screenshot tool was introduced with Windows 10 and Microsoft decided to keep it. However, you were probably just as disappointed as us when you tried to run it and failed.
Normally, this can be fixed by installing the latest Out-of-band (OOB) update, or even pending updates in general. Even if your system appears to be up-to-date, run the checker just in case.
Another cool thing Windows 11 lets you do is ‘Repair’ and ‘Reset’, which is the easiest way to troubleshoot your Snipping tool. If this fails, you can also try the good old un- and reinstall method. Simply uninstall the tool through the Control Panel and reinstall it from the Microsoft Store.
Furthermore, in the case of an upgrade from Windows 10 to 11, it may be that the old Snipping tool version is interfering with the launch of the new one. If you don’t care that much about the additional options available with the enhanced screenshot tool, you can use the old version instead.
Simply go to your C Drive, find the Windows.old folder, search for the tool and open it from there. Make sure to pin it to your taskbar as well, if you know you’re going to use it often.
5. Can’t install the latest update
The latest Windows 11 version, 22H2, has brought tons of enhancements to our dearest operating system. Unfortunately, a lot of users still haven’t had the opportunity to experience it. A mere update of your OS version should be the one thing that goes smoothly, but sometimes that’s not the case.
Failure to install 22H2 can be caused by a few things. Most commonly, the issue is caused by lack of storage space or corrupted files, but there could be other culprits.
There are a couple of things you could try. For example, it’s crucial that your drivers be up-to-date and some important services be enabled. These are: Windows Modules Installer, Background Intelligent Transfer Service, Cryptographic Service, Windows Update services.
To enable them, search ‘Services’, find the service you need and right-click on it. Open ‘Properties’ and select the startup type ‘Automatic’.
It may also be necessary to unplug all peripherals that aren’t crucial and disable third-party antivirus tools until after the update is finished.
Ultimately, you can run the Windows Update troubleshooter to detect and fix other possible issues.
Summary
Tiny bugs like these are nothing out of the ordinary. That said, we still all hate when they happen.
Hopefully some of our solutions have helped you to a smoother Windows 11 experience. But if you’re still struggling, feel free to reach out to us. We’d be happy to help!
Corsair is well known for RAM memory modules for PC but then it has expanded to PC peripherals and even selling some pre-build computers as well in past few years. New Corsair expansion now includes a laptop line, starting with their new gaming laptop Voyager.
Voyager laptop is packed with a mechanical keyboard and MacBook-like touch bar for your typing and pointing needs. It is built with a 16-inch QHD+ screen packing 240Hz that is run by Radeon 6800M GPU. Also inside lurks AMD 16 thread Ryzen 9 6900HS CPU, Wi-Fi 6E support, Dolby Atmos audio, and full HD 1080p WEB camera.
The keyboard has low-profile mechanical Cherry MX switches with per-key RGB lightning and above is what Corsair calls a macro bar, with 10 shortcut buttons and a small LCD in the center.
Corsair is also including a few features that tie in with its other products. Many of the company’s keyboards, mice, and other accessories use the ‘Slipstream’ USB wireless adapter, which is built into the Voyager laptop. The macro bar is also configured using the same software used for the Elgato Stream Deck, a popular product sold by Corsair.
Recently, several users reported an issue on their Windows 10 computers where the taskbar is not visible when they tried to connect to a computer via Remote Desktop Protocol or RDP. The Remote Desktop Connection feature uses the RDP which allows users to access a computer remotely. This is actually different from the taskbar being hidden automatically until the pointer hovers on it since, in this scenario, the taskbar is completely not accessible which makes using the remote computer entirely difficult, if not impossible.
There are several suggestions you can check out to resolve this problem, you can try to restart the process of Windows Explorer via Task Manager or you could clear the cache for multiple processes. You could also try to reinstall the Shell Experience components or show the local taskbar in the Remote desktop. Moreover, you could also try to update, uninstall or roll back the display driver/graphics card driver. For more details, refer to each one of the options given below.
Option 1 – Try to restart the Windows Explorer process
The first option you have to try to fix the problem with the taskbar is to simply restart the Windows Explorer process in the Task Manager.
Tap the Ctrl + Shift + Esc keys to open the Task Manager.
Next, go to the Processes tab and find the process of Windows Explorer.
Once you find it, right-click on it and select Restart to restart its process.
After that, restart your computer and see if you can now see the Taskbar.
Option 2 – Try clearing the cache of multiple processes
The next thing you can do to resolve the problem is to clear the cache of many processes in your computer. To do so, follow these steps:
Open the Notepad app and paste the following content in the text area:
After that, tap the Ctrl + S keys to save the changes you’ve made in Notepad and select the “All files” as its file type, and then name it “CacheClearTWC.bat”.
Next, go to the location where you saved the file using File Explorer and then run it. This will run a couple of batch scripts which will clear the cache of multiple processes in the system.
Tap the Win + X keys and select the “Windows PowerShell (Admin)” option to open PowerShell as admin.
Next, execute this command in the command line: Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “appxmetadataappxbundlemanifest.xml”)}
After the command has been executed, this will reinstall the Shell Experience components and should fix the problem with the taskbar.
Option 4 – Update, uninstall or rollback 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.
Windows 11 is released and its adoption goes slower than Microsoft would like but nevertheless, it is slowly getting adopted, especially among new computers. Windows 11 has brought us a new modern look of OS but if you would like to personalize it a little more you can. Follow the guide on various things that you can change inside Windows 11.
Personalize list of recently added apps, opened items, folders
The recommended section that shows recently added apps and recently open items can be turned off and hidden now to be shown. In order to do this follow these steps:
Open Windows Settings by pressing WINDOWS + I
Click on personalization in the sidebar
Click on START and go through the options
Turn OFF switch beside recently accessed files
Additionally, you can also change which folders appear on the Start menu.
Remove apps or change app order on the Start Menu
To remove application not to be shown in the Start menu at all follow this simple guide:
Right-click on app
Choose unpin
To place the application on Start click on All Apps, right-click on the app and choose Pin to Start
To drag and rearrange apps, simply click on them and drag them to the new place.
Change the Start Menu location
When Windows 11 was first released Start Menu could only be located in the middle of the screen but thanks to plenty of backlash from users now it is possible to move it on a more traditional left side.
Press WINDOWS + I to open the settings app
Click on Personalization
Look for taskbar behaviors
Inside taskbar behaviors look for Taskbar alignment
Change alignment to left
Change the Start Menu color
In order to change the color of the Start Menu follow the next steps:
Open Settings app
Go to personalization settings
Go to Colors
Switch to custom
Under accent color pick a color you like or make your custom one.
Although the Google Chrome browser is one of the most used browsers, a lot of things could still go wrong when browsing the web using it. One of the errors you might encounter is the “ NETWORK_FAILED ” error. This kind of error in Chrome indicates that Chrome wasn’t able to send your request through the network connection. It could be that your computer has trouble connecting to a stable internet connection or there is some plugin in your Chrome browser that is causing the issue. The worst-case would be malware. But worry not for this post will guide you on what you can do when you encounter the NETWORK_FAILED error in Google Chrome. Make sure to follow each one of the options given below and see which one of them worked best for you.
Option 1 – Disable or remove any unwanted extensions in Chrome
As you know, browser extensions help in enhancing the browsing experience but there are also times when it does exactly the opposite, and such is the case with the NETWORK_FAILED error in Chrome. It could be that one of the extensions in your browser is the one that’s causing the trouble. To disable or remove these unwanted extensions, here’s what you have to do:
Launch Google Chrome, press Alt + F, move to More tools, and click Extensions.
Look for Search.tb.ask.com or any other unwanted add-ons, click the Recycle Bin button, and choose Remove.
Restart Google Chrome, then tap Alt + F, and select Settings.
Navigate to the On Startup section at the bottom.
Select “Open a specific page or set of pages”.
Click the More actions button next to the hijacker and click Remove.
Option 2 – Run the Malware Scanner and Cleanup tool in Chrome
If removing or disabling the unwanted extension didn’t help in fixing the error, you can try using the built-in malware scanner and cleanup tool in Google Chrome. These tools help you get rid of any unwanted pop-ups, ads, unusual Startup pages, toolbars, and even malware.
Option 2 – Run the Malware Scanner and Cleanup tool in Chrome
Launch Google Chrome and then tap the Alt + F keys.
After that, click on Settings.
Next, scroll down until you see the Advanced option, once you see it, click on it.
After clicking the Advanced option, go to the “Restore and clean up the option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
Now restart Google Chrome.
Option 3 – Try to disable the Proxy
If you are using a proxy, you might want to consider disabling it as it could have something to do with the NETWORK_FAILED error.
Tap the Win + R keys to open the Run dialog box.
Then type “cpl” and hit Enter or click OK to open the Internet Properties.
After that, go to the Connections tab where you should see the LAN settings. Click on it.
Next, uncheck the “Use a Proxy Server for your LAN” and ensure that the “Automatically detect settings” option is checked as well.
Then click Ok and then Apply to save the changes made.
Restart your PC.
Option 4 – Flush DNS and reset TCP/IP
Click the Start button and type in “command prompt” in the field.
From the search results that appear, right click on Command Prompt and select the “Run as administrator” option.
After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
netsh winsock reset
After you key in the commands listed above, the DNS cache will be flushed and the Winsock, as well as the TCP/IP, will reset.
Now restart your computer and open Google Chrome then try opening the website you were trying to open earlier.
Option 5 – Delete the WLAN Profiles
Deleting the WLAN Profiles might be a good idea if you are not able to connect to the internet on your computer and if you’re using Wi-Fi. It could be that the networks that were connected previously have gone rogue which is why it is not connecting properly. And so deleting the WLAN profiles would be for the best.
That should do it.
As you know, one of the most highlighted features of Windows 10 is Windows Updates. It was offered to the customers as a service rather than a product with the release of Windows 10 under the scenario of Software as a Service which led to Windows Updates being set by default on Windows 10 and without an option for any users to disable it. Although not all users are happy with what Microsoft did, this is an ultimate step towards the greater good of all its customers since Windows Updates helps users in keeping their computers secured against all kinds of threats as well as provide them with the greatest and latest updates from Microsoft. So if you are one of those users who approved of the Windows Updates service, then read on as this post will guide you in running Windows Updates from Command Line either via Command Prompt or Windows PowerShell. For the complete set of instructions, refer to the options given below.
Option 1 – Run Windows Update via Command Prompt
Command Prompt in the Windows operating system exists for a very long time now compared to the comparatively new Windows PowerShell. That’s why it has similar capabilities to run Windows Updates. However, the highlighting point here is that you don’t have to download any module for Windows Updates. To get started running Windows Updates using Command Prompt, refer to the steps below.
First, type “cmd” in the Cortana search box, and from the search results, right-click on Command Prompt and select the Run as Administrator option to open it with Administrator privileges.
If a User Account or UAC prompt appears, just click on Yes to proceed.
Next, type in the commands listed below, and don’t forget to tap Enter right after you type each one of them.
UsoClient StartScan – use this command to start checking for updates.
UsoClient StartDownload – use this command to start downloading updates.
UsoClient StartInstall – use this command to start installing the downloaded updates.
UsoClient RestartDevice – use this command to restart your computer after you install.
UsoClient ScanInstallWait – use this command to check, download and install updates.
Note: Keep in mind that the commands in Command Prompt listed above are only meant for Windows 10. On the other hand, if you are using an older Windows version, you can try using the following commands instead:
wuauclt /detectnow – use this command to start checking for updates.
wuauclt /updatenow – use this command to start installing the updates detected.
wuauclt /detectnow /updatenow – use this command to check, download and install updates.
Option 2 – Run Windows Updates via Windows PowerShell
If you run Windows Updates in the Windows PowerShell, it will require you to install the Windows Update module manually. Hence, you have to get the Windows Updates downloaded and install Windows Updates.
Search for PowerShell in the Cortana search box and then run it with administrator privileges.
Once you’ve opened the Windows PowerShell, type the following command and hit Enter.
Install-Module PSWindowsUpdate – use this command to install the Windows Update module for Windows PowerShell.
Get-WindowsUpdate – use this command to connect to the servers of Windows Update and download the updates if found.
Install-WindowsUpdate – use this command to install the Windows Updates you’ve downloaded to your computer.
The touchscreen feature inside Windows 11 is a pretty good thing but sometimes can be very impractical. The screen can easily and constantly get dirty due to fingers touching it all the time and there are users that do not wish or want to have this feature at all.
If you are one of the mentioned users and for any reason, you do not wish to have a touchscreen-enabled then sit back and relax, we have you covered in this tutorial on how to fully disable touchscreen inside Windows 11.
Turn off touchscreen via device manager
Click on the Windows Search icon in the taskbar
Type Device Manager
Click on Device Manager from the list of results
Inside locate Human Interface Devices and click on the right arrow
In the list, find HID-Compliant Touch Screen and select Disable Device
Click on Yes to confirm
Disable it via Windows Terminal
Right-click on the Windows icon in the taskbar
Click on Windows Terminal (admin)
Inside run this command: Get-PnpDevice | Where-Object {$_.FriendlyName -like '*touch screen*'} | Disable-PnpDevice -Confirm:$false
Conclusion
No matter which method you prefer, both of them will disable the touch screen inside Windows 11. Thank you for reading trough article and I hope to see you again. Take care.
In the past, CDs, DVDs, and floppy drivers used to be the primary sources of external storage for many users – that is until the USB storage devices took over. These days, a lot of devices no longer have a built-in CD or DVD writer or reader as it contributes to the thickness of the device. On the other hand, there are still various devices that still come with a built-in CD or DVD writer or reader. However, recently, users who still use CD or DVD on their devices reported a problem where the CD or DVD icon is not visible in the File Explorer as well as in “This PC” or the My Computer page. The cause of this issue is still unknown at the time of writing, but there are still some potential fixes you can try to fix it. You can try to update or roll back the device drivers or apply some tweaks in the Registry Editor. For more details, refer to the given options below.
Option 1 – Try to update or rollback device drivers
The first thing you can try to fix the missing CD or DVD icon 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 concerned drivers will be listed under the DVD/CD-ROM drives section as well as the IDE/ATAPI Controllers section.
From there, look for the following drivers:
ATA Channel 0.
ATA Channel 1.
Standard Dual Channel PCI IDE Controller.
Now, right-click on each one of the listed drivers and update them all. You could also try to roll them back to their previous versions.
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 to use the Registry Editor
Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then tap Enter to open the Registry Editor.
Next, navigate to this registry key: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E965-E325-11CE-BFC1-08002BE10318}
After that, look for the DWORD values named “UpperFilters” and “LowerFilters”.
Right-click on each one of these DWORD values and select Delete.
Now restart your computer and see if it fixes the problem.
Option 3 – Try creating a new Registry entry
There is another option you can try in the Windows Registry to fix the missing icon of the CD/DVD. You can try adding a new entry. How? Refer to these steps:
Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and hit Enter to open the Registry Editor.
After that, navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesatapi
From there, right-click on “ATAPI” and select New > Key.
After that, name it is “Controller0” and right-click on the sub-key and then select New > DWORD (32-bit) Value.
Now name it as “EnumDevice1” and double click on it and then set its value data to “1”.
Click OK and restart your computer to apply the changes made successfully.
In case you don’t know, Microsoft has included an Enhanced Search Mode in the new Windows 10 v1903. This new Enhanced Search mode, compared to the Classic Mode, indexes everything on your Windows 10 computer, and in this post you will be guided on how you can disable this new feature as well as discuss how it is different from the Classic Search mode.
Over the years, the Windows 10 Start Search has changed. When you tap the Start button and when you type, the results that appear are categorized into Apps, Documents, Email, Web, Folders, Music, People, Photos, Settings, Videos, and many more. This is the reason why the Enhanced Mode was brought into the picture. So unless everything is indexed, this new feature wouldn’t be of much use.
A Classic Search is the term used for the old search technique in Windows 10. The Classic Search mode is restricted to Libraries and Desktop and end-users can only select to customize the search location by adding them manually to the indexer. To simply put it, it would only index files and folders which you want to get indexed and if the search term is not in the index, it would initiate the regular search which would take quite a while and this is where the Enhanced Windows Search comes in. It indexes everything as it is its default nature which is the exact opposite of the Classic Search mode. This feature allows you to exclude folders where the Search will not look and index anything that could be personal to you. In addition, it can also impact the life of the battery of laptops, if you are using one. The initial crawl of your data will take place only when connected to power and during that time, both the CPU usage and battery will take a bit of a hit.
To enable the Enhanced Search Mode in your Windows 10 computer, here’s what you have to do:
Step 1: Go to Settings > Search > Searching Windows.
Step 2: Next, click on the radio button for Enhanced.
Step 3: After that, select the folders which the Windows Indexer should exclude from the Enhanced Search mode.
And that’s about it. The next time you search anything on your computer, Windows will be looking at all the locations except for the ones you excluded and the results will be a lot faster compared to the Classic Search.
Now that you’ve enabled the Enhanced Search mode, there are two settings you need to check out.
Advanced Search Indexer Settings – this setting allows you to configure how or where Windows will search or what file types it will search in your computer. It will also open the same setting that’s available in the Classic Search.
Run the Indexing Troubleshooter – when you click on the Indexing Troubleshooter, it will start to troubleshoot any Search and Indexing issues on your Windows 10 computer and fix them automatically.