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 Error 0x80070057 in Windows
Hello and welcome to another problem-solving tutorial on errortools.com. Today we will be solving error 0x80070057, we could not format the selected partition which occurs during setup and installation when performing a clean install of Windows from a USB drive. So, you have backed up your files and decided to format and do clean WIndows installation, you have your USB ready, you reboot the system, plug in USB, start Windows setup, choose the hard drive on which you want to do a clean install and then this happens. error 0x80070057This error is very frustrating and it annoys pretty much anyone who encountered it but do not worry we have a solution for you. First thing is to confirm the error prompt, Click on the OK button and then on X to exit Windows 10 installation wizard. Click on yes to confirm that you want to exit the setup. You will find yourself in original installation windows. On that screen choose and click on Repair your computer. Choose an option screen that will pop up, click on Troubleshoot. In the advanced options, click on the command prompt. Once you are in command prompts type DISKPART and hit ENTER In the diskpart prompt type LIST DISK and hit ENTER again. type SELECT DISK #, where # is listed disk number where you would like to install Windows. type LIST VOLUME in order to list volumes in the selected disk and hit ENTER You need to select the volume on which you would like to place your WINDOWS, to do this type in SELECT VOLUME #, where # is the listed number of the volume Finally, type FORMAT FS=NTFS and hit ENTER You have successfully formated a given volume, you can now exit DISKPART and return to setup, to exit DISKPART simply type exit and hit ENTER. Leave command prompt as well by again typing exit and hitting ENTER You will be returned to Choose an option screen, click on Turn off your PC. Your drive has been successfully formatted and it is ready for clean Windows installation, you can now restart your Windows 10 installation and the process will complete without errors.
Read More
Scroll bar in Chrome is missing in Windows
If you find that the scroll bar in your Google Chrome browser is missing all of a sudden, and it becomes difficult for you to scroll down the web page and see its content, worry not for this post will guide you on what you can do to resolve this problem. Usually, when the mouse cursor stays hidden in the corner and only appears when you point it to the edge of the screen. However, there are instances when it won’t appear which makes navigating the web page you are visiting quite impossible. So if you encounter this kind of strange behavior on your Google Chrome browser, there are several suggestions you can check out to resolve it. In most cases, updating the browser resolves the problem, but if it does not, you can try restoring the browser’s settings to their default state by resetting Chrome or you could also disable hardware acceleration or disable the overlay scrollbars flag. For more information, follow each one of the options provided below.

Option 1 – Reset Google Chrome

Before you proceed, make sure that the Chrome browser is not running anywhere in the background via Task Manager. Once you’ve made sure that it’s no longer running, refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “%USERPROFILE%AppDataLocalGoogleChromeUser Data” in the field and tap Enter to open this location.
  • From there, look for the Default folder and then tap the Shift + Delete button and if a confirmation prompt appears, click on Yes.
  • After deleting the Default folder, open Google Chrome and click on the three vertical dots icon located in the top-right corner to open the menu.
  • Next, click on Settings and scroll down and then click on Advanced to open the Advanced Settings.
  • Then scroll down until you see the “Reset and clean up” section and click the “Restore Settings to their original defaults” option.
  • After that, you will see a confirmation box and from there, click on the Reset settings button to reset your Google Chrome browser.

Option 2 – Try to disable the Hardware Acceleration

For better performance, Google Chrome uses the Hardware Acceleration by default. Unfortunately, there are just some cases when your hardware, GPU to be specific, might not be able to cope with the requirements, resulting in the black screen issue. And if this is your case, you should try to disable the hardware acceleration from your Google Chrome browser settings panel. To do so, follow the steps below.
  • Open the Google Chrome settings page.
  • Click on the Advanced button to get more options.
  • Look for the option called “Use hardware acceleration when available” and then disable it by toggling the button to the left.
  • After that, check if the screen flickering issue in Chrome is fixed.

Option 3 – Try to disable “Smooth Scrolling” in Chrome

