Logo

Enable or Disable Optional Windows Features

As you know, Windows operating system comes with tons of features. Some of which are not intended to be used by normal customers or users directly which means that only a small percentage of the huge user base of the operating system leverages the use of such features. However, they’ve added some major value to the feature list of the operating system. You can find these features under the “Turn Windows Features on and off” option. This indicates that if you want to, you can just type in “Turn Windows Features on and off” in the search box and then enable any feature that you want to enable. Aside from that, there are other ways you can disable or enable the optional Windows Features in your Windows 10 computer.

Option 1 – via Control Panel

  • Open Control Panel and select Uninstall a Program.
  • After that, select the “Turn Windows features On or Off” option on the left side.

Option 2 – via Command Prompt

  • Tap the Win + X combination on your keyboard or right-click on the Start button and then click on Command Prompt (Admin). Alternatively, you can also type “cmd” in the Cortana search box and right-click on the Command Prompt icon, and select the “Run as administrator” option.
  • If a User Account Control or UAC prompt appears, click on Yes.
  • Next, type in the following command to see the list of the available features.

DISM /online /get-features /format:table | more

  • Now all you have to do is copy the name of the feature that you want to enable and for you to do that, you need to execute the following command:

DISM /online /enable-feature /featurename:[Enter the name of the feature here] –All

Note: Now if you want to disable a feature that’s already enabled in your computer, refer to these sub-steps:

  • First, you need to check what features are enabled, and for you to find out, enter this command: DISM /online /get-features /format:table | find “Enabled" | more
  • And if you want to check the detailed information about a particular feature, you can enter this command: DISM /online /get-featureinfo/featurename:[Enter the name of the feature here]

Option 3 – via Windows Powershell

As you know, the Windows Powershell is a very important tool in Windows 10, and a powerful one at that since you can do a lot of things using this command line. So while you use this tool you need to populate the list of available features first and then you have to download the feature your desired feature.

  • Search for PowerShell in the Cortana search box and then run it with administrator privileges.
  • Next, type in the following command to populate the list of available features:

Get-WindowsOptionalFeature –Online

  • After that, enter the following command to install any feature you want to enable from the list of available features:

Get-WindowsOptionalFeature -Online -FeatureName *Type feature name*

  • Now enter the following command to enable your desired feature:

Enable-WindowsOptionalFeature -Online -FeatureName “Type feature name” –all

  • And if you want to disable any enabled feature, just enter the following command:

Disable-WindowsOptionalFeature -Online -FeatureName “Type feature name”

Option 4 – via an external installation source

You also have the option to fetch the latest features from an updated offline source. The source could be an ISO any other type of image or just a folder. So you need to decide if you want to use Windows Powershell or Command Prompt.

  • If you want to use Command Prompt, just enter this command: exe /online /enable-feature /featurename:< /All /Source:<Enter the path of the feature here>
  • If you want to use Windows Powershell, use this command: Install-WindowsFeature –Source “<Enter the path of the feature here>”

Note: If you want to get the latest features, you need to get the latest version of the image of the operating system that you are trying to install the feature from.

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

Windows got stuck on Preparing Windows screen
You might have experienced a situation when you restarted your Windows 10 PC after an upgrade and you tried logging into your account but only a screen with a message saying, “Preparing Windows”. If the screen only stays that way, this indicates that Windows 10 is trying to complete the upgrade or waiting for some files to load up so that you can use your account. Some users also reported that when they tried logging into their accounts, they also get the same message on their screens. To resolve this issue, read on as this post will show you what you can do if your Windows 10 PC is stuck on the “Preparing Windows” screen. A lot of users have tried logging back into their account once more but to no avail as the same screen still greets them. And even when they tried the Ctrl + Alt + Del combo, it still didn’t work. This only goes to show that your account might somehow be corrupted.

Option 1 – Try booting your PC into Safe Mode

The first thing you can do to resolve the issue is to try booting your computer into Safe Mode and then log in using an Admin account. If it seems like your admin account has caused the problem, you need to create an admin account first and then log in after you reboot into the account and then log off. After that, restart your PC normally and check if the problem’s resolved or not. If not, refer to the next given option below.

Option 2 – Try to repair your corrupted profile via Registry

