A lot of users complain about low storage space each time a Windows Feature update is released as well as to complain about not being able to download the updates, slow update experience, and many other complaints. The main issue is that many users do not have enough storage space available on their PCs. And now to make sure that none of the updates gets stuck because of low storage space, Microsoft presented the Reserved Storage feature which comes preinstalled with v1903 or those where v1903 was clean installed. This guide will be showing you how you can enable or disable the Reserved Storage in your Windows 10 computer.
As you know, the Windows Update process should have enough space so that it can download, extract and apply the update on the computer. Usually, the size of the Reserved Storage is around 7GB which gives enough space for the update, temporary files, system caches, apps, and many more. And according to Microsoft, the size of the Reserved Storage space will vary from time to time and will depend on how you use your computer.
Explanation
The Reserved Storage space feature is enabled by default on devices that come preinstalled with the May 2019 update or after performing a clean installation of the Windows 10 OS. To check if your computer has this feature, you need to go to Settings > System > Storage and from there click on the “Show more categories” link and then click on the “System & reserved” option. However, if you can’t find the Reserved Storage from the list, then it’s probably because your computer has limited space on the hard disk or it is not a fresh or new install. On the other hand, if you have this feature but have no use for it and want to disable it instead, then read on as this post will also show you how it’s done.
Solution
Keep in mind that when you disable the Reserved Storage feature, chances are, you might be unable to enable it back so you need to make sure that it’s really what you want to do before you disable it permanently. So if you really want to disable Reserved Storage, you can do so using the Registry Editor. Before you proceed, you have to create a System Restore point first and then carry out the following steps.
Tap the Win + R keys to launch the Run utility and type “Regedit” in the field and then tap Enter to open the Registry Editor.
Next, navigate to this registry path: ComputerHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionReserveManager
From there, double click on the DWORD named “ShippedWithReserves” and set its value to “1”.
Once you’re done, restart your computer and see if the Reserved Storage feature is now gone.
On the other hand, if you want to reduce the Reserved Storage space, there are two ways you can do that. First, you can go to Settings > Apps > Apps & features > Manage optional features and from there, uninstall the optional features that you do not use. The second one is you have to go to Settings > Time & Language > Language and then uninstall the languages and their add-on which you don’t use.
Note: The Reserved Storage feature is also used by system processes and apps to create temporary files and once the Reserved Storage space fills up, Windows 10 will delete them automatically. It is undeniable a useful feature so disabling it is not recommended but if you are running on low storage space and don’t have much choice, then you may disable it at your own risk.
0x0000007B is the most common Windows stop error.
The error is displayed on the blue-colored screen which is also called the blue screen of death. You may receive a 0x0000007B error message during Windows XP setup or while running the setup program.
The message is often displayed as ‘a problem has been detected and Windows has been shut down to prevent damages’ or ‘inaccessible boot device error’.
Solution
Error Causes
The 0x0000007B error code is usually triggered by:
Poor Window XP installation
Registry corruption
Device Drivers Issues
Boot sector viruses
Further Information and Manual Repair
The 0x0000007B error makes your system vulnerable and reduces its speed significantly. And besides, you can’t run the programs smoothly on your PC either. Therefore, it’s advisable to fix the error right away.
To fix and repair the 0x0000007B error successfully, you must first understand the cause of the error. Let’s take a look at all the solutions available to fix the 0x0000007B error.
Cause: Boot Sector Viruses
Solution: If your computer is infected with boot sector viruses, then you will first have to download a powerful antivirus. After downloading the antivirus program, run it on your PC to check your computer for viruses. Delete the viruses found and click the repair option.
Sometimes even an antivirus program may fail to remove the virus and repair the system. In such cases, you must repartition and format your hard disk and also reinstall Windows XP.
Cause: Device Driver Issues
Solution: Device driver issues may occur if the boot controller is not properly configured or the driver is not up to date. If device driver configuration is the cause of the 0x0000007B error on your PC, then all you need to do is restart your PC, and while restarting press F8 to go to the advanced boot options.
Now choose the ‘Last Known Good Configuration’ option. After selecting it, boot into windows and then perform a system restore. Now go to Device Manager and perform a driver rollback to reinstall the drivers. This will resolve the configuration issues.
However, if you need an updated driver, all you need to do go on the web and download software to update the driver. It is advisable to download software from the manufacturer’s website in order to successfully update the device driver.
Cause: Poor Windows Installation
Solution: In this case, you will have to perform a Windows start-up repair. To do this: boot Windows XP from CD. Press ‘enter’ at setup Windows Screen when prompted. Then press R to repair Windows Installation.
This procedure will not delete any user data and files. In fact, it will copy only the original Windows files over the bad or existing ones.
Some of the best ways to avoid Ox0000007B blue screen errors are
To scan for viruses every time you use your PC
Never open web pages, emails, or download content that you think looks suspicious because that’s probably a virus.
Stable Diffusion is a machine learning model developed by Stability AI to generate digital images from natural language descriptions. The model can be used for different tasks like generating image-to-image translations guided by text prompts and upscaling images.
Unlike competing models like DALL-E, Stable Diffusion is open source and does not artificially limit the images it produces. Stable diffusion was trained on a subset of the LAION-Aesthetics V2 data set. It can run on most consumer hardware equipped with a modest GPU and was hailed by PC World as "the next killer app for your PC".
Since Stable Diffusion is run locally and not in the cloud, as mentioned there is no limit to the number of images that you can produce but in order to use it you will have to get down a little dirty with setting your PC environment for it since it is not really an application, it is a command line text based descriptor that will use python to generate your images, so there is no install nor GUI.
In this guide, we will show you how to both install and run Stable Diffusion on your local PC so you can start producing some cool images all by yourself.
Hardware and software requirements
Make no mistake, Stable Diffusion will not run on a potato PC, in order to harvest the power of AI-generated imagery this is what you will need:
A GPU with at least 4GB of VRAM
10GB of hard disk space
Python and libraries (Miniconda3 installer will install everything you need)
The Stable Diffusion files
Git
Any OS (Windows, Linux, macOS)
Installing components
For this tutorial, we are covering the installation and running of Stable Diffusion on Windows PC. The steps presented here are presented in a way that installation can be performed on any operating system but precise instructions will be for Windows OS.
GIT
The first thing to do is to install GIT. It is a tool that will let you easily maintain and install repos from the internet. to install it go to: https://git-scm.com/ and click on download. Follow the instructions for your version of the operating system. If you are a developer you are familiar with GIT and if you already have it installed you can skip this step.
One thing that is important when installing GIT locally is to select to use it via the command line (the second option that says "Git from the command line and also from 3rd-party software").
Miniconda3
Now when we have GIT installed, next thing is to use Miniconda3 to install python and all required libraries that are needed. Get the installer at: https://docs.conda.io/en/latest/miniconda.html
Miniconda3 is basically an easy installer so you do not have to install tons of stuff manually from different websites and sources, it is nicely packaged in the installer that will take care of everything.
Stable Diffusion
After the previous two steps, we are ready now to actually install Stable Diffusion. Go to https://huggingface.co/CompVis/stable-diffusion#model-access and install the latest library (as of the writing of this article currently it is stable-diffusion-v1-4-original, the last one on the right), the library is almost 5GB in size so be prepared for big download.
Once downloaded click on the Windows start button and type in Miniconda3 and click on open. Create a folder and name it how you want on a drive of your choice. For this example, we will install it all in disk C under folder AI_art, follow the instructions below but use your own names and destination instead. Do not close Minicoda3 after typing commands!!!
cd c:/
mkdir AI_art
cd AI_art
Extract GitHub files that you have downloaded into your new folder and get back to Minicoda3 and type the next commands:
Let the whole process finish, some files are large and it might take a while. After the whole process is finished and completed, copy the checkpoint file that you have downloaded into: C:\AI_art\stable-diffusion-main\models\ldm\stable-diffusion-v1
After the file is copied rename it to model.ckpt and you are finished.
Running Stable Diffusion
The created environment is needed in order to actually use Stable Diffusion to create images. Each time you want to use it you will have to run it, so go into Miniconda3, and inside it type:
conda activate ldm
cd C:\AI_art\stable-diffusion-main
after we are inside the folder call the script with the parameters:
python scripts/txt2img.py --prompt "TXT DESCRIPTION OF IMAGE THAT YOU WANT TO CREATE" --plms --n_iter 5 --n_samples 1
and that's it, your image is created and it is located in C:\AI_art\stable-diffusion-main\outputs\txt2img-samples\samples
AI and neural networks are more and more being used in all parts of our lives. From face detections to deep fakes it is both amusing and frightening to watch at the same time.
From some really bad uses of neural networks and AI overall, looking at you deep fakes, upscaling videos or images are mostly harmless pieces of work not harming anyone.
There is one cool YouTube channel, well there are more but this one seems to have most of the videos on it and if I am wrong I apologize.
https://www.youtube.com/channel/UC33rC3GO1UZFAkMcCCwjyWg
So upscale is like previously mentioned a YouTube channel that hosts old game trailers and into videos but in full 4K or 8K video resolution, fully upscaled using neural networks.
There are some videos that are not maybe top-notch but the large quantity of them is pretty well upscaled and they do indeed look great.
So if you have some time and want that old nostalgia fix, go and check it out. You might find something that will bring that old you out and you might even drop a smile or two remembering old good days, I know I have.
This post will guide you in what to do if you are trying to share the internet connection from your Android smartphone to your Windows 10 computer but USB tethering is not working. Although you can always connect your Android phone to your computer using a USB cable, you still won’t be able to access the internet. However, if you’ve already enabled the USB tethering option in your smartphone, you should be able to access the internet but if you still can’t then you can fix this issue by reading this post.
There are several potential fixes you can check out to fix the USB tethering issue. You can try running both the Internet Connections and Network Adapter troubleshooters or try installing the USB RNDIS adapter or disable any unnecessary network adapters.
Option 1 – Try to run the Internet Connections and Network Adapter troubleshooter
There are various built-in troubleshooters in Windows 10 that can help fix system issues. Since you are dealing with an internet connection problem, you can try running both the Internet Connections and the Network Adapter troubleshooters. To run them, follow these steps:
Go to Settings > Update & security > Troubleshoot.
From there, you can select the Internet Connections troubleshooter.
Click on the Run troubleshooter button to troubleshoot the problem.
Wait until the troubleshooter is done identifying and fixing the problem automatically.
Then follow the next on-screen instructions that may appear.
Once it’s done, check if the USB tethering issue is now fixed.
Note: You can also try to run the Network Adapter troubleshooter. It is also located under the Troubleshoot section. Just scroll down until you see it and then run it.
Option 2 – Try installing or updating the USB RNDIS adapter
RNDIS or Remote Network Driver Interface Specification can also help you resolve the USB tethering problem. If the pre-installed driver does not help you in connecting to the internet, then you can try installing the USB RNDIS driver that is, if it’s not installed yet. If it is already installed, you can try to update it instead.
Tap the Win + R keys to open Run and type “devmgmt.msc” in the field and hit Enter to open the Device Manager.
Next, expand the Network adapters section and look for the Remote NDIS based Internet Sharing Device. But if you are using a Samsung smartphone, you might see “Samsung” instead of under Network adapters.
Right-click on it and then select the “Update driver” option.
Then select the “Browse my computer for driver software” option.
After that, select the “Let me pick from a list of available drivers on my computer” option.
Now uncheck the checkbox for “Show compatible hardware”.
From the given list on your left-hand side, look for Microsoft and then select the Remote NDIS based Internet Sharing Device on your right-hand side.
Click on Next. A new popup will appear where you have to click on Yes. This will install the driver.
Now click on the Close button and restart your computer.
Option 3 – Try disabling any unnecessary network adapters/connections
Assuming that your Ethernet connection is showing ping loss which indicates that the internet is not stable. In such time, if you use the USB tethering functionality, you won’t be able to access the internet connection from your smartphone. The internet connection will be frequently disconnected since your computer gives priority to the Ethernet connection. Thus, you have to disable the Ethernet connection temporarily.
Right-click the network icon on your Taskbar and select the option “Network and Sharing Center”.
After that, click the network connection. And then click the Disable button from the status box that opens.
After that, check if you can now connect to the internet or not.
When Windows is installed on a clean hard drive it usually finds most of the needed drivers for our computer to run, but if we by any chance have any old unsupported hardware or some exotic one chance are very high that Windows will not be able to locate and install drivers for it.
And sometimes we do not even have drivers from where to download them, let's say for example you have purchased a second-hand laptop with Windows on it, you wish to create a clean and fresh copy of new Windows installation but you do not have drivers, and let us say the model is not supported so you can not download them. In this case, this shown method will help you a ton and save you a lot of time and frustration.
So, in order to back all of your drivers from your Windows follow this simple guide step by step. Note please that this method will backup drivers themselves, you will not backup installation packages of drivers or similar stuff, only drivers installed in Windows itself.
Backing up the drivers
First thing first, create a folder where you want your drivers to be backed up somewhere in your HD and give it any name.
Second, press ⊞ WINDOWS + X to open the secret Windows menu.
From the menu choose Command Prompt (administrator)When the command prompt is active type the next command in it:
DISM /online /export-driver /destination:C:\DriverBackup
where: C:\DriverBackup is the folder and the hard drive where you want to store your backed-up drivers.
Press ENTER
That's it, you have now successfully backed-up all of your installed Windows drivers.
Now, save all of your drivers on USB and reinstall Windows.
In order to now return backed drivers do the following:
Press again ⊞ WINDOWS + X to open the secret Windows menu.but this time choose Device managerFrom decide, manager right-click on any device Windows has not been able to install appropriate driver and choose update driver
Click on the Browse my computer for driver software option.
If you encounter an error message saying, “ERR SSL VERSION OR CIPHER MISMATCH” while visiting a website, then it is not primarily your fault as an end-user. In fact, it can happen on any website like Chrome, Edge, Firefox, and even Internet Explorer. Getting this error means that the website you are visiting is using an SSL certificate which your browser seems to be rejected because there is some issue with the certificate. It is also possible that the certificate that’s downloaded on your computer is corrupted or that your computer configuration for TSL/SSL is misconfigured.
Here are the complete details of the error message:
“A secure connection cannot be established because this site uses an unsupported protocol, Error code ERR_SSL_VERSION_OR_CIPHER_MISMATCH”
To resolve the ERR_SSL_VERSION_OR_CIPHER_MISMATCH error, refer to the options given below and see which one works for you.
Option 1 – Try to access the website with the only HTTP
The first thing you can do is to try accessing the website using HTTP instead of HTTPS. If you can open the website using HTTP then it means that the problem is in the website itself. And if you are the website owner, you can check the following:
Check if your website’s SSL certificate name is mismatched. Here you need to ensure that the name and alias of the websites match with the actual website URL where the certificate is installed.
Second, check if your server is using the RC4 Cipher. If it is, then you need to fix that.
On the other hand, you may also check if your CDN also supports SSL since most of the CDN nowadays supports SSL. All you have to do is configure it correctly and it should be good to go.
If you were using Google Chrome when you got the ERR SSL VERSION OR CIPHER MISMATCH error, then you need to follow the protocol fixes for SSL3/TLS and QUIC which are usually some of the reasons that cause the SSL version / Cipher Mismatch. It also has a few fixes for Windows 10 computer where you can clear the certificates and make sure that your computer date and time is in sync with your time zone and so on.
If you were using Edge or Internet Explorer when you got the error, then you have to follow the steps below.
Type “Internet” in the search box of your browser. After that, you should see the Internet Options from the search results.
Next, open the Internet Properties window and switch to the Advanced tab and then scroll down to the Security section.
From there, check the “Use TLS 1.1” checkbox as well as the “Use TLS 1.2” checkbox and then click OK to save the changes made.
Restart the browser.
On the other hand, if you were using Firefox when you go the error, here’s what you have to do.
Open Firefox and in the address bar, type “about:config” and hit Enter.
If a warning appears, just click on the “I accept the risk!” button to proceed.
Next, type in “TLS” in the search field and hit Enter.
Then look for “security.tls.version.min” and double click on it and set its integer value to 3 to force the protocol of TLS 1.3.
Now click OK and restart Firefox and do the same thing with SSL.
169 IP address error can stop your computer from connecting to the internet which could be a very frustrating experience. In this guide, we will cover simple but effective tips on how to fix this error so you can continue with internet use.
Reconnect your Modem or Router
Simple and sometimes effective solution, unplug and plug back in modem or router so IP is fetched again, it is very likely that computer will pick right IP address with this stunt.
Use built-in Windows Network troubleshooter
Press ⊞ WINDOWS + X top open secret menu
Go to settings
Go to Network & Internet
Inside click on Network troubleshooter
Follow onscreen instructions
After the troubleshooter ends reboot your PC
Reconfigure IP address
Press ⊞ WINDOWS + R to open the run dialog
Inside run dialog type ncpa.clp and press ENTER
Right-click on your network adapter and select properties
Uncheck Internet Protocol Version 6 (TCP/IPv6) and click on OK
Now press ⊞ WINDOWS + X and click on Command prompt (admin)
In command prompt type and after each line press ENTERnetsh winsock reset catalognetsh int ip reset reset.logipconfig /releaseipconfig /renewReboot your computer
Restart DHCP client
Press ⊞ WINDOWS + R to open the run dialog
In run dialog type services.msc and click on OK
Find DHCP client
Right-click on it and choose RestartReboot PC
Reinstall Network Adapter
Press ⊞ WINDOWS + X to open the windows menu
Click on Device Manager
Expand Network Adapter and right-click on wireless or ethernet adapter, click on Uninstall deviceReboot the computer to automatically reinstall the device driver
Reset IP and subnet mask
Press ⊞ WINDOWS + R to open the run dialog
In run dialog type in ncpa.cpl and press OK
Right-click on your network adapter and select properties
Uncheck Internet Protocol Version 6 (TCP/IPv6)
Double click on Internet Protocol Version 4 (TCP/IPv4)
Select Use the following IP address and change it to 192.168.0.1
Change Subnet mask to 255.255.255.0
Leave default gateway blank
Click OK to save changes
Activation errors in Windows 10 can interfere with your ability to fully use the system. When Error Code 0xC004C4AE appears on your computer, you may see a message that shows that the validation process has been stalled due to binaries that appear to have been tampered with.
While the text of this message may sound intimidating to people who are not familiar with the inner workings of the Windows 10 system, the basic meaning of the error message is that something has been introduced to the system that is not natively supported in Windows 10. During the Activation process, Windows checks to ensure that all of the Windows elements that are currently on the computer are valid and authentic to the Windows system. Usually, this particular error code refers to a language package that has been downloaded into the system using an outside application, which the Windows 10 operating system does not support.
Common symptoms include:
An error message when the activation is attempted
Inability to complete the Windows 10 Activation process
Inability to fully use apps in Windows 10 until the issue is resolved
This particular error can easily be resolved with a few simple steps. However, if you are not confident in your ability to use the methods below or they do not fully remove the issue on your computer, you may want to seek the assistance of a qualified repair technician who is well versed in the Windows 10 Activation process.
Solution
Error Causes
The most basic cause of Error Code 0xC004C4AE is that an unsupported language package has been enabled in the computer. This most often occurs when third-party applications have been used to introduce additional display languages to your system. While third-party applications that provide language packs are acceptable in some versions of the Windows operating system, the Windows 10 Activation process will not be able to complete if the system detects that one of these unofficial language packs exists on your machine.
Further Information and Manual Repair
There are several methods that may be helpful in resolving the basic issue in the display languages that causes Error Code 0xC004C4AE to appear:
Method 1:Restore Your System to an Earlier Point to Revert Changes
Use a backup copy to restore your computer to an earlier date, in effect undoing the changes that caused the error. When your system has been restored, you will be able to go through any language packs that are not native to the Windows operating system and remove them before re-attempting the installation and activation of the Windows 10 system.
This method is most useful if you keep a regular backup of your system and files. If you do not regularly back up the information on your computer, attempt one of the other methods instead. If you are unsure of how to use a backup to revert your changes or are not comfortable completing this step on your own, contact a certified Windows technician to assist you in the process.
Method 2: Revert to an Earlier System to Remove the Language Pack
If you are unable to restore your system using a backup, the other option to resolve Error Code 0xC004C4AE is to halt your installation of Windows 10 and go back to Windows 7 or Windows 8.1, from which you will be able to remove the language pack in question. Once the offending language pack has been completely removed from your computer, the Windows 10 Activation process should be able to proceed normally.
Several versions of windows don’t support language packages, so the best way to prevent this error from occurring is to avoid using any kind of third-party tool to install additional languages onto your Windows system. Activities Language You may be able to use third-party tools to instead complete alternative language actions without installing these languages as language packs.
If the above solutions do not help you to resolve Error Code 0xC004C4AE on your machine, get in touch with a qualified Windows repair technician, who may be able to perform the operations needed to remove the problematic language pack from your computer and allow the Windows 10 Activation process to continue to completion.
Error Code 0x8007041d is an error that arises during the Windows 10 Update process. In some cases, this error code can also arise during the Windows 10 Activation process. It is an error code that has been present in multiple versions of the software but usually arises when antivirus or registry issues interfere with the Windows Update or Activation software.
Common symptoms include:
Inability to download the needed Windows 10 updates
Inability to complete the Windows 10 Update process
If you are experiencing the Error Code 0x8007041d on your machine, there are several methods that you can use to attempt to resolve the problem. Several of the steps that are most successful for the resolution of this error require familiarity with registry and antivirus tools, so if you are unsure of your ability to complete these steps on your own, contact a qualified computer repair technician to assist you.
Solution
Error Causes
In most cases, Error Code 0x8007041d arises when there is a conflict between multiple antivirus or malware tools on the computer, if there is an issue in the Windows registry, or if your Windows Defender software is out of date. During the Windows Update process, the system checks to ensure that there are not any factors that are present that could introduce viruses to the system, so if there are any indicators that could present issues to the software, Error Code 0x8007041d will often arise.
Further Information and Manual Repair
For users who experience Error Code 0x8007041d, there are several steps that can be taken to resolve the issue. If the following methods are not successful for you or if you are unsure of your ability to undertake them on your own, contact a qualified Windows 10 computer technician.
Here are the best ways to attempt to fix Error Code 0x8007041d on your computer:
Method 1: Remove Additional Security Software Apart from Windows Defender
In some cases, having multiple versions of malware or antivirus software installed on your computer can cause the Windows system to create conflicts between them, which can interfere with your ability to update. During the update process, the system may attempt to determine if there is any malware present, and having multiple kinds of antivirus software present on the same machine may return mixed results.
If you currently are running antivirus software that is separate from Windows Defender, consider removing it from your computer prior to running the update software. This may allow you to successfully complete your update process without conflict. Additional software can be reinstalled after the update is complete, but make sure to keep both sets of software up to date in order to lessen the chances of encountering this error code again during future updates.
Method 2: Update Your Windows Defender Software
If you currently have Windows Defender as your primary antivirus software, check to see whether it is fully up to date. Out of date antivirus software can cause conflicts with the Windows Update process since the update to Windows 10 will not be able to be completed unless the system is free from viruses or malware.
If you are unsure of whether or not your Windows Defender is up to date, open it and run the process to check for updates, then re-attempt to run Windows Update. In some cases, you may want to restart your computer before running the Windows 10 Update process a second time.
Method 3: Run the Registry Repair Tool
Another issue that could cause Error Code 0x8007041d is a problem in the system registry. If you believe that this may be the case, run the Windows Registry Repair Tool on your machine to check for and resolve any issues. This is a fairly simple and straightforward tool to use, but it can help you to resolve any number of problems that may interfere with your ability to update your Windows 10 software.
If you have taken the steps listed above, restart your computer before attempting to proceed with the Windows Update process. If the three methods listed above are not successful in completely resolving Error Code 0x8007041d on your machine or if you are not comfortable in your ability to implement these steps on your own, contact a qualified Windows repair technician who is familiar with the Windows Update process to assist you.
If you wish to always have at your disposal a utility tool to fix these Windows 10 and other related issues when they do arise, download and install a powerful automated tool.
Error 0xA00F4244 or 0x200F4244 is when Windows can not detect the WEB camera in your system and it is usually accompanied by the message: We can’t find or start your camera.
There could be several reasons for this error and in this guide, we will cover all of them in order to help you to get back on track and start using your WEB camera which is perhaps now more required than ever in this world we live in.
Check privacy settings
With the latest Microsoft Windows updates come the latest issues and it is not strange that privacy settings can become reset or changed when an update is applied. This is a quick fix to this issue and can be the sole reason why you get this error, go to Windows settings, then to privacy and check to see if the WEB camera is turned OFF, if this is the case turn it back ON and make sure that option Allow apps to access your camera is also set to ON.
Check if the camera is enabled
Sometimes it is by mistake, sometimes by an update but the web camera could be disabled in the device manager of Windows. Right-click on the Windows Start button and click on device manager to open it up, find and expand the cameras category. Right-click on your camera, if it is disabled, you will have the option to enable the camera, if it is enabled and Windows is detecting that it is working fine you will have the option to disable it.
Check antivirus settings
Antivirus and firewall applications are in today's world and life-essential piece of software but they can sometimes create more harm than good, from stopping windows updates to killing important services of applications and preventing internet access being just some examples of their paranoid behavior. Try disabling or turning your protection software OFF and see if your WEB camera will miraculously come back to life. If this is the case, somewhere in the settings of software there is an option that controls this aspect, try to locate it and set it in that way so you are able to use your camera.
Reinstall camera driver
If the previous three solutions failed to produce a satisfactory solution then reinstalling the camera driver might fix the problem. Go to your manufacturer's camera website and download the latest driver for your camera. Go to the device manager and uninstall the driver for the camera, then apply the latest driver and reboot the system.
Check connections and cable
Sometimes an issue is not due to software nature, sometimes it is hardware. Try checking connections and plug the camera in another USB port, twist and turn the cable a little to see is issue cable-related.
Check to see if the application supports your camera
If Windows has detected the camera and is not reporting any issues with it check your application to see if it can detect your camera and that it supports it fully. Sometimes newer applications tend to support only newer camera models. Try to use the camera in other software as well to see if the problem is with the application you are using.
Try camera on another computer
If everything else fails, try the camera on another computer to see if it will work there. If the camera is not working there as well it is probably malfunctioned and broken for good. If it does work there, try to find out what is different in that computer in comparison to yours, maybe it is some service running in the background, certain application configuration, Windows version itself, USB port version, or something else.