Disabling “Smooth Scrolling” in Chrome might also help you fix the issue. To do so, follow these steps:
  • Open Chrome and type “chrome://flags” and hit Enter.
  • Next, look for a flag named “Smooth Scrolling”. You can scroll down until you find it or search it in the Search Flag bar. Note that Smooth Scrolling is enabled by default in the newer versions of Chrome.
  • After that, select the drop-down menu and select Disabled.
  • Then click on the “Relaunch Now” button.
Read More
Solution for Error 0x000000d1

What Is 0x000000D1 Error?

Error code 0x000000D1 is a serious error that is displayed when Windows automatically shuts down to protect the system against further damage.

Usually, when this error occurs, the message displayed to the users states something like STOP 0x000000D1 DRIVER_IRQL_NOT_LESS_OR_EQUAL.

Solution

Restoro box imageWhat Causes 0x000000D1 Error?

Usually, the STOP 0x000000D1 error code is caused by issues like incompatibilities, third-party drivers, driver conflicts, outdated drivers, malicious drivers, and other related problems.

Speaking technically, the message displayed to the user actually means that the kernel-mode driver has tried to gain access to memory at an unreasonably high process IRQL.

If left unfixed, STOP 0x000000D1 error can become quite serious. Increased frequency of occurrence may not only lead to data loss but can cause system corruption as well. That’s why it is crucial to fix it and to resolve the underlying issues causing it as soon as possible.

Further Information and Manual Repair

There are different ways of quickly fixing this error, some of which are briefly listed below as follows.
  • The solution advised for advanced users is to start the system and log on to it as the administrator. Then do to Start button. Click on All Programs -> Accessories-> System Tools->  System Restore. Here you will find the option, “Restore my computer to an earlier time”. Click on it and select ‘Next’. A list of restore points will appear in front of you. Select the latest restore point and then click on ‘Next’. The confirmation window will appear again. Click on the Next button again. Restart your computer. Congratulations, you have successfully restored your computer.
  • Another way that’s more suitable for novice users goes as follows. Download a repair utility tool. Now install the program. You are most likely to come across a Scan button. Once that happens, choose the Fix/Repair button. Your scan will be completed. The error will be removed. You can then restart your computer again to ensure the error is no longer displayed.
Some other suggestions to keep your computer from encountering these problems in the future are outlined below.
  • Update all your drivers. Obsolete or old hardware or software drivers may also trigger this STOP 0x000000D1 error.
  • If you have recently installed or modified a driver or hardware and the error has occurred afterward, it is highly likely that the installation or modification has caused it. Revert back to the original settings to steer clear of this driver in the future.
Read More
Fix Windows is still setting up ... Code 56
If your internet suddenly stops working on your Windows 10 computer and you get an error message saying, “Windows is still setting up the class configuration for this device (Code 56)”, then read on as this post will show you what you can do to resolve it. This kind of issue has something to do with the Network Adapter and you can see this error message in the Properties menu of the corresponding Network Adapter under the Device Manager. This kind of issue could be caused by many things. For one, it could be caused by your VPN connection if you are using one or it could also be due to an outdated driver. Whatever the cause may be, here are some suggestions you have to check out to fix the error.

Option 1 – Check your VPN

When you install a virtual machine or VPN software on your computer, a new setup will be added in the Network Connection settings and helps your computer in using that adapter setting each time the VPN is turned on. Assuming that you are using an Ethernet connection but your system is trying to use another adapter or settings, that’s when issues occur and one of them is the “Windows is still setting up the class configuration for this device” error. To fix it, you can try to disable your VPN temporarily and see if the error is resolved or not and if turns out that your VPN is the culprit, you have to uninstall it and install a new one or its latest version. To uninstall it, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box
  • Then type “appwiz.cpl” in the field and hit Enter to open the Programs and Features in Control Panel.
  • From there, look for the VPN service you are using, select it and then click on Uninstall to remove it.
  • After that, restart your computer and try to install the latest version of the program again. It should work now. If not, proceed to the next available option below.