In this second option, you can try to repair the corrupted profile using the Registry but before you proceed, make sure to create a System Restore Point and then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “regedit” in the field and hit Enter or click OK to open the Registry Editor.
  • Next, go to this registry key: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionProfileList
  • Once you’ve opened the registry key, you should see a list of all the user profiles on your computer. Now click on each S-1-5 folder and look for the “ProfileImagePath” entry and double-click on it to check which user account it is related to. You will see a path like “CUsersACK” where “ACK” is the username.
  • You should know which among the user account is corrupted. Just look for a key named “RefCount” and change its Value data to “0” and click OK. And if it isn’t available, simply right-click on the right pane and create it.
  • After that, double click on the key named “State” and make sure that the Value data is “0” and click OK.
  • Exit the Registry Editor and restart your computer to apply the changes made.

Option 3 – Try running the System File Checker

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 with good system files that might be the cause why your screen is stuck at “Preparing Windows”. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.

Option 4 – Try to repair hard disk errors using the Chkdsk utility

You can also run the Chkdsk utility to resolve the problem. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the Chkdsk utility comes in. The Chkdsk utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the commands listed below, and don’t forget to hit Enter right after you type in each one of them.
  • chkntfs /t
  • chkntfs /t:10
Read More
How to Repair Error Code 33

Code 33 - What is it?

Code 33 is a typical Device Manager error. This error code occurs when Windows is unable to start a device that you are trying to use on your PC. The error code 33 is usually displayed in the following format:

“Windows cannot determine which resources are required for this device. Code 33”

Solution

driverfix boxError Causes

Error code 33 may be triggered due to two reasons. One reason can be the translator's failure to find the correct resource for the device driver.

And since this error code is associated with the Device Manager, another reason can be an outdated or corrupted device driver. In most cases, the underlying problem for Device Manager error code is outdated/corrupted drivers.

The good news is that Device Manager error code 33 is not detrimental. However, if the error is not resolved timely, it can lower the functionality and the performance of your PC. You may not be able to use the hardware device.

Further Information and Manual Repair

To resolve code 33, you don’t need to be technically sound or hire a professional computer programmer. Just like any other Device Manager error code, code 33 is also easy to repair.

To help you fix this issue on your system, below are some of the best, easy, and effective DIY solutions.

Method 1 - Configure Hardware Device

Properly configure the problematic hardware device to fix error code 33. It is important to understand that when you install a device that is not plug-and-play, the resource settings are not configured automatically.

This means for such devices you will have to perform device configuration manually.

For device configuration, here’s what you should do:

  1. Go to the start menu
  2. Click Control Panel, then click Performance and Maintenance, and then System
  3. Now on the hardware tab, click on Device Manager and then double click the device you wish to configure
  4. Click the resources tab and then click on the check box next to the Use Automatic Setting
  5. After that click, the ‘Setting Based On’ and then click the hardware configuration you wish to change
  6. Press the ‘Resource Type’ you will like to configure in the ‘Resource Settings’ box
  7. Now go to the Change Settings tab and type a new value for the Resource Type

Method 2 - Update the Problematic Drivers

Code 33 can also be generated due to driver problems. In such a scenario, it is recommended to update the outdated or corrupted drivers.

Identifying all problematic drivers and updating them individually can be frustrating and time-consuming. Therefore to save time and avoid the hassle involved in updating drivers manually, it is advisable to download DriverFIX.

Method 3 - Download DriverFIX to Update Drivers Automatically

DriverFIX is a next-generation and user-friendly program compatible with all Windows versions.

This software is exclusively designed to repair and resolve device driver-related problems and error codes.

Once installed, its intelligent and intuitive programming system detects all outdated, corrupted, and misconfigured device drivers on your PC. It automatically updates all the problematic drivers in a few seconds. It makes sure that the driver versions are the latest and compatible with your operating system.

Furthermore, it also ensures that drivers are continuously updated whenever new versions are available. So, you don’t have to worry about keeping device drivers up to date.

Click here to download DriverFIX to resolve Device Manager error code 33 today!

Read More
Run as administrator is not working
Recently, a number of users reported that they were not able to use the “Run as administrator” context menu option when they tried using it or opening a program with administrator privilege. If you are one of these users facing this problem, then you’ve come to the right place as this post will guide you in fixing this issue. At the time of writing, it isn’t clear what the cause of the issue is but there are potential fixes you can try to fix the problem. You can try turning on the User Account Control or clean up the Context Menu items change the Group Membership. On the other hand, you can also perform both SFC and DISM scans via Command Prompt or troubleshoot the problem in a clean boot state as it is possible that some third-party programs are the ones that are causing the problem. You could also run an anti-malware scan using Windows Defender or your antivirus program.

