Logo

Fix 0x80070013 for Restore, Backup and Update

In this post, you will be guided on how you can fix error 0x80070013 while executing various operations in your Windows 10 computer like System Restore, Windows Backup, or Windows Updates. When you encounter error 0x80070013, you will see the following error messages.

For System Restore, it states:

“System Restore did not complete successfully. Your computer’s system files and settings were not changed.

Details: System Restore failed while scanning the file system on the drive <Partition Letter>

The drive might be corrupt. You might want to retry System Restore after running chkdsk /R on this disk.

An unspecified error occurred during System Restore. (0x80070013)

You can try System Restore again and choose a different restore point. If you continue to see this error, you can try an advanced recovery method.”

Whereas in Windows Backup, it states:

“Check your backup, Windows Backup failed while trying to read from this shadow copy on one of the volumes being backed up. Please check in the event logs for any relevant errors.

The backup failed, The media is write protected (0x80070013).”

On the other hand, you will see the following error message in Windows Update:

“There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact the support for information, this may help: (0x80070013).”

There are several suggestions you can check out to fix the error depending on where you encountered it. If you encountered it while running Windows Updates, then you can try to reset the Windows Update components or run the Windows Update Troubleshooter. And if you got the error when running System Restore, you can try to run a System File Checker scan or the DISM tool as well as the CHKDSK utility. Lastly, if you got this error when running the Windows Backup service, you can try to check its status in the Services Manager.

Error 0x80070013 in Windows Updates:

Option 1 – Try to reset the Windows Update components

  • Open Command Prompt with admin privileges.
  • After that, type each one of the following commands and hit Enter after you key in one after the other.
    • net stop wuauserv
    • net stop cryptsvc
    • net stop bits
    • net stop msiserver

Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.

  • After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
    • ren C:/Windows/SoftwareDistribution/SoftwareDistribution.old
    • ren C:/Windows/System32/catroot2/Catroot2.old
  • Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
    • net start wuauserv
    • net start cryptsvc
    • net start bits
    • net start msiserver
  • Close Command Prompt and reboot your PC.

Option 2 – Run the Windows Update Troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing error 0x80070013. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Error 0x80070013 in System Restore:

Option 3 – Try to run both Systems File Checker scan and DISM tool

Running the System File Checker scan as well as the DISM tool can help you resolve error 0x80070013 while performing System Restore. Refer to these steps to do so.

  • Open the Command Prompt with admin privileges.
  • After opening Command Prompt, execute this command to run a System File Checker scan: sfc /scannow
  • Once the scan is completed, restart your computer and then see if the error is now fixed. If not, you can run the DISM tool.
  • Open Command Prompt with admin privileges again.
  • Then type in the following commands and make sure to hit Enter right after you type each one of them in order to properly run the DISM tool:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-image /Restorehealth
  • Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 4 – Run the CHKDSK utility

  • In the Windows Search box, type “command prompt” and from the search results, right-click on Command Prompt and select “Run as administrator”.
  • After opening Command Prompt, type this command and tap Enter: chkdsk <Partition Letter>: /f /r /x /b
  • The command you entered will start to check for errors and fix them automatically. Else, it will throw an error message saying, “Chkdsk cannot run because the volume is in use by another process. Would you like the schedule this volume to be checked the next time the system restarts? (Y/N)”.
  • Tap the Y key to schedule Disk Check the next time your computer restarts.

Error 0x80070013 in Windows Backup:

Option 5 – Try checking the status of the Windows Backup Service

  • First, you need to tap the Win + R keys on your keyboard to open the Run dialog box.
  • Next, type “services.msc” in the field and click OK or tap Enter to open the Windows Services Manager.
  • After that, you will see a list of services and from there, look for the Windows Backup Service and double click on it to open its Properties.
  • Then check if its Startup type is set to Disabled. If it is, then change it to “Manual”. Note that this service is essential as it provides backup and restores capabilities.
  • Now click on the Apply and OK buttons to save the changes made and then restart your computer. Check if the error is now gone.

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