Option 2 – Try to update or rollback or uninstall the Network Adapter drivers

You might also want to update, roll back or disable your Network drivers to fix the “This operation failed as no adapter is in the state permissible for this operation” error.
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and depending on your preference, you can either select “Update driver”, “Disable device” or “Uninstall device”.
  • After that, restart your PC and see if it helped in fixing the netio.sys Blue Screen error.

Option 3 – Try to run the Network Adapter troubleshooter

To run the Network Troubleshooter, refer to these steps:
  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
  • Restart your computer.

Option 4 – Try to reset the Network

You might perform a Network Reset to resolve the problem if none of the three given options above worked. This will reset the entire network configuration including your IP address. To perform Network Reset, follow these steps:
  • Tap the Win + I keys to open Settings.
  • From there, go to the Network and Internet section.
  • Next, scroll down and look for “Network Reset” under the status pane.
  • After that, click on Network Reset and then on Reset now to start resetting the network configuration. Once done, check if it is able to fix the error or not.
Read More
How to Fix Error Code 0xC004C770

Error Code 0xC004C770 – What is it?

If the Error Code 0xC004C770 popped up on your computer during your activation of the Windows 10 software, don’t worry. This is a fairly common error, especially for people who own more than one computer upon which Windows 10 is installed and activated. The gist of this error code is that the product key that you have entered has already been claimed or used on a different computer. Because there are limitations on the number of computers that can use any given license activation code or product key, this error code can arise when you have exceeded that limit. If you have a single-use license and have already entered the particular product key onto another machine, you may see this error come up during activation.

Both Error Code 0xC004C770 and Error Code 0x803FA071 arise from the same problem and the same steps can be used to resolve both error codes.

Solution

Restoro box imageError Causes

Error Code 0xC004C770 is likely to appear on your screen during activation of Windows 10 if you or anyone else in your organization have already entered in the product key used on another computer. If you have a multiple-use license, the product key that you are entering may already have been used for the maximum number of computers allowed under that license.

Further Information and Manual Repair

There are two basic methods for addressing the issues associated with Error Code 0xC004C770. These methods can easily be implemented by anyone who is comfortable interacting with the Windows Store from their computer, which makes the resolution of this particular error code fairly simple and straightforward.

If you are unable to complete the steps below or Error Code 0xC004C770 has not been resolved after following the guides below, contact a Windows technician who is familiar with the Windows 10 activation process to assist you in the process. You can also get in touch with the Windows technical support team to assist you in the process if needed.

Method One: Purchase A New Product Key from Windows

If you have already used the product key on another computer or have used it on the maximum number of allowed devices, you may need to purchase an additional product key for the computer with Error Code 0xC004C770. Product keys can be purchased physically from a retailer that sells Windows 10 software licenses or purchased directly from the Windows store.

To purchase a new product key directly from the Windows Store, follow the steps below:

  • Step One: Select the Windows start button at the bottom of your toolbar. Click on “Settings,” then select the option for “Update and Security.”
  • Step Two: Click on the “Activation” option.
  • Step Three: In the menu that appears, choose the option to “Go to Store” and follow any on-screen instructions to finalize a purchase of the Windows 10 software and product key.
  • Step Four: Use the new product key to complete the installation and activation of the Windows 10 software on your computer.

If you are unable to see the “Go to Store” option when you reach the “Activation” page, you may not be set as an administrator of your machine. In this case, get in touch with the support personnel from your company to complete the purchase, installation, and activation process on your computer.

Method Two: Attempt to Finish Activation via Phone

For users who have changed out parts of their computer’s hardware, like putting in a new motherboard or activating a new hard drive, you may have more success if you attempt activation through a phone.

In order to activate your copy of Windows 10 from your phone, follow the steps below:

  • Step One: On your mobile device, open up the search box from the taskbar.
  • Step Two: In the search box, enter the phrase “SLUI 04.”
  • Step Three: Select the “SLUI 04” option that appears.
  • Step Four: Follow the directions given on the screen to complete the activation process for your copy of Windows 10.