Option 1 – Try to turn on the User Account Control

When you open a program with administrator privilege, the User Account Control or UAC prompt will pop up asking you to confirm the permission. However, if you have disabled the User Account Control by mistake or some malware has disabled it, then it’s no wonder why the “Run as administrator” option is not working. Thus, you need to check if UAC is turned on or not. All you have to do is go to the User Account Control settings.

Option 2 – Try changing the Group Membership

  • First, you need to sign in with your administrator account or ask your administrator to sign in for you. So if you only have a Standard User account, you have to add that account to the Administrators group.
  • In the taskbar search box, type “netplwiz” and check the search results.
  • From there, select your user account and click the Properties button.
  • After that, go to the Group Membership tab and select Administrator.
  • Now click on the Apply and OK buttons to save the changes made and then sign in to your computer again and see if the “Run as administrator” option is working or not.

Option 3 – Try to create a new Administrator User account

If you have a standard account, you can try creating a new account but this time, you create an administrator user account and then see if you can now use the Run as administrator option or not. Note that you have to sign in with your main account before you can create an admin account.

Option 4 – Run the DISM tool

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

Option 5 – 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 the problem with the “Run as administrator” option on 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:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Once done, restart your computer.

Option 6 – Put your computer in a Clean Boot State

You can also troubleshoot the problem in a Clean Boot state. It could be that there are some third-party applications in your computer that are preventing you from using the “Run as administrator” option and to isolate this possibility, you need to boot your computer in a Clean Boot State and then try to use the Run as administrator again. Putting your computer in this state can help you identify which program is the culprit and thus isolates the problem. In a Clean Boot state, your computer will start using only the pre-selected minimal set of drivers and startup programs. Note that you have to disable and enable one process at a time.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • After you’ve set your computer into a Clean Boot State, try to check if the error is now fixed and that you can now view the Properties.

Option 7 – Try scanning your computer using Windows Defender

As mentioned, if your computer was recently infected with some malware, it is possible that the malware changed the User Account Control settings which is why you’re not able to use the Run as administrator option. Thus, you need to scan your computer using Windows Defender.
  • Tap the Win + I keys to open Update & Security.
  • Then click on the Windows Security option and open Windows Defender Security Center.
  • Next, click on Virus & threat protection > Run a new advanced scan.
  • Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
Read More
Software review series: QuickLook
QuickLook app is one of the best options to preview files without opening them in Windows 10. It works similar to the Quick Look feature of macOS. This Microsoft Store app has some really interesting features. It lets you preview images, documents, and media files. Also, just a hotkey is needed to preview the content of a file. There is no interface for the app. Only a preview window is visible. You can also expand the preview window to full size. Apart from that, it lets you keep the preview window on top of the other opened applications. For image files, it also provides the EXIF data. After installing this app, just select some file that you want to preview, and press the Spacebar key. That’s it! The preview window will open immediately to view the file content. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Fix PAGE_FAULT_IN_NONPAGED_AREA 0x00000050
If you suddenly encounter the PAGE_FAULT_IN_NONPAGED_AREA Blue Screen error then it means that your computer is under a heavy load. And if you look closely, you’ll see that it has a bug check value of 0x00000050. This kind of Blue Screen error also indicates that invalid system memory has been referenced. It could be that the memory address is wrong, or that it is pointing at freed memory. The PAGE_FAULT_IN_NONPAGED_AREA Blue Screen error occurs when the requested data is not found in the memory. As a result, the system generates a fault which normally indicates that the system is looking for data in the paging file. However, in this case, the missing data is identified as being located within an area of memory that cannot be paged out to the disk. This Stop error might be caused by a buggy system service, antivirus program, a corrupted NTFS volume, or faulty hardware. So if you’ve recently added hardware, you can try removing it and then check. If the problem still persists, refer to the suggestions given below to fix the problem.

Option 1 – Run Memory Check to test your memory

  • 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
  • Select the option you prefer and afterward, check if the Blue Screen error is now fixed.

Option 2 – Run a System File Checker scan

You can also try to run a System File Checker or SFC scan in order to scan your computer for corrupted files that might be the cause behind the PAGE_FAULT_IN_NONPAGED_AREA Blue Screen error. Once it finds any corrupted system files, it will automatically fix them. To run System File Checker, here’s what you have to do:
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer after the scan is completed.