The proxy server is refusing connections
If you receive an error message saying, “The proxy server is refusing connections” while trying to open a website on your Google Chrome or Mozilla Firefox browser in Windows 10, then read on as this post will guide you in fixing this error. This kind of error occurs when you have a wrong or dead proxy configuration or when you are using some VPN service. However, this kind of error could also mean that your computer might be infected by malware which caused some changes in the internal settings. Whatever triggered the error, here are some suggestions that could help in fixing it.

Option 1 – Check the proxy settings in your browser

Like other browsers, Firefox allows users to set up proxy in several ways. However, if you’ve made any changes recently which might have caused the error, the first thing you can do is to check the proxy settings in your Firefox browser. Follow the steps below to do so.
    • Open the browser and go to Menu and then click Options.
    • After that, go to the General tab and scroll down and click the Settings button under Network Settings.
  • From there, make sure that the Use system proxy settings option is set. If not, you have to enable No proxy and then save the changes made.
  • Now check if the “The proxy server is refusing connections” error is fixed or not.
Note: If you want to use a proxy in Firefox, you have to select the Manual proxy configuration and set it up properly. And if your network has a proxy setting and you want to grab that, you have to opt for the Auto-detect proxy settings for this network option.

Option 2 – Try disabling the proxy server for your LAN

If your PC was just attacked by some adware or malware as of late, it is possible that it has changed the network settings in the system and might display spam advertisements. Thus, you have to disable the proxy server for your LAN. To do that, refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 3 – Try disabling the manual proxy setup from Settings

In case you miss it, there is actually an option in the Settings panel that you can use to set up a proxy in your Windows 10 computer. So if you encounter the “The proxy server is refusing connections” error, you should disable manual proxy for the meantime and check if it fixed the error or not.
  • Tap the Win + I keys to open the Windows Settings.
  • Then go to Network & Internet > Proxy.
  • And on your right-hand side, ensure that the Automatically detect settings are enabled and that the Use a proxy server option under the Manual proxy setup is disabled.
  • Now try to open any website again and see if the problem’s fixed.

Option 4 – Check your VPN

If you are using a VPN application, there are times when it causes some issues like this error. If that’s the case, 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 5 – Clear your browser’s internet cache

You actually have the option to Hard Refresh in order to clear the cache of your browser either pressing key combination Ctrl +F5.

Option 6 – Try scanning your computer using Windows Defender

As mentioned, the “The proxy server is refusing connections” might be caused by some malware in the system and so to eliminate the malware, you have to scan your computer using security programs like Windows Defender.
  • Tap the Win + I keys to open Update & Security.
  • Then click on the Windows Security option and open Windows Defender Security Center.
  • Next, click on Virus & threat protection > Run a new advanced scan.
  • Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
Read More
Microsoft bans Windows from Russia

Microsoft has cut out Russia from downloading ISO files for Windows 10 and Windows 11 as well as installation tools without any explanation or reason behind this.

microsoft

If you connect via VPN to a Russian server and try to download either ISO files or installation tools you will be greeted with the error 404 and an explanation of File or Directory not found or There was a problem with your request.

At this time you can still download Windows 11 Media creation tool but once you run it will throw a 0x80072F8F-0x20000 error with text: For some unknown reason, this tool failed to run on your computer.

People in Russia can still download files if they connect via VPN and go to a server located outside Russia.

Microsoft has not published any explanation why is this happening, it might be technical difficulty or it could be on purpose.

Other histories of Microsoft vs Russia

Since the beginning of the Russian military operation in Ukraine Microsoft has been putting restrictions on Russia starting with a suspension of all sales in March, next month in April Microsoft started suspending developer's accounts on GitHub linked to sanctioned companies and the suspension was even if the developer is not working for a given company or left it.

