Logo

Disable WEB camera with PowerShell in Windows

Windows PowerShell is a powerful tool inside the Windows environment often overlooked by typical users which is a great mistake since it can offer a large array of functionality and usability and if used well can offer a unique working experience.

Today we will be using PowerShell to turn the WEB camera off so it can not be accessed, completely disabling it for use. You might want to do this for security reasons or just want to learn few new things. Whatever your reason might be, I am welcoming you to this tutorial and please do keep reading.

Finding device ID

In order to disable the WEB camera first thing we need to do is to find a matching device ID. We will find this value inside the device manager, so press ⊞ WINDOWS + X to open the secret menu.

keyboard with windows and x markedIn the menu choose device manager and click on it.

Windows menu device managerWhen the device manager opens, expand the Imaging devices or Cameras section.

Right-click Integrated Camera or the primary webcam, and click Properties.

Go to the Details tab.

Under the Property section, click to select Matching device ID from the drop-down.

Right-click the value and select Copy

camera device managerThe next step is to download and install Windows Driver Kit (WDK)

PowerShell script

Create and run a PowerShell script with the following parameters/values to disable the camera. Substitute the <FOLDER> placeholder with the actual name of the folder where your copy of Devcon is residing

$id = (Get-CimInstance Win32_PnPEntity |

where caption -match '<PRIMARY CAMERA>').pnpDeviceID

$ppid = "{0}{1}" -f '@',$id

Set-Location c:\<FOLDER>

Devcon status $ppid

Devcon disable $ppid

Devcon status $ppid

To enable the camera device, run the command below in PowerShell:

devcon enable $ppid

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

Fix Windows defender 0x800700AA Error
Windows defender error 0x800700AA, service can not be started comes when the user is trying to run Windows defender scan on their system. This kind of behavior happens for two reasons mostly, third-party application conflict or corrupted system files. In this article, we will tackle both scenarios and provide you with solutions in both cases.

Third-party application conflict

In this rare scenario when Windows defender can not start scan due to conflict with installed service or application in the system solution is quite simple. Restart your PC into safe mode and run the scan from there. In a safe mode environment, minimum drivers and services are only loaded eliminating any conflicts that might occur when everything is booted. If Windows defender can not run the scan in safe mode and you get the same 0x800700AA error then you can eliminate application conflict as a reason and move to the next solution which will tackle corrupted system files. If you, however, managed to run a scan then you have a rare third-party application conflict, you can boot normally into windows and try to eliminate one by one to see which one is causing the issue. The safest bet would be to start with security software because most of the time that is what causes conflicts in running services and applications.

Corrupted system files

If the previous solution has not provided you with results then you have system file corruption that needs to be fixed. Move from one solution to another as presented below:
  1. Run SFC scan

    SFC scan is a built-in Windows tool for solving corrupted system files issues, it is fully automated and does not require from the user any kind of knowledge or information. To run it and scan the system do the following: Press ⊞ WINDOWS + X to open the secret menu Left-click on the command prompt (admin) In command prompt type SFC /SCANNOW and press ENTER Wait for the process to finish, do not interrupt it and once it is done, restart your computer
  2. Run DISM scan

    DISM scan is similar to SFC scan but it tackles different types of system file corruption and it is recommended to run it also after SFC has been completed. Please note that for DISM scan to be successful you will need a stable internet connection since DISM will replace corrupted files with new ones downloaded from Microsoft. To run it do the following: Press ⊞ WINDOWS + X to open the secret menu Left-click on the command prompt (admin) inside command prompt type: exe /online /cleanup-image /scanhealth followed by ENTER, then type: Dism.exe /online /cleanup-image /restorehealth also followed with ENTER. Leave scan to finish and reboot your PC
Read More
How to Turn Bluetooth ON in Windows 11
Windows 11 BluetoothBluetooth perhaps is slowly becoming an outdated feature but sometimes you can really used it and need it. By default, in Windows 11 Bluetooth is turned OFF so if you need it, you will need to turn it ON first. Luckily turning it ON is easy and we will guide you through the process

Turning Bluetooth using the Quick Settings menu