Option 3 – Disable Automatic Paging File Size Management

  • Right-click on This PC located on your desktop.
  • Next, click on Properties and then click on the Advanced System Settings.
  • Go to the Advanced tab and then click on the Settings button under the Performance section.
  • Afterward, a new mini window will appear and from there, go to the Advanced tab.
  • Then click the Change button under the Virtual Memory section. Once you do, another mini window will appear.
  • Now uncheck the “Automatically manage paging file size for all drives” option.
  • After that, you have to increase the Page File size by doubling the amount of memory allocated by default in the text field. For instance, the paging size given is a minimum of 16MB and so you have to change it to 32MB. And since the recommended value is 1907MB, you can make its maximum size around 4000MB. By doing so, it will allocate more space for paging into individual drivers.
  • Now click OK, close all the open windows and then restart your PC.

Option 4 – Update the Device Drivers

Updating the Device drivers can also help you fix the PAGE_FAULT_IN_NONPAGED_AREA Blue Screen error. To do so, follow the steps below.
  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.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. If you see a red or yellow sign that shows up against the driver, right-click on the driver and select “Update Driver Software”.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • Restart your PC and then check if the Blue Screen error is now fixed or not.

Option 5 – Perform a System Restore

Performing System Restore might help you in fixing the PAGE_FAULT_IN_NONPAGED_AREA error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.

Option 6 – Try disabling your antivirus programs

There are instances when antivirus programs trigger Stop errors like PAGE_FAULT_IN_NONPAGED_AREA. Thus, you can try disabling your antivirus programs like Windows Defender or other third-party programs if you’re using one.

Option 7 – Use the Blue Screen Troubleshooter

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

Option 8 – Disable Memory caching in the BIOS

You can also disable memory caching in the BIOS to fix the PAGE_FAULT_IN_NONPAGED_AREA error.
  • Open the BIOS Setup screen.
  • Next, go to Advanced > Cache Memory and then disable it.
  • Tap the F10 key to save the changes made and restart your computer.
Read More
Best Free Stock Photo WEB sites of 2021
The Internet has become an essential human right as stated in many countries around the world. Among many benefits that the internet offers are various sites selling Stock photographs for all of your needs. No matter are you working in the design industry or just want to make something for yourself there is a high chance that you will eventually need some photos for your work. Stock photo workIn this article we are going to go through the best Stock Photo sites BUT, we will focus on ones that give you royalty-free Photos, so no paying stuff here, just the best of the free world.

Adobe Stock free collection

https://tracker.tradedoubler.com In the last year of 2020, Adobe has made more than 70000 photos, videos, illustrations, and templates completely free. You are free to use provided material for personal, commercial, and creative work. Since this is adobe’s collection, well part of it, all of the given material is of high quality. You can also upload pictures to do a visual search to find similar ones.

Unsplash

https://unsplash.com/ Unsplash is a place where you will go if you want to find free-quality pictures. Since a lot of photographers are donating their selected work there you will find always consistently high-quality work there. Unsplash also has applications for Android and iOS so you can go through their stock on your mobile device as well. Photos are organized into categories that make searching much easier.

Pixabay

https://pixabay.com/ Pixabay is maybe well known due to its huge collection of both images and illustrations. There are tons and tons of stuff in there all royalty-free for use. The bad side is due to its strongest one, since there are so many images on its site, quality is not always top-notch like on Unsplash for comparison but you might find stuff here that you will not be able to do it anywhere else.

Pexels

https://www.pexels.com/ This is a great choice for web or app developers since you can find various UI ideas and designs on it. Many UI ideas ready for implementation will be found here and a decent amount of photos as well. The overall site is great for that purpose but please do read the license on each image since some of them are limited in use and cannot be used in commercial projects.

Pikwizard Stock

https://www.pikwizard.com/ Stock photography from Pikwizard is a place where you will go if you need high-quality pictures of people. There are a lot of images of people in natural poses doing things, nothing cheesy or unnatural, just pure and great-looking ones. Among other things is also a vast selection of cityscapes. Sadly as in the case of Pexels, not all pictures have the the same license so make sure to check terms of use before using one.

Gratisography Stock photos

http://gratisography.com/ Last on our list is a Stock site with a strange name and if you visit it you will see that it is not just the name that is strange. Gratisography is a stock site that aims to provide you with high-quality photographs but in different take from another site. These images are more artistic and surreal than other competitor sites. Images are uploaded almost on daily basis but since thematic is somewhat niche collection itself is relatively small.

Conclusion