At the beginning of this month, Microsft laid off 400 employees inside Russia as they began scaling back operations in the country but has also stated that they would continue to provide services to all contractors and customers inside Russia so this sudden blocking of downloads is unexpected and it goes against their statement.

Read More
Intel to reveal roadmap during July 26 webcast
intel graphicsIntel announced that Pat Gelsinger (CEO) and Dr. Ann Kelleher  (technology Department head) will discuss Intel’s process and packaging innovations on an upcoming webcast that will happen on July 26th. The spokesman will talk and provide a deeper look at the process and packaging roadmaps for Intel. As we know Intel is planning to expand its production capabilities, outsource some of its technologies and offer foundry services to other chip design companies. The strategy will also include a shift to a 7nm process and Intel’s effort to set itself again as leader of CPU performance by 2024. There is also a chance that we will hear exact plans for Intel in the next three or four years. Intel didn't reveal much else about what Gelsinger and Kelleher plan to discuss during the webcast. The event will be streamed on July 26 at 2 pm PT via the Intel Newsroom; it will also be available to watch on-demand after the stream ends.
Read More
Fix SYSTEM_PTE_MISUSE Error in Windows
If you suddenly encounter the SYSTEM_PTE_MISUSE – 0x000000DA Blue Screen error while using your Windows 10 computer, read on as this post will provide you some potential fixes to resolve this kind of Blue Screen of Death (BSOD) error. There are many potential causes for the SYSTEM_PTE_MISUSE – 0x000000DA BSOD error. However, incompatible hardware detection and hardware recognition failure are some of the topmost culprits. Another thing that could trigger this kind of BSOD error is system file corruption which means that if a system driver for particular hardware ends up getting corrupted, it won’t be able to recognize the external device and will eventually crash the system with the SYSTEM_PTE_MISUSE – 0x000000DA Blue Screen error. The SYSTEM_PTE_MISUSE bug check has a value of 0x000000DA which indicates that a page table entry or PTE routine has been improperly used. To fix this error, here are some suggestions that might help but before you get started troubleshooting the problem, make sure that you create a System Restore Point first.

Option 1 – Try to disable PIT Security in the BIOS

If you are using a Dell computer and it throws up this kind of Blue Screen error, you need to go to the BIOS and uncheck the PIT Security and see if it helps in fixing the problem.
  • Tap the F2 key during the boot phase to enter the BIOS.
  • Once you’re in the BIOS, go to the Security tab and to the PIT Security section.
  • From there, uncheck the “PIT On” box to disable PIT Security.
  • Now restart your computer and check if the Blue Screen error is fixed or not.

Option 2 – Check for any incompatible devices

The next thing you can do to troubleshoot the SYSTEM_PTE_MISUSE Stop error is to plug in and out each one of the different hardware that is connected to your computer. Doing so will help you determine which one of the hardware is the one that’s triggering the error to pop up. You will also know what hardware drivers or anything else that could be causing this error which includes external devices like mouse, keyboard, printer, as well as internally attached components like the Graphics card and so on.

Option 3 – Try to update, rollback or disable device drivers

To fix the SYSTEM_PTE_MISUSE Stop error, you can also try to roll back, or update, or disable device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 4 – Run the System File Checker Scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. Thus, you can try running it to resolve the SYSTEM_PTE_MISUSE Blue Screen error. To do so, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Restart your computer.

Option 5 – Run the Blue Screen Troubleshooter

The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like SYSTEM_PTE_MISUSE – 0x000000DA. It can be found in the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Read More
Configuring Snapping feature in Windows 11
The Snapping feature was introduced as an essential part of Windows 11 and I like it very much, it lets you organize your opened windows much faster and with more control. However, some people do not like the feature, worry not because you can turn it off, or if you prefer you can just remove the showing layout option that is shown when hovering over Minimize/Maximize button.

Snapping feature windows 11Removing options all together

To completely turn off Snap layout in Windows 11 follow these steps
  1. Open Windows 11 settings by pressing ⊞ Windows + I
  2. Select System on the left part of the screen
  3. In System options select Multitasking
  4. At the top of Multitasking Click on the switch next to Snap Windows
  5. Close settings