The easiest and fastest way to turn the Bluetooth ON is using the quick setting menu:
  1. Click on indicator icons located left of date and time in Taskbar
  2. Click on the Bluetooth icon (if the icon is not displayed, click on the pencil icon, then click on Add and add Bluetooth icon from the list)
  3. Right-click on the Bluetooth icon and select go to Settings
  4. Go to Adding a Bluetooth Device to Windows 11 section

Switch it ON via Windows Settings

  1. Open Windows settings by using ⊞ WINDOWS + I combination
  2. Click on Bluetooth & Devices
  3. Inside settings turn Switch to ON beside Bluetooth
  4. Click + Add Device large button on top
  5. Click Bluetooth
  6. Select device in the list of found devices (make sure device is turned ON, it has Bluetooth sharing ON, and that it is in pairing mode)
  7. If the device needs the password, type it in
  8. When the message Your device is ready to go is showed on the screen click on the Done

Advice on Bluetooth devices

Note that the Bluetooth devices you connect to Windows 11 stay linked to your PC unless you pair them with a different PC, smartphone, or tablet later. After a time, most Bluetooth devices power down automatically to save battery life. To continue where you left off, either power the Bluetooth device up (if it has a power button) or press a button on a keyboard or mouse, and it should automatically turn on and reconnect with your PC. If you’re having trouble connecting your Bluetooth device, make sure that Windows 11 is fully updated and that you’ve installed any drivers that came with your device. Make sure that the device is fully charged or that it has a fresh set of batteries. while Windows is searching. You’ll need to remove the device from Windows 11 first and then attempt to pair it with your PC again.

Removing devices

If you need to remove (un-pair) a Bluetooth device, just open Windows Settings and navigate to Bluetooth & Devices. Locate the name of the device that you want to remove, click the three dots button in the corner of its square and select Remove Device.
Read More
Setting up an FTP Server in Windows
File Transfer Protocol Server, also known as FTP Server, is a private or public service that can host files that can be accessed both locally and globally. It is a quick, flexible and seamless service that allows you to store any kind of files depending on the total size of the server. If you’ve always found an FTP server useful, then the good thing is you can now create your FTP server since Windows 10 now allows it. You can host this server locally and later on make it globally available via the internet. So if you are planning to set up an FTP server on your Windows 10 computer, read on as this post will guide you on how to do so.

To set up the FTP server, you need to configure it first and then configure the Windows Firewall for the connections to go through. For more details, refer to the following steps:

Step 1: You need to configure the FTP server on Windows 10.
  • In the Search box, type in “Turn Windows Features On or Off” to search for it.
  • Then click on the appropriate result which will open a mini window.
  • From this mini window, scroll down to the list and expand “Internet Information Services where you have to expand the FTP Server section.
  • Next, select all the checkboxes to enable all the entries under FTP Server and then click the OK button to apply the changes made.
  • And now, since your computer is now allowed to host an FTP server, you need to configure it. To do so, type “Internet Information Services (IIS) Manager” in the Search box and click on the appropriate entry.
  • Next, right-click on Sites under the navigation bar of Connections and select Add FTP Site. This will open a new window where you have to input some information about your FTP hosting.
  • Now enter the details and click on Next.
  • Upon clicking Next, you will be prompted to give some authentication details. Enter the following details in the screenshot below.
  • Now click on Finish. After that, you will get an FTP Server being hosted on your Windows 10 PC.
And now that you’ve successfully configured the FTP Server, the next thing you have to do is to allow connections from and to the FTP server. Refer to the next step below. Step 2: Configure the Windows Firewall for FTP connections to pass-through
  • In the Start Search, type “Allow an app or feature through Windows Firewall” and click on the related search result which will open a window with all the settings.
  • From there, click on the Change Settings button. This will display a list where you have to mark all the checkboxes for the FTP server to enable them in both the Private and Public configurations.
  • After that, click OK. This will allow you access to the FTP server on your local network.
Read More
Change screenshot location

Each time when you press WINDOWS + PrtScn key on your keyboard a screenshot is taken and saved on your Hard drive, to be more precise, it is saved in a specific folder which is in c:\Users\Your user name\Pictures\Screenshots. Now, this specific location is not anything that's bad but it is a little deep and not so user-friendly for quick access.