That’s it, we hope that we have helped you in any way to find some material for your next project and I hope to see you soon back on errortools.com. Take care and all the best.
Read More
Can’t remove Bluetooth mouse & keyboard
Windows 10 supports various devices to get connected to which makes it quite a flexible operating system. The connection varies on the fact that the device can be connected either with Bluetooth or other wireless and wired connection. However, no matter how great the features are, there a few times when they bring in some bugs too. One of these bugs won’t allow you to either remove or reinstall the Bluetooth mouse and keyboard device from your Windows 10 computer. So if you are currently experiencing this problem, read on as this post will guide you in fixing it. Before you go over the suggestions laid out below, you need to create a System Restore Point first since, in one of the options, you will be making some changes with the registry files as well as some critical Windows settings. Once you have that covered, refer to the following options.

Option 1 – Configure the Bluetooth Services

The first thing you can do is configure Bluetooth Services.
  • Tap the Win + R key combination to open the Run dialog box.
  • After that, type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • You will then see a list of services and from there, look for the following services and make sure that their default values are set as follows:
    • Bluetooth Audio Gateway Service – Manual (Triggered)
    • Bluetooth Support Service – Manual (Triggered)
    • Bluetooth User Support Service – Manual (Triggered)
  • Now click on the Start button to start all the aforementioned services and then check if you can now remove or reinstall the Bluetooth mouse and keyboard device.

Option 2 – Try running the Bluetooth Troubleshooter

As you know, Windows 10 has various troubleshooters with user-friendly interfaces where you can utilize them to fix issues in your PC. And since you’re dealing with some Bluetooth problem, you have to run the Bluetooth Troubleshooter.
  • Open the Windows 10 Settings.
  • Then go to Update & Security > Troubleshoot.
  • You should find the option for Bluetooth on your right-hand side – click on it then click on the “Run the troubleshooter” option.
  • Now follow the next screen options.

Option 3 – Try to reinstall or update the Bluetooth driver

The issue might have something to do with the Bluetooth drivers. It could be that it is outdated and needs to be updated or that you recently updated it and since then you have trouble removing the Bluetooth device and so to fix the issue, you can update, roll back or uninstall the Bluetooth drivers. How? Follow the steps below.
  • Tap the Win + X keys to open the Device Manager.
  • Next, look for the Bluetooth device and right-click on it.
  • Select the option “Update driver”.
  • After that, a new popup window will appear. In there, select the option, “Search automatically for updated driver software”.
Note: Checking the update may take a few minutes so you’ll have to wait until it finishes. If it is able to find an update, you must install it.

Option 4 – Get rid of any interference

If you have several wireless devices in the same room as your PC then it might have caused interference with the current connection in your PC which is why you have to switch off all the other devices and then try removing reinstalling the Bluetooth mouse and keyboard devices again.

Option 5 – Remove or reinstall the Bluetooth devices in a Clean Boot State

You might want to uninstall or remove the Bluetooth Devices while your computer is in a Clean Boot State. Putting your computer in this state will surely help especially if there are some processes that prevent the Bluetooth devices from being removed or reinstalled.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • After that, try to reinstall or remove the Bluetooth mouse and keyboard devices again.
Read More
Fix Windows was unable to repair the drive
If you connected your Hard Disk, USB, or SD card to your Windows 10 computer and you suddenly encounter an error that says, “Windows was unable to repair the drive”, read on as this post will help you fix the problem. This kind of error indicates that the file system on the drive has become corrupted and that ChkDsk was not able to repair the problem. You can also encounter this error when you try to run the ChkDsk utility to repair the system. This kind of error is most likely due to the general corruption of the contents in the drive. It is also possible that you removed the external drive without using the “Safely remove hardware” option or it could be that the drive is still in use. To fix the problem, the obvious thing to do is to safely remove the external drive by using the “Safely remove hardware” option. If it didn’t work, you can try to run the CHKDSK utility from the command line or you could also restart your computer in a Clean Boot State and then run the scan. Before you proceed with the potential fixes provided below, make sure that you create a system restore point first or you could also create a backup copy of the data to an external drive.

Option 1 – Run the CHKDSK utility from the command line

Although some users reported getting the “Windows was unable to repair the drive” when they run a CHKDSK scan, other users reported that running it also fixed the error. Thus, you can try to run it and see if it works or not.
  • In the Windows Search box, type “command prompt” and from the search results, right-click on Command Prompt and select “Run as administrator”.
  • After opening Command Prompt, type this command and tap Enter: chkdsk <Partition Letter>: /f
  • The command you entered will start to check for errors and fix them automatically. Else, it will throw an error message saying, “Chkdsk cannot run because the volume is in use by another process. Would you like the schedule this volume to be checked the next time the system restarts? (Y/N)”.
  • Tap the Y key to schedule Disk Check the next time your computer restarts.