Changes will be automatically applied and you will no longer have Snap layout functionality.

Removing layout graphic from Snapping feature

If you like the snap Layouts feature but are not very fond of the layout graphic that is popping up each time you hover over Minimize/Maximize button do not worry, there is an option to turn just that off and keep the feature itself.
  1. Open Windows 11 settings by pressing ⊞ Windows + I
  2. Select System on the left part of the screen
  3. In System options select Multitasking
  4. Click on the Snap Windows menu
  5. Deactivate Show Snap Layouts When I Hover over a Window’s Maximize button
  6. Close settings
Now you will be able to use the Snap Layout feature without layout graphics showing. If you want to reverse any of these options and go back to standard-setting, just follow the steps and turn features ON.
Read More
How to deal with Windows random freezes
Random freezing in a Windows in the middle of work can be a very frustrating experience and can even cost us the loss of work. From time delays to sometimes complete crashes this behavior is something that every PC user wants to avoid or at least have very little of. In this article, we will cover solutions on what to do and how to fix the random freezing of computers.
  1. Run a virus scan on your computer.

    Viruses and other malware can cause freezes and other issues in your computer, run a complete system scan for any kind of viruses and malware and if needed remove them.
  2. Uninstall applications that you are not using

    Besides taking your hard drive space some applications can have and require to have some services always running on your computer which can cause some issues, if an application is not needed and it is not used, removing it might solve freezing issues.
  3. Increase RAM memory

    Sometimes the problem with freezing is not a software issue, having less RAM memory than the application requires can cause the application not to work properly and it can cause freezing of the entire system since precious RAM can not be allocated to the required application.
  4. Run system checker

    Corrupted Windows system files can cause freezing of the entire system, to fix this, start the command prompt in administrator mode and type sfc /scannow
  5. Keep running applications to a minimum

    Having too many applications running in the background can drain system resources and can cause system freezes because of lack of memory. Close applications that are running in the background and keep them minimal.
  6. Delete files and folders which you are not using

    Having many files and/or folders on the hard drive can cause a lot of system resources to be wasted, from indexing size to less free space for caching. If you have files that you no longer need, removing them will free up space and can increase performance and introduce the stability.
  7. Run memory check

    Memory issues could lead to system freezing. When an application needs to write or read to a corrupted memory cluster, freezing will occur since it can not. To check memory bring up run dialog and type in ti mdsched.exe, click on restart now and let the memory test finish.
  8. Update all drivers

    Hardware issues can cause freezing of applications and having the latest drivers can make a world of difference. Make sure that you have all device drivers to the latest versions.
  9. Optimize Disk drives and check for errors

    Windows 10 has built-in tools to check hard drives for errors and to optimize them, use them in order to see if this issue is causing freezes.
  10. Clean your registry

    A Clean registry is a happy registry and Windows is appreciating it. Make sure that you do not have any keys which you do not need in the registry and that long-forgotten application trails are deleted for good.
  11. Upgrade SSD firmware

    Like updating drivers, updating firmware is also important, and having the latest firmware for your SSD can help a lot, newer firmware can eliminate freezing if the issue was in Windows not using SSD properly.
  12. Update BIOS

    Like updating SSD firmware can help so it can update Firmware on your BIOS. Make sure that you have the latest firmware version and freezing can go away if that was the issue.
Read More
The procedure entry point could not be located
If you receive an error message that says, “Entry point not found, The procedure entry point could not be located in the dynamic link library” on your Windows 10 PC, then you will find this post useful for this will provide you some potential fixes to fix the error. This kind of error can occur if a program fails to locate the DLL library that it needs in order to run. It can also occur if the library is not in the specified directory in the path or if the DLL file has gone missing or has become corrupted. To fix the “The procedure entry point could not be located in the dynamic link library” error, check out the following options given below.

Option 1 – Try to reinstall the program