screenshot properties

Luckily this default location can be changed into any folder that you like.

Changing location

First thing is to open File Explorer and then navigate to your PC. Once you go to your PC, go to Pictures, and inside right-click on the Screenshots folder. If there is no screenshots folder inside, this means that since Windows was installed no screenshots were taken with WINDOWS + PrtScn key combination. Please note that just by pressing PrtScn you will create a screenshot but you will place it inside the clipboard ready to be pasted somewhere, with WINDOWS + PrtScn you are saving the screenshot directly in a file on your hard drive.

So once you clicked on the Screenshots folder, go to the bottom and click on properties. Inside properties go to the Location tab. In the location, tab clicks on MOVE and browse to your new location where you would like screenshots to be saved. Once you select the folder for screenshots, click on the Select Folder button and confirm with OK. After this, Windows will ask you would you like to move existing screenshots into the chosen folder. Click YES or NO, depending on your preference.

After this easy setup, all of your new screenshots will be placed now inside the chosen folder.

Thank you for reading and I hope to see you tomorrow. Take care.

Read More
Disable the Notifications for any Apps
Since Windows 10 introduced the concept of notifications, almost any application installed on your computer sends you one. However, there are times when too many notifications can be quite annoying. Although some of them are important, most of them are not and are only getting in the way of your tasks. So if you don’t like to be flooded with tons of notifications on your Windows 10 computer, say no more as this post will help you out in disabling notifications for any apps installed. And now with the new feature in Windows 10 called Focus Assist, you will be able to manage the level of notifications that you receive. This new feature also allows you to disable all notifications except for the ones from important or priority apps. You will just have to maintain a list of priority applications or you could also disable all the notifications except for the important ones like alarms. In addition, you could also set up some automatic rules such as the Focus Assist timings which means that you can make Focus Assist enabled for a certain period of time during the day or when you are duplicating your display or playing a game and whatnot. So if there is an application that keeps on spamming you with notifications, you can just disable the notifications for that application.

To get started on disabling notifications, refer to the steps given below.

  • Step 1: Go to Settings > System.
  • Step 2: From there, open Notifications and actions and then scroll down to the “Get notifications from these apps” section.
  • Step 3: After that, look for the application that you want to disable notifications for and click on the toggle button that corresponds to disabling notifications for that application. You could also click open to explore additional settings for that particular application.
Note: You can disable notifications or just the notification banners, your choice. Aside from that, you can also control the notification sound as well as its behavior when the computer screen is locked. What’s more, is that you can also adjust the number of notifications displayed in the Action Center or select the priority applications. As stated earlier, Windows 10 gives you control that allows you to customize every nook and cranny of the notification on your Windows 10 computer. Apart from applications, there are also other notifications-related settings that you can control including disabling notifications about tips, tricks, and suggestions as well as summary notifications from Windows Defender that you get every time you use or scan your computer.
Read More
Taskbar has disappeared from the Desktop
As you know, the Taskbar is one of the integral parts of the Windows desktop and it has been there since the release of Windows 1.0 and up until now with Windows 10. Since then, Microsoft has been modifying the Taskbar with a new design which makes it a home for new features such as Windows Search, Task View, and many more. However, there are times when you may that the Taskbar has disappeared or has stopped responding. If you experience either one of these scenarios, read on as this post will walk you through what you can do to resolve the problem. Here are some suggestions you can check out to resolve the issue with the Taskbar in Windows 10 but before you proceed, make sure that you create a System Restore point first. To do that, follow these steps:
  • In the Start search, type in “create a restore point” and click the entry “System Properties”.
  • Next, select the main system drive under Protection Settings and click on the Configure button.
  • After that, select the “Turn on system protection” option and then click on the Apply and OK buttons to save the changes made.
Once you’ve created a System Restore point, refer to the troubleshooting steps below to fix the Taskbar in Windows 10.

Option 1 – Try to restart the Explorer process