As with any error code resolution, if the methods above are not successful or if you are not comfortable with your ability to successfully complete the steps above, get in contact with a qualified professional who is trained in the Windows 10 activation process to assist you or download a powerful automated tool to get the job done.

Read More
Almost complete List of Cortana commands
Cortana is your personal digital assistant fully integrated into Windows 10 designed to help you make your life easier. The more you use it, the more Cortana can learn about you, and the experience becomes more personalized and accurate. It can perform a variety of tasks, and it's full of handy tricks, but perhaps one of the best features is the advanced speech recognition that enables Cortana to understand the context of a natural voice conversation. On Windows 10, and across platforms with the Cortana app on iPhone and Android, the assistant can understand virtually any voice command and perform tasks. For example, by just speaking you can find facts, create reminders and manage your calendar, launch applications, change settings, and a lot more. Now, if you're looking for an official list of all the voice commands Cortana supports, you'll never find it because it doesn't exist. Cortana can understand natural language and context, there's no particular set of commands to make things happen. In a sort of way, you are speaking to Cortana as you would to any other person.

Invoking Cortana

Before using voice commands, it's important to know the ways in which you can invoke Cortana using natural language:
  • You can click the microphone icon in the taskbar next to the Start menu.
  • You can use the Shift + ⊞ Windows + C keyboard shortcut to open Cortana in listening mode.
  • You can use the Hey Cortana feature, which lets you invoke the assistant by simply saying Hey Cortana followed by the command. For example, Hey Cortana: How's the weather?.
  • On Windows 10 Mobile devices, you can press and hold the search button to open Cortana in listening mode.

Comprehensive list of Cortana voice commands

The following list of commands are examples you can use to learn how to control Cortana with voice commands. Keep in mind that there isn't a specific way to speak the commands. For example, Hey Cortana: Let me listen to some tunes is the same as asking for a more systematic command like Hey Cortana: Play music.

Cortana basic voice commands:

Getting the time for any location:

  • "What time is it?"
  • "What time is in New York?" or "What time is in Greece?"

Getting weather information for any location:

  • "What's the weather like?"
  • "What's the weather in Madrid?" or "What's the weather in Slovakia?"
  • "When does the sun set?"
  • "Is it hot in Hawaii?"
  • "How's the weather looking for tomorrow/next week?"

Opening (Store and desktop) apps and websites:

  • "Open Photoshop" or "Go to Firefox"
  • "Open errortools.com."

Getting news information:

  • "Show me top headlines."
  • "Show me the latest news."
  • "Show me weather news."
  • "Show me Blizzard stock."
  • "Show me bitcoin exchange rate."
  • "What was the score of the last Brazil football game."

Creating a note:

  • "Create a note."
  • "Create Shopping note."
  • "Create Shopping note: Buy a basket of eggs"
  • "Take a note."
  • "Draft a note."
  • "Write a note."

Translating to a different language:

  • "Translate."
  • "Translate Hello to German"
  • "Translate Where is the nearest park? to Spain"

Doing math:

  • "What's 34% or $764.89?"
  • "What's 43 times 59?"
  • "What the square root of 26509?"
  • "What's 29 times 6 divided by 12?"
  • "Convert 6.9 cups to fluid ounces."
  • "How many miles are in 89 Kilometers?"

Defining a word:

  • "Define Space."

Tracking packages:

  • "Where is my package?"
  • "Show me my packages."

Cortana search voice commands:

Finding documents, photos, videos:

  • "Find photos from August 1998."
  • "Find cat videos."
  • "Find document called Collection of poems."

Searching the web:

  • "Search the web for Heroes of Might and magic."

Finding facts:

  • "How tall is Mount Everest?"
  • "Who is Steve Jobs?"
  • "When Arnold Schwarzenegger was born?"
  • "Who is Mercedes CEO?"
  • "When does spring begin?"
  • "What's the capital of Zimbabwe?"
  • "When is Thanksgiving?"