The first thing you can do to resolve the error is to uninstall the program that throws the error and download its latest version from its official site and then install it again.

Option 2 – Run System File Checker scan

If reinstalling the program didn’t work, you can also try running the System File Checker or SFC scan to fix the error. System File Checker is a command utility built into your computer that helps restore corrupted files and missing files. Refer to the following steps to run it:
  • Hit the Win + R keys to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Reboot your computer.

Option 3 – Try checking the details in the Event Viewer

The Event Viewer can also help you resolve the error as it contains detailed information about the error that could help you pinpoint its root cause and resolve it.

Option 4 – Try to re-register the problematic DLL file

You may have to re-register the ntdll.dll file using the regsvr32.exe before you can successfully install the program and fix the error. The Regsvr32 tool is a command-line utility that can be used to register and unregister OLE controls like DLL and ActiveX (OCX) controls in the Windows operating system. Follow the steps below to use it.
  • Open Command Prompt as admin from the WinX menu.
  • Next, type the following commands in the elevated Command Prompt and hit Enter to execute the command. This will re-register the affected DLL file using the Windows operating system tool, regsvr32.exe.
    • exe /[DLL file]
    • exe [DLL file]
Note: Replace “[DLL file]” with the name of the DLL file that was pointed out in the error.
  • After you execute the given commands, you should see a message saying, “DllRegisterServer in vbscript.dll succeeded” if the Regsvr32 tool was able to run successfully. After that, try to install the program again and see if it now works.

Option 5 – Try to replace the DLL file with a trusted source

  • First, you need to get the new DLL file from another computer with preferably the same file version number.
  • After that, you need to boot your PC into Safe Mode and navigate to the paths listed below and then replace the file using a USB drive or other external storage devices.
    • x86: This PC > C:/Windows/System32
    • x64: This PC > C:/Windows/SysWOW64
  • Next, type “cmd” in the Cortana search box and right click on Command Prompt, and select “Run as administrator” to open it with administrator privileges.
  • Now type the “regsvr32 ntdll.dll” command and hit Enter.
  • Restart your PC and check if the error is now fixed.

Option 6– Try to scan your computer using Windows Defender

It is also possible that the DLL file might be infected with malware or virus which could explain why you’re getting the error. Thus, you have to scan your computer using security programs like Windows Defender.
  • Tap the Win + I keys to open Update & Security.
  • Then click on the Windows Security option and open Windows Defender Security Center.
  • Next, click on Virus & threat protection > Run a new advanced scan.
  • Now make sure that Full Scan is selected from the menu and then click the Scan Now button to get started.
Read More
Windows 11 23H2 Update Details Revealed

Loving Windows 11 so far? We sure are. Microsoft has clearly decided to take its OS to the next level and keeps showing it through every update. It makes you wonder what’s next - and today, you’ll find out!

Tons of new features have been leaked, and we can probably expect them with the 23H2 update. Here’s everything you need to know so far.

What’s Windows 11 23H2 bringing?

Windows 11
Credit: Windows on Unsplash

There are plenty of new features already confirmed for Windows 11. The only issue is we don’t know for sure if they’re coming with the 23H2 update or separately, at a different time. Whatever the case, a lot of them are pretty exciting.

Here’s an overview of what we might be getting this fall.

  • Windows Copilot. Microsoft wants to add this AI-powered feature based on chatbots like Bing Chat and ChatGPT to assist users with all kinds of actions and tasks on the platform. As part of this development, the integration of first- and third-party plugins and the Bing Chat AI will be enhanced. This is a pretty amazing addition to look forward to, if you ask us.
  • Dynamic Lighting. RGB lovers will rejoice upon this one! Dynamic Lighting will allow you to control your RGB-powered components directly through the Windows Settings, allowing smooth integration of your favorite peripherals with your OS. No need for third-party software anymore!
  • Taskbar enhancements. Microsoft has announced some neat improvements to the Windows 11 taskbar. For one, we’ll be able to hide the Time and Date now, which is extremely useful for focus, but also for clean screenshots. Another change is the ability to shut down programs directly from the Taskbar, without having to run the Task Manager.
  • Expanding native support for archive formats 7-zip, rar, gz and others on the libarchive open-source projects.
  • Microsoft Store AI features. The theme of AI power is clearly being taken up a notch, because the Microsoft Store seems to be getting several awesome features in this regard. One of them is AI hub, which “curate the best AI experiences built by the developer community and Microsoft” (Windows Developer Blog). We’re not sure what that means exactly, but we sure can’t wait to see.