This may sound really basic but it actually is a proven method to fix the Taskbar issue. So if anything gets stuck on the system tray or the Taskbar, you can always fix it by restarting the explorer.exe. How? Refer to these steps:
  • First, right-click on the Taskbar and select the Task Manager.
  • After opening the Task Manager, go to the Processes tab and look for the process named “Windows Explorer”.
  • Then right-click on that process and select the option to Restart. Afterward, you should now be seeing the Taskbar as this will reload the whole Windows Shell.

Option 2 – Unhide the Taskbar using the Settings app

It is possible that the Taskbar could be hidden so you can try to unhide it using the Settings app.
  • Tap the Win + I keys to open Settings.
  • After that, go to Personalization > Taskbar.
  • From the main section, make sure that the “Automatically hide the task in desktop mode” is toggled to the off position. However, if it’s already off then proceed to the next options below.

Option 3 – Make sure that you are not in Tablet Mode

Since Windows 10 is designed to work on both desktop and mobile devices, it could be that your computer has slipped into Tablet Mode which explains why you’re not seeing the Taskbar. To check if your computer is really in Tablet Mode, follow these steps:
  • Go to the Start menu and select Settings.
  • Next, select the System setting and from the left pane select the Tablet Mode.
  • From there, make sure that the buttons next to the options given below are set to the off position:
    • Hide app icons on the taskbar in tablet mode
    • Automatically hide the taskbar in tablet mode

Option 4 – Try to check the Projection Settings

You might also want to check the Projection settings as it could be the reason why Taskbar has disappeared.
  • Tap the Win + P keys to open the Windows Projection settings.
  • Next, make sure that you select the “PC screen only” option and then check if your Taskbar has now appeared or not.
Read More
Backup all drivers in Windows 10
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. keyboard with windows and x markedFrom the menu choose Command Prompt (administrator) Windows menu command prompt adminWhen 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. keyboard with windows and x markedbut this time choose Device manager Windows menu 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.
  • Click the Browse button.
  • Select the folder with the driver backup.
  • Check the Include subfolders option.
  • Click the Next button.
  • Click the Close button.
Read More
4 Ways of keeping drivers updated
Windows is one of the most popular operating systems in today's world. Plenty of software and plenty of hardware is working on it without any issues. In order for Windows to deal with this ever-growing hardware and in order for hardware manufacturer's to have stable products in the Windows environment is accomplished via Drivers. A driver is a small piece of software whose sole purpose is to control and communicate with specific hardware and create a bridge between it and Windows itself. it is made in such a way that even if it brakes the rest of the operating system will continue working uninterrupted. Having updated drivers means better performance and better stability for device performance so it is crucial to have the latest drivers installed. Outdated drivers can also lead to some security issues which could be exploited by malicious applications. Here, in today's article, we are presenting you with 4 ways on how to keep your drivers updated and tidy for best performance and stability. The list goes from the most simple way to the most complex and time-consuming one.
  1. Use one-click solution, DRIVEFIX

    The most simple and most straightforward solution, install DRIVEFIX, and with only one click on a mouse button, you can have all drivers fixed and updated. This application is made for this purpose and it is doing its job pretty well.
  2. Update Windows

    Windows updates come with new drivers for new hardware and with newer versions of existing ones, do update on regular basis and you should have all of your drivers up to date.
  3. Download drivers from the manufacturer's website

    Go to the manufacturer's website for your device and download and install the latest driver package.
  4. Use device manager to update drivers

    Go to the device manager and right-click on the device which you would like to update the driver. Choose update device driver.
Read More
How to Fix QTCF.dll Error

What is QTCF.dll Error?

Sometimes you may experience QTCF.dll error on your computer either during installation or while upgrading applications like iTunes and QuickTime. This error indicates that the installation or the upgrading of the desired application was unsuccessful. The QTCF.dll error is recognized by the Apple Support Community and they have provided a solution to fix this error easily.

Solution

Restoro box imageError Causes

QTCF.dll error occurs because the computer overloads with too much data which corrupts and damages registry files. And therefore the desired program fails to download and start on your PC. When this happens you see a pop up on your screen and the QTCF.dll error message that is usually displayed as:
  • QTCF.dll not found
  • QTCF.dll file is missing