It's important to note that Cortana is capable of conversational understanding, which means that you can also ask follow-up questions without having to be very specific. For example, if you ask Cortana: "Who is the president of the United States", you can then ask a follow-up question, such as "Who is his wife?" or "When was he born?" and the assistant should be able to answer those questions accurately.

Discovering food places nearby:

  • "Find food places near me."
  • "Find restaurants near me."
  • "Find bars near me."
  • "What's a good restaurant near me?"
  • "What's interesting nearby?"
  • "Show me Chinese restaurants near me."
  • "Show me Italians restaurants in Los Angeles."

Cortana health and fitness voice commands:

  • "How was my sleep last night?"
  • "What was my step count yesterday?"
  • "How many calories did I burn today?"
These commands require a tracking device, such as the Microsoft Band 2 to enable your fitness and health activities, and you need to connect Cortana with the Microsoft Health (Microsoft Band) service.

Cortana settings voice commands:

Opening the Settings app:

  • "Open Settings."
  • "Open Action Center."

Controlling settings:

  • "Turn on/off Bluetooth"
  • "Turn on/off Wi-Fi"
  • "Turn on/off Airplane Mode"

Cortana reminders voice commands:

Creating reminders:

  • "Remind me to wash the car."

Creating location-based reminders:

  • "Remind me to buy CDs next time I go to Walmart."

Creating person-based reminders:

  • "Remind me to ask for vacation time next time I talk to Goran."

Creating time-based reminders:

  • "Remind me to watch the basketball game at 6 PM."
  • "Remind me to buy the food for the d&d session on Sunday at 3 PM."

Viewing reminders:

  • "Show me my reminders."

Cortana calendar voice commands:

Viewing calendar events:

  • "How's my schedule looking today?"
  • "Show me my appointments for next week."
  • "When is my dentist appointment?"

Adding new calendar events:

  • "Add dental appointment for Monday at 2 PM."

Moving calendar events:

  • "Move dental appointment to Friday at 5 PM."

Cortana alarms voice commands:

Creating alarms:

  • "Set an alarm for next Monday at 5:30 AM."
  • "Set an alarm for Saturdays at 9 AM."

Viewing alarms:

  • "Show my alarms"

Removing alarms:

  • "Cancel alarm for Saturdays at 9 AM."

Cortana timer voice commands:

Creating a timer:

  • "Set a timer for 5 minutes."
You can only start a one-timer at one point in time. If there is a timer already running, Cortana will ask you to restart it at a new time.

Viewing timer:

  • "Show timer."
  • "How much time is left on the timer?"

Canceling timer:

  • "Stop timer."

Cortana location voice commands:

Knowing your exact location:

  • "Tell me where am I?"

Cortana messaging voice commands:

Sending text messages:

  • "Send a text to Milan: I'll be late for lunch today."

Sending quick emails:

  • "Send email to Milena: See you later tonight."
  • "Send email to John and Claudia: How is the project coming along?"

Cortana location voice commands:

Getting directions:

  • "What's the traffic like on the way home?"
  • "How do I get home."
  • "How long would it take to drive to Madison Square Garden?"
  • "Get me directions to Port Authority."
  • "How do I get from my location to Long Beach, New York?"
  • "How far away is the moon?"
  • "Show me walking directions to the nearest gas station."
  • "Show me public transit to 11 Times Sq, New York, NY 10036."
  • "Show me the map of San Francisco."

Tracking flights:

  • "Track flight 1056."
  • "Is my flight delayed?"
  • "Is my flight on time?"

Cortana entertainment voice commands:

Controlling music:

  • "Play Metallica."
  • "Put some Symphonic music."
  • "Shuffle music."
  • "Play and Justice for all by Metallica."
  • "Stop music"
  • "Pause music"
  • "Pause song."
  • "Play next"
  • "Next track"
  • "Skip track."

Identifying what's playing:

  • "What is this song?"
  • "What's playing?"