Another is AI-generated keywords, designed to improve the discoverability of apps you’re searching for. Moreover, the AI-generated review summary is designed to give us a simpler experience looking at reviews. Huge numbers of reviews will be compiled into a summary that’s easy to scan and lets us discover new content faster.

  • Other Microsoft Store improvements. Business owners will be happy to hear that Microsoft Store ads will now reach 150+ regions worldwide, significantly increasing the audiences they can target. Furthermore, there will be enhancements to the Backup and Restore functionality to give users a more seamless experience in case they switch devices. 
  • File Explorer changes. Rumor has it that Microsoft is working on a Gallery to be embedded within the File Explorer. The addition of a Recommended section might be on the horizon as well. 
  • Widget Panel update. The introduction of the Widget Panel in itself was exciting for many. As a next step in the development of this feature, Microsoft is planning to make it possible to pin widgets to the desktop. 
  • Presence sensor. You might actually already have this one, as it was rolled out as part of Moment 3 for compatible devices. With the Presence sensing app, found in the Privacy settings, you can decide which (if any) apps use APIs to detect the state of your activity on Windows. This can significantly enhance privacy and security, as you can have apps containing sensitive data lock automatically when unattended. If you’re a laptop user, it can also be beneficial to your battery life.
  • Bluetooth LE. Microsoft is adding support for Bluetooth Low Energy, a functionality that allows reduced battery consumption when devices are connected.
  • Adding more languages to the Live Captions feature. This specification is only as powerful as the languages it supports. Microsoft is reportedly working on expanding the list with 10 more languages.

Summary

We’ve got some interesting stuff to look forward to with the next major Windows 11 update. And these are just the things the Internet’s actually heard of, so who knows what else Microsoft might be planning? It remains to be seen, hopefully just a few months from now. 23H2 has been released on October 31st.

Read More
There’s no Incognito Mode in Chrome
As you know, just like other web browsers, Google Chrome offers Incognito Mode or private browsing which you can use to make sure that your browsing activities are not being tracked by any websites you visit and it also keeps targeted ads at bay. On the other hand, signing in to a website, even when in Incognito Mode is a different thing since that website can track your browsing activities. Thus, Incognito Mode is still useful especially if you want to browse the web safely and without getting tracked except when you log in to some site. However, there have been reports recently that Incognito Mode is missing in Chrome and users are clueless as to how or why it happened. If you are one of them, worry not for this post will walk you through what you can do if there’s no Incognito Mode in Chrome on your Windows 10 computer. This is an unusual and strange issue since the Incognito Mode in Chrome is available by default and you don’t have to do anything to enable it. It is possible that there might be corruption in the Windows Registry which caused the disappearance of Incognito Mode, worry not though for there are some tweaks you can apply to restore the missing Incognito Mode. To apply these tweaks, you need to create first a System Restore point, and then once you’re done, follow the instructions provided below carefully. Step_1: Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then hit Enter to open the Registry Editor. Step_2: Next, after opening the Registry Editor, navigate to this path – ComputerHKEY_LOCAL_MACHINESOFTWAREPolicies Step_3: From there, look for ChromePolicies and locate the DWORD named “IncognitoModeAvailability” and double click on it. Step_4: Edit the value of the “IncognitoModeAvailability” DWORD by changing its value from 1 to 0 so you can enable Incognito Mode in Chrome. Step_5: Once done, exit the Registry Editor and restart your computer and then check if you can now see Incognito Mode in Chrome. On the other hand, there is also another option that allows you to force open your Chrome browser in Incognito Mode. All you have to do is set the value of the “IncognitoModeAvailability” key to “2” instead of 0. This can be useful especially if you always browse the web in this mode. But you need to remember that you won’t be able to go back to the normal mode once you do this. Here are what the values of the IncognitoModeAvailability DWORD actually mean:
  • 0 – Incognito mode is enabled by default
  • 1 – Incognito mode is disabled
  • 2 – Chrome is forced to always open in Incognito mode