Such message display hinders your ability to use iTunes or QuickTime applications on your PC. Furthermore, it also slows the performance of your system and you may encounter startup and shutdown problems. Therefore, it is advisable to repair the problem and fix the QTCF.dll error right away.

Further Information and Manual Repair

The good news is that you don’t need to go to a professional or be an IT expert in order to fix the QTCF.dll error. Since this error means that the installation or the attempt to upgrade the system was unsuccessful therefore you need to reinstall the fresh copy of the application. Here’s how you can easily fix the problem by yourself and install a fresh copy of the application: Step 1: First close all the applications running on your computer. Step 2: Now uninstall the application that you were trying to install such as iTunes or QuickTime.  To do this, go to the start menu, click on settings, control panel, and programs. Now click on the application you want to remove. Step 3: Once the application is uninstalled and removed from your computer, then restart it again. Step 4: Now download a fresh version of the application (iTunes or QuickTime) from Apple’s official website http://www.apple.com/quicktime/download/. Step 5: Run the installer. If reinstalling doesn’t work, then it is advisable to download the QTCF.dll repair tool. This repair tool will scan your PC for errors in seconds. Once the scanning is complete, click on the ‘fix all’ button to repair your computer. Once the error is fixed, restart your computer and then try reinstalling the desired application one more time.

A Word of Advice

For regular PC users, it is advisable to install an anti-virus and malware scanner and run it every time you use your computer. This helps you keep informed about the viruses or errors that your computer might be exposed to. And you can take timely actions before you experience file corruption and damage.
Read More
How to Fix the 0x800ccc92 Error Code

0x800ccc92 - What is it?

The 0x800ccc92 is a Microsoft Outlook error. The error restricts your ability to send and receive emails on your Outlook email address successfully. This error is very similar to 0x800cc90 and 0x800ccc91 Outlook error codes. The 0x800ccc92 error message is often displayed as:

‘Receiving reported error (0x800ccc92): Your email server rejected your login.’

This error is quite common and is faced by many Microsoft Outlook users. It is advisable to fix this error immediately because besides restricting you from sending and receiving emails via Outlook, due to this error the data on your Outlook also becomes inaccessible and unreadable, and sometimes Outlook also begins to freeze unexpectedly.

Error Causes

Some of the most common causes of the error code 0x800ccc92 are:
  • PST files get corrupt
  • Incorrect Outlook configuration settings
  • PST file crosses its fixed file size limit
  • Failure of POP3 and Protocol STMP in database server connection
  • Improper synchronization between Outlook and the server
  • Usage of invalid password or username
  • Virus Infection

Further Information and Manual Repair

Any of the above causes may result in the 0x800ccc92 error message display. If you encounter this Outlook error, you don’t need to panic and call the network personnel in your office to fix and repair the error. In fact, it is very easy to fix and you can repair it by yourself: Here are some of the best and easy ways to resolve this error in the shortest time:
  • If the error message 0x0800ccc92 is displayed as POP3: Invalid Password, then in this case it is advisable to cross-check your Outlook account ID and password. Sometimes this error message may pop up if you insert an incorrect password or ID. Therefore the best way to resolve it to check where you went wrong and then re-enter your ID and Password correctly.
If the error is not related to POP3 (Post Office Protocol) then you can try some other alternative to resolve this issue.
  • Another alternative is to install the latest available Server Service Pack for Exchange. This solution works best if compatibility is the issue.
  • However, when nothing works, then it is advisable to download PST repair tool. The PST repair software is designed to scan, detect, repair, and resolve Outlook errors like 0x800ccc92.  The PST repair software is built with special algorithms that help repair PST corrupt files in seconds. This tool works on all Windows Operating Systems including Windows 8, Windows 7, Windows Vista, Windows XP, Windows 2003, and Windows 2008.
  1. All you need to do is, download and install this software on your system.
  2. Once you download it, run it on your PC to detect errors.
  3. Press scan to get started
  4. The scanning may take about a couple of minutes to complete.
  5. Once it is complete, click on the repair tab to fix the errors.
  6. Now restart your Outlook again and now try sending emails. This solution is likely to work if the above-mentioned solutions don’t.
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