Option 2 – Restart your computer in a Clean Boot State

There are some instances that some conflicting programs installed in your computer might be the one that triggers the “Windows was unable to repair the drive” error to appear when you connect your external drive or run the CHKDSK utility. To identify which program is causing the problem, you need to put your computer in a Clean Boot State. To do so, follow the steps below.
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • Once your computer has restarted in a Clean Boot State, perform your scan again and see if it now works, and then start to isolate the problem by checking which one of the programs you installed recently is the root cause of the problem.
Read More
Enable or disable Full-screen optimizations
In case you don’t know, there is a feature in Windows 10 computers that allows them to function a lot better. This feature is called Full-Screen optimization and it is enabled by default for several applications such as games and video players. If enabled, the Full-Screen optimization feature enhances the video playback and gaming by simply putting the CPU and GPU process as a priority. However, there are times when it can also result to a drop in the frame rate or FPS while in full-screen mode. And of course, the obvious solution to this dilemma is by disabling the Full-Screen optimization feature which is why Microsoft took action and removed this feature themselves in the recent Windows 10 Update releases. However, there is another way for you to enable it back or disable it yourself if you haven’t installed the recent updates yet and there are plenty of ways you can do both. All you have to do is follow the options given below carefully.

Option 1 – Try using Windows 10 Settings

If you haven’t installed the recent updates yet and all you have are the earlier releases, then this method would suit you.
  • Open the Windows 10 Settings app.
  • Next, navigate to System > Display > Graphics Settings or Advanced graphics settings.
  • From there, uncheck the “Enable Fullscreen optimization” option if you want to disable the feature, else just keep it checked.

Option 2 – Try using the Registry Editor

  • Tap the Win + R keys to open the Run dialog box and then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • Afterward, if a User Account Control or UAC prompt appears, click on Yes.
  • Once the Registry Editor is pulled up, navigate to this registry key: HKEY_CURRENT_USERSystemGameConfigStore
  • Next, right-click on Explorer and select New > DWORD (32-bit) Value and then name it to “GameDVR_DSEBehavior and tap Enter to save it.
  • Now double click on the newly created GameDVR_DSEBehavior DWORD and set its value to “2” if you want to disable it, or “0” if you want to enable it.
  • Once you entered the value, close the Registry Editor and restart your computer to successfully apply the changes made.

Option 3 – Try running the application in Compatibility Mode

If the first two options didn’t work, the next thing you can do is to run the application in a Compatibility Mode. Follow the steps below to do so:
  • Go to the location of the application or game on which you need to disable or enable the Full-Screen optimization feature.
  • After that, right-click on it and select Properties.
  • Next, switch to the Compatibility tab where you can see the “Disable fullscreen optimization” option to disable the feature and vice versa.
  • Now click on the Apply and OK buttons to apply the changes made in the application’s settings.
Read More
T-Mobile Hack, 40 Million and more Impacted
T-MobileHacker group recently came up with claims that they have stolen data from 100 million T-Mobile customers. T-Mobile has responded with confirmation it has been compromised and that over 40 million records were stolen, among them are not just present customers, but anyone who has applied for T-Mobile service as well as past accounts.

What has been stolen?

Report from T-Mobile states that stolen records included first and last name, date of birth, social security number, driver’s license & ID information. The company said that it has “no indication that the data contained in the stolen files included any customer financial information, credit card information, debit or other payment information.” Not really a reassuring statement meaning that they really do not know, but even if the statement is true, already stolen information is as much if even not more damaging and devastating as payment information.

What T-Mobile is planning to do now?

It is stated that the hole used for the hack has been addressed and closed so no more data can be stolen. Considering people that had their personal information compromised, T-Mobile said it is planning to reach out to them and offer them two years of free identity protection through McAfee’s ID Theft Protection Service. Additionally, T-Mobile recommends postpaid customers change their PIN by going online into their T-Mobile account or calling T-Mobile customer service by dialing 611 on their phone. The company also recommends a feature called Account Takeover Protection that prevents unauthorized individuals from stealing a phone number and porting it out of T-Mobile. Finally, the company will publish a website “for one-stop information and solutions to help customers take steps to further protect themselves.”
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