Movies & TV:

  • "What's Blade Runner run time?"
  • "Who was the director of Gladiator?"
  • "What movies are playing near me?"
  • "What are the showtimes for Star Trek lower decks?"

Cortana technical support voice commands:

  • "How do I install a printer?"
  • "How do I project my screen?"
  • "How do I change my background?"
  • "How do I update Windows?"
  • "How do I make a backup?"
  • "How do I change default apps?"
  • "How do I change Privacy?"
  • "How do I connect a wireless device?"
Sometimes asking a "How to do I" question will result in a web search response.

Cortana phone voice commands:

  • "Call wife on speakerphone."
  • "Call David at home."
  • "Call Goran."
  • "Redial."
  • "Send a photo to my PC."

Cortana random voice commands:

  • "Tell me a joke."
  • "Tell me a riddle."
  • "Tell me something interesting."
  • "Tell me something funny."
  • "Tell me a scary story."
  • "Sing me a song."
  • "Surprise me."
  • "Do an impression."
  • "What do you look like?"
  • "Which is the best smartphone?"
  • "What is love?"
  • "Which is better, Google or Bing?"
  • "Why should I buy this phone?"
  • "What do you think about Google?"
  • "Do you like Google?"
  • "What do you think about Yahoo?"
  • "Do you like Windows 10?"
  • "Play the movie game."
  • "Are you better than Siri?"
  • "Where is Clippy?"
  • "What do you think about Clippy?"
  • "Heads or tails?"
  • "Rock, paper, scissors."
  • "Roll a dice."
Read More
An Easy Guide to Resolving Error 1032

Error 1032 - What is it?

If you are an iPhone or an iPad user and you sometimes open your email Yahoo Mail account on your phone, then you will most likely experience the MF Message Error Domain: Error 1032. This error may occur when you access your mail account. The MF Message Error Domain: Error 1032 may prevent you from composing new emails and even stop the inbox from loading.

Solution

Restoro box imageError Causes

The error 1032 can be triggered due to multiple reasons such as:
  • Overloaded History
  • Problems with the account log-in credentials
  • Outdated Yahoo Mail app
  • Authentication issues

Further Information and Manual Repair

To fix this issue on your iPhone or iPad, here are some methods you can try:

Method 1 - Delink and Re-setup Yahoo Email Account

If the error code 1032 occurs due to problems with the account log-in credentials, then try re-setting up your Yahoo email account. To do this, go to tap settings mail, contacts, and calendar, then remove your email account. Now repeat the process and provide valid log-in credentials to re-setup your Yahoo email account.

Method 2 - Update Yahoo Mail App

Another reason can be the outdated Yahoo Mail App. If this is the cause, then simply update it to the latest version. To do this, simply download the latest version from the iTunes store and run it. This will hopefully resolve the issue.

Method 3 - Manage App Connections to Resolve Authentication issues

If the error 1032 occurs due to authentication issues then there are possibilities of conflicts between account security settings. The best way to resolve the error in such a situation is to learn how to manage app connections. Here’s how it’s done: Use your desktop computer to sign in to your Yahoo account. Now click the menu icon and select account info. Enter your account password and sign in again. Now click manage apps and website connections under Sign-in and security section. A list of all authorized mobile devices and applications will be displayed to you. Remove any existing entries appearing for mobile devices. After this, try logging into your Yahoo account from your iPhone or iPad. You will not receive the error.

Method 4 - Clear History