Read More
Fixing the No Audio Output Device is Installed
If you suddenly encountered an error that says, “No Audio Output Device is installed” on your Windows 10 computer, worry not for this post will guide you on how exactly you can fix the problem. There are several possible reasons why this error pops up. It could be due to a recent Windows 10 update you’ve installed, or it could be due to a corrupted or outdated audio driver, and so on. There are several potential solutions to this error. You can try running the built-in Audio Playing troubleshooter or update or uninstall the Audio driver. You could also try to update the Intel Smart Sound Technology Audio Control driver, as well as contact support for your laptop or computer. For more details, refer to each one of the provided options below.

Option 1 – Try to run the Playing Audio Troubleshooter

Since the Windows 10 operating system has the Playing Audio Troubleshooter, you can use this troubleshooter to try and fix the problem with the “No Audio Output Device is installed” error. You can access this tool in the Control Panel or in the Taskbar Search and even on the Troubleshooters page of Windows 10. Run this troubleshooter and see if it can fix the issue or not.

Option 2 – Try to update the Audio driver

If the error has something to do with software, chances are it might be related to the audio driver – it could be that the newest version of your Windows 10 does not work well with the old version of the driver. This is why you have to update your audio driver to the newest available version.
  • Tap the Win + R keys to open the Run dialog box and then type in MSC and tap Enter or click OK to open the Device Manager.
  • Expand the section of the Sound, video, and Game Controllers.
  • And then from the drop-down menu, select the Update Driver option and follow the on-screen instructions to install the latest version of the driver.
  • Then also click on the option, “Search automatically for updated driver software.
  • Restart your PC after the installation.
Note: If updating the Audio driver didn’t work, you can go to the website of your PC manufacturer and look for the support section where you can download the drivers for your computer. You just need to take note of your PC’s correct model and model number so you can find the appropriate driver.

Option 3 – Try removing and reinstalling the sound card

If option 1 didn’t work, you can also try to remove and reinstall the sound card of your computer to fix the high-pitched sound coming from your computer’s speakers.
  • To get started, tap on the Windows key + R to pull up the Run box.
  • Next, type in “MSC” in the box to open the Device Manager.
  • After opening the Device Manager, go to the “Sound, video, and game controllers” option then right-click on the sound card.
  • Finally, click on Uninstall and tick the box with a label that says, “Delete the driver software for this device” and close the Device Manager.
  • Restart your computer and check if the problem’s fixed or not.
Note: After you restart your computer, the system should reinstall the speaker automatically. But if it does not reinstall, you can follow the aforementioned steps again to go to the Device Manager. From there, go back to “Sound, video, and Game Controllers” and right-click on the sound card. After that, enabling the sound card and restart your computer once more. That should fix the problem.

Option 4 – Try updating the Intel Smart Sound Technology Audio Control driver

If the three options given above didn’t fix the error, you might want to try updating the Intel Smart Sound Technology Audio Control driver. To do so, follow these steps:
  • Tap the Win + X keys and select the Device Manager option from the menu.
  • Next, scroll down and click on the System Devices option and select the “Intel Smart Sound Technology Audio Control” option.
  • Then right-click on it and select the “Update driver” option.
  • After a couple of seconds, the wizard will look for an available driver and will automatically update it.
  • Restart your computer and see if the error is now fixed.
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