When the cause of the issue is overloaded history, then the best way to go about it is clearing the clutter in the history. Also clear cache and cookies. The cache is the location where temporary files are saved for speeding up the file retrieval process. But sometimes it can get corrupt and the iOS may fail to retrieve data from corrupt cache contents. To clear history and cache, simply tap Settings, Safari, and then clear history, cookies, and data. The process may take some time depending on the cache file size.
Read More
Keyboard folder shortcut in Windows 11
If you are visiting a single folder many times during the day it might be beneficial to place its shortcut on the desktop for easy access. But did you know that you can also set a keyboard shortcut for that same folder shortcut making it available simply by clicking desired key combination? keyboard shortcutIn order to make a keyboard shortcut for the desired folder know that it is available only when you have a shortcut of the desired folder, it cannot be done on the folder itself, only on its shortcut. Now folder shortcut does not need to reside on desktop, you can place it anywhere you like, but it must be a shortcut. So the first step is of course to make a shortcut of the folder that you wish to have access via keyboard key combination and place it where you wish. Once you have done this step, right-click on it and choose properties. Inside properties at the top click on the Shortcut tab and then inside Shortcut Key, press the key combination that you wish to associate with this folder. Confirm with OK and start using fast folder access with your desired key combination.
Read More
Razer is making only 1337 smartwatches
razer smartwatchRazer had some strange dives into stuff not really aimed at gamers and the gaming community overall like its Zephir smart mask and now it is venturing into the area of smartwatches teaming up with Fossil. I am not clear if this initiative was set in motion by Razer or Fossil and I really do not know why limited production numbers. Officially named RAZER X FOSSIL GEN 6 SMARTWATCH, this watch comes with the official following text on Razer's page:
Way more. Way faster. Way ahead of the game. Get time on your side with the limited-edition Razer X Fossil Gen 6 Smartwatch—only 1,337 pieces worldwide. Designed for the next generation of gamers, supercharge your style with customizable straps, dials, Razer Chroma™ RGB effects, and more.
Now, I am a fan of Razer and I like their products, mostly keyboards and mouse altho chair is also very good and in top of the product line in that field but I can not really stand behind this product and decision, and the only reason why I can not stand behind it is this 1337 (leet, or elite) a limited number of available pieces that is nothing more than a gimmick to sell watches at a higher price. Watch itself is not really bad, as a matter of fact, it has some solid hardware statistics.

Technical characteristics

Featuring a 1.28-inch AMOLED Display with 3 unique Razer watch faces (Analog, Text, Chroma*), 4 customizable Razer Chroma™ RGB effects, and 2 custom-designed, interchangeable straps, this Razer's baby is packing 44mm, Stainless Steel case with 22mm, straps. It runs on Wear OS by Google as an operating system of a choice and under software, it is packing Qualcomm Snapdragon Wear 4100+ CPU paired with 1GB of RAM and 8GB Storage. The display is running at 416x416 resolution with 326ppi. Watch input is with 2 configurable Push buttons, One rotating Home button, touchscreen, and voice. It has in it a loudspeaker, microphone, and vibration. Connection is via Bluetooth 5.0, GPS, NFC SE, and Wi-Fi. The battery can in their word work for 24 Hr + multi-day Extended Mode **Varies based on usage and after updates install**. USB data cable with magnetic dock snaps to split rings on the watch case back and spins 360 degrees for ease of use. Approximately half an hour to reach 80%. Sensors included in the watch itself are: Accelerometer, Altimeter, Ambient Light, Compass, Gyroscope, Off-body IR, PPG Heart Rate, SPO2. Smartwatch is water-resistant up to 3 ATM & it comes with preloaded apps like: Agenda, Alarm, Battery-Optimized Activity Mode, Calendar, Cardio Level Tracking, Cardiogram, Contacts, Enhanced Phone Dialer App, Google Assistant, Google Fit (Workout, Heart Rate, Goals, Breathe), Google Maps, Google Pay™, Google Play Store, Nike Run Club, Noonlight, Smart Battery Modes, Spotify, Stopwatch, Timer, Translate, Wellness Apps with Sleep Tracking.

Conclusion

Watch is Dropping on 01.10.22, 8 AM PST which is 4 days from now and altho it is an interesting device with solid hardware I can not stand behind it due to its limited edition numbers and with $329 price tag. With the same amount of money, you can get yourself Samsung or Apple watch with more features packing. But of course, that is just my personal preference and if you want to own this limited edition Razer smartwatch, go for it.
Read More
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
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