Logo

How to Fix Remote Computer requires network level authentication Error in Windows 10

A couple of Windows 10 users have reported an error on domain-connected systems when they tried accessing their computer systems remotely. This occurs when the network level authentication or NLA is enabled on the computer. If you are one of these users, you better keep reading as this post will guide you on how you can fix this error. To resolve this issue, there are several workarounds you can try. You can either disable this option directly via properties or you can also modify some registry entries or sub-keys and restart the system.

When you encounter this problem, an error message pops up that states:

“The remote computer that you are trying to connect to requires network level authentication (NLA), but your windows domain controller cannot be contacted to perform NLA. If you are an administrator on the remote computer, you can disable NLA by using the options on the Remote tab of the System Properties dialog box.”

Or you could also see this error message instead:

“The remote computer requires Network Level Authentication, which your computer does not support. For assistance, contact your system administrator or technical support.”

Before you proceed in troubleshooting the problem using the options provided below, you need to create a backup for your data or system restore point as well as make a copy of any registry entries you are going to modify.

Option 1 – Disable Network Level Authentication via Properties

The NLA is a useful tool that provides your computer with extra security and helps network administrators in controlling who can log into the system with just a click of a single box. However, there are times when it can become a disadvantage and could prevent you from accessing your system remotely. Thus, you need to disable it using Properties.

  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” and tap Enter to open System Properties.
  • Next, go to the remote tab and uncheck the checkbox for the “Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended)” option.
  • Now click the Apply button to save the changes made and exit System Properties and then try logging into the remote computer again and see if the problem is fixed or not.

Option 2 – Disable NLA via Registry Editor

Note that you can only use this option if the first one didn’t work for you. Take note that this option will require you to restart your PC completely which could mean some downtime if your computer is running a production server. So make sure to save all your work.

  • Tap the Win + R keys to open the Run dialog box and then type in “Regedit” in the field and tap Enter to open the Registry Editor.
  • From there, click on File > Connect Network Registry and input the details of the remote computer and then try to connect.
  • Navigate to the path below after you’re connected:

HKLM >SYSTEM > CurrentControlSet > Control >Terminal Server > WinStations > RDP-Tcp

  • After that, change the values given below to “0”
    • SecurityLayer
    • UserAuthentication
  • The navigate to PowerShell and execute this command – restart-computer

Option 3 – Disable NLA via PowerShell

PowerShell allows you to tap into the remote computer and once you’ve targeted the machine, you can execute the commands given below to disable NLA.

  • Tap the Win + S to open Search and then type in “PowerShell” in the field. Right-click on the related result and select the “Run as administrator” option.
  • After opening PowerShell, execute the command below:
  1. Once in the PowerShell, execute the following command:

$TargetMachine = “Target-Machine-Name”

(Get-WmiObject -class “Win32_TSGeneralSetting” -Namespace rootcimv2terminalservices -ComputerName $TargetMachine -Filter “TerminalName=’RDP-tcp'”).SetUserAuthenticationRequired(0)

Note: In the command given, the “Target-Machine-Name” is the name of the machine you are targeting.

Option 4 – Use the Group Policy Editor to disable NLA

Another option you can use to disable NLA is via the Group Policy Editor. This is ideal for you if you are blanket disabling. Just take note that the Group Policy Editor is a powerful tool and that if you make some mistakes by changing values you have no clue about, you can render your computer useless so make sure that you create a backup for all the values before you proceed.

  • Tap the Win + R keys to open the Run dialog box.
  • Then type in “gpedit.msc” and tap Enter to open the Group Policy Editor.
  • From there, go to this path – Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Security
  • After that, search for “Require user authentication for remote connections by using Network Level Authentication” and set it to disabled.
  • Now check if the error is fixed or not.

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 Failed to create a graphics device Error
As you know, the Windows 10 operating system has support for a dedicated high-end graphics processor that brings in capabilities inside to support Graphics Cards from NVIDIA or AMD. This helps the operating system to function in a much better way by segregating the graphics-intensive operations from the CPU to a dedicated processor. However, there are times when it also experiences some issues that lead to some errors like the “Failed to create a graphics device” error. It is possible that your computer has more than one screen or graphics card which is why you’re getting this error. To fix it, you need to try reinstalling DirectX or reinstall the Graphics Card driver. You could also try to manually check the hardware or power cycle of your computer. To start troubleshooting the “Failed to create a graphics device” error, follow the given suggestions below.

Option 1 – Try running the DirectX Diagnostic Tool

Since the error has something to do with the DirectX Graphics APIs, you can run the DirectX Diagnostic tool to resolve the problem.

Option 2 – Try updating or re-installing DirectX

If the DirectX Diagnostic tool didn’t work, you can try to update or reinstall DirectX instead. This can help in fixing the problem because when you reinstall or update DirectX, it will replace the incompatible or corrupted components of DirectX from your computer.

Option 3 – Update or reinstall the Graphics card drivers

  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in MSC into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.

Option 4 – Try to physically check the hardware of your computer

You might also want to check the physical status of the hardware in your computer. You can clean the dust off the hardware components like the Graphics Card of the computer. In doing so, you have to use a small blower or you could also use a soft cloth and run the components gently. Make sure that you don’t damage any parts with moisture or cause harm to any circuits while you carry out this task.

Option 5 – Try to power cycle your computer

You could also try to power cycle your computer to fix the error. To do that, you have to turn off your computer in a way that the power is completely cut off and all the fresh configurations of files are loaded when your computer is booted up. The first thing you have to do is to shut down your computer and if you are using a laptop with a removable battery, you must remove the battery for a couple of minutes before you plug it back in and boot your laptop. On the other hand, if you are using a desktop computer, press and hold the power button until the CPU goes off and take out the power cable for a minute or so and then plug it back in. Boot your computer and see if the error has been resolved.
Read More
0x800703EE when copying to external storage
If you are trying to copy or move files to and from your external storage device but you suddenly encounter the error 0x800703EE, then you’ve come to the right place as this post will guide you on how you can fix this error in your Windows 10 computer. This kind of error when copying files may be accompanied by an error message that says, “The volume for a file has been externally altered so that the opened file is no longer valid”. This error prevents you from copying or moving the files to and from the external storage device. This kind of issue might be caused by a service that belongs to a backup program that could be blocking the operation or a conflict with your third-party antivirus program. In addition, the error could also be due to corrupted or outdated USB drivers or it could be caused by a disabled Windows Backup and Volume Shadow copy service. It is also possible that some system files are corrupted or that the drivers for the external device are also corrupted. Whatever the cause is, here are some options you need to check out to fix the error. Before you troubleshoot the error, you might want to try moving the files to another location on your local drive and remove the USB drive and insert it back again. After that, try to move or copy the file to the USB drive and see if it still throws an error. If it does, then you need to troubleshoot the problem further by following each one of the suggestions given below.

Option 1 – Update or reinstall the Universal Serial Bus Controller driver

Since it could be a driver issue, you can try to update or reinstall the Universal Serial Bus Controller drivers using the Device Manager. Refer to the following steps:
  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
Note: If it is a regular USB drive, then it will be listed as a USB Mass Storage Device but if you have a USB 3.0 device, then look for a USB 3.0 Extensible Host Controller.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
Note: If updating the USB Controller drivers didn’t work, you can try to reinstall them instead.

Option 2 – Try checking the Volume Shadow Copy and Windows Backup services

The next thing you can do to fix error 0x800703EE is to check the Volume Shadow Copy and Windows Backup service.
  • First, tap the Win + R keys to open the Run dialog box and type “services.msc” in the field, and hit Enter to open the Services Manager.
  • From there, look for the Volume Shadow Copy service and right-click on it, and then select Properties.
  • After that, make sure that its Startup type is set to Manual and that its status is “Started” so if it isn’t, you need to click on the Start button and then on the Apply and OK buttons to save the changes made.
  • Once done, look for the Windows Backup Service and repeat the same process you did with the Volume Shadow Copy service.
  • After you complete the steps, restart your computer and see if the error is now fixed.

Option 3 – Restart your computer in a Clean Boot State

If a third party program like antivirus is the one that’s causing the problem, you can try to put your computer in a Clean Boot State to isolate the issue by following these steps:
  • Log onto your PC as an administrator.
  • Type in MSConfig in the Start Search to open the System Configuration utility.
  • From there, go to the General tab and click “Selective startup”.
  • Clear the “Load Startup items” check box and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
  • Next, click the Services tab and select the “Hide All Microsoft Services” check box.
  • Click Disable all.
  • Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
  • Now try to copy the files to your external storage device again and check if the error is now gone.

Option 4 – Try to run System File Checker or SFC scan

  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow and hit Enter.
  • Once done, restart your computer.

Option 5 – Try to delete the Filter drivers

Note that this option is only applicable if you see the error 0x800703EE accompanied with the “The volume for a file has been externally altered so that the opened file is no longer valid” error message. Before you start, create a System Restore Point first.
  • Open the Registry Editor and navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlClass{4D36E965-E325-11CE-BFC1-08002BE10318}
  • After that, select the “{4D36E965-E325-11CE-BFC1-08002BE10318}” key and check if you can find the “Upperfilters” and “Lowerfilters” value in the right pane. If you can find them, right-click on them and select Delete.
  • Once done, exit the Registry Editor and restart your computer.
Read More
Troubleshoot Error 651 on Your PC

Error 651 - What is it?

Are you a Windows 7 PC user? Are you experiencing error 651? If yes, then read on. We will discuss what is this error, the causes, and easy DIY solutions to help you resolve this issue immediately. Error 651 is a common Windows 7 error. This error occurs when you try to connect using your PPPoE connections. The error message is displayed in the following format:
“Error 651: The Modem (or other connecting device) has reported an error.”

Solution

Restoro box imageError Causes

The error code 651 occurs due to multiple reasons. However, some of the most common error causes include:
  • The raspppoe.sys file saved in the wrong location
  • IP setting  issues
  • Registry issues

Further Information and Manual Repair

Here are some of the best and easiest solutions to resolve the error code 651 on your system immediately. These solutions are so easy to perform that you don’t need any technical expertise or knowledge to get started. So here we go!

Solution 1: Reset TCP/IP Settings

To reset TCP/IP settings on your PC, here’s what you need to do. Simply replace the RAS PPPoE driver. First open a command prompt, then write the following command in the command prompt:  TAKEOWN /F"C:Windowssystem32driversraspppoe.sys" ICACLS "C:Windowssystem32driversraspppoe.sys" /grant administrators:F. After that, press enter to continue. Now close the command prompt and go to the folder C:\Windows\system32\drivers, here rename the raspppoe.sys file to raspppoe2.sys. Now right click on save the link as Vista RAS PPPoE Driver and save it in the C:\Windows\system32\drivers folder. Once this process is complete, to activate changes made, restart your PC. This is most likely to resolve the error code 651 on your system.

Solution 2: Try Power Cycling your Modem and your Router

This is another way to resolve error 651. However, before you try this solution, it is recommended that you save all your work on your system, close all your open applications, and then shut down your PC. After that first turn your router off and wait for about 2 minutes. Then turn off your modem too. Now disconnect all the Ethernet cables that are connected to your modem, router and your system. Reconnect them again and make sure that the connections are not loose. After reconnecting the cables, reboot your PC and switch on the modem first. After your modem gets initialized, turn on the router. See if this procedure works. If it does, then that’s great the issue is resolved. However, if the error persists, then this indicates deeper problems. The error message is triggered due to registry issues.

Solution 3: Clean and Repair the Registry

Sometimes the underlying cause of error 651 is a corrupt and damaged registry. Registry is the database where operating system stores all the information associated with installed programs and activities performed on your PC. Registry issues typically result due to poor PC maintenance. When you don’t clean the registry the unnecessary and obsolete files accumulate and acquire a lot space. It damages the registry and DLL files. This often leads to disk fragmentation and files are then saved in segments in different locations. This also slows down your PC performance. This could also be the reason for why the raspppoe.sys file is saved in the wrong location. Though you can repair the registry manually but it may be complex for you especially if you are not technically sound. And besides, it is also slightly time-consuming.

Restoro - Premier Registry Cleaner

Therefore, to resolve errors like 651 triggered by the registry issues on your system in seconds, it is advisable to download Restoro. Restoro is a cutting-edge and multi-functional PC Fixer. It is deployed with a powerful intuitive algorithm and multiple highly functional utilities designed to resolve practically all types of PC errors. It includes utilities like a registry cleaner, an antivirus, and a system optimizer. The registry cleaning feature scans for all types of registry issues and errors and resolves them instantly. It wipes out unnecessary and redundant files like cookies, internet history, junk files, and bad/ invalid registry entries. It cleans the registry freeing up space. Furthermore, it also repairs the damaged files and restores the registry back to normal.

Restoro Special Features

Other features include an antivirus that removes all types of malicious software hiding in your PC including viruses, Trojans, spyware, malware, and adware. The system optimizer feature ensures that your computer performs at its optimal level at all times. Restoro is safe and bug-free. Its user-friendly interface and simple navigations makes it quite easy for users to operate it without any difficulty. Furthermore, compatibility is not an issue with this software. You can download it on any Windows version. Click here to download Restoro and fix error 651 on your PC today!
Read More
Edge DevTools An error occurred while ...
In case you don’t know, Microsoft Edge, the new default browser of Windows 10, is equipped with the essential tools that are needed to help web developers in testing their websites in the Edge browser. However, it is not without its flaws as there are instances when you could also encounter some errors when using DevTools. One of these errors is the “An error occurred while starting the profiling session” error. You can see this error message in the DevTools Memory Panel, worry not for this post will help you resolve it. A memory panel is one that primarily measures your memory resource usage and compares heap snapshots in different states of code execution. The Memory panel also provides profiling of three different types, such:
  • Head Snapshot
  • Record Allocation timeline
  • Record Allocation profiles
Using a memory panel, you can find issues that affect the page performance in the most common scenarios like bloats and memory leaks. There are two steps you need to carry out to fix this error that’s associated with the Memory Panel of Microsoft Edge (Chromium) DevTools. First, you need to access the Microsoft (R) Diagnostics Hub Standard Collector Service. Second, you need to restart this service. For detailed steps, follow the instructions provided below. Step 1: Access the Microsoft (R) Diagnostic Standard Collector Service To access the Microsoft (R) Diagnostic Standard Collector Service, follow these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “services.msc” in the field and hit Enter or click OK.
  • This will open the Services Manager. Here, look for the Microsoft (R) Diagnostic Service from the Services panel that opens on the right-hand side.
Step 2: Now restart the Microsoft (R) Diagnostic Hub Standard Collector Service
  • After accessing the Microsoft (R) Diagnostic Standard Collector Service, right-click on it and select the Restart option.
  • Once it’s done, exit the Microsoft Edge Developer Tools as well as the tab.
  • Next, open a new tab and navigate to your page and tap the F12 key.
  • Now, try to check if profiling begins.
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
Resume an Interrupted Download in Chrome
Where all have been there, we are downloading something and for any kind of reason chrome closes, internet breaks, etc. And our download is interrupted and gone forever, and we need to start again. You will be glad to hear that chrome has side a download manager which tracks each download you made and you can use this manager to resume interrupted downloads. Please note that some websites have certain scripts that will prevent you to resume interrupted downloads, in this case, using chrome's download manager will not work and you will have to start the download again. All of this being said, if your download has been interrupted, and went away, pin Chrome press CTRL + J to open download manager, find your interrupted download, and press the resume button. That's it, you have successfully resumed your download.
Read More
Microsoft vs Google & Facebook
microsoft hqMicrosoft wants to escalate the situation from Australia to the EU, what a surprise. Hello all and welcome to another news article, this time we are focusing on Microsoft pushing the EU to accept law proposition from Australia. For all of you who are not familiar with the given situation let me quickly explain. The feud began when the Australian government proposed a new law that targeted Facebook and Google specifically. The government said that it believed that both of the tech giants were using content from news outlets without paying. Have you ever seen the little news snippets that Google or Facebook sometimes show its users to keep them up to date? These are lifted directly from news websites, and the Australian government claimed that this practice meant that people didn't bother visiting the news website. This then staved news websites of revenue. As such, the government put forward a new law that would mean Google and Facebook would have to pay the source website for every time they displayed a news snippet. Facebook responded by removing its Australian news coverage in light of the law. Google, however, put up a fight. It argued that its snippets encouraged people to click on it to read more, thus driving more traffic to the news website. It also said that such a law would be too expensive to maintain in the long run. As such, Google threatened to remove itself from Australia if the law passed. This was likely a scare tactic, as 95 percent of Australian web users use Google; however, it actually opened the door for its rival, Microsoft. Microsoft saw how it could push its own search engine BING to replace google. It of course went and reached the Australian government to assure them that BING is more than capable to fulfill its needs and fully abide by the proposed law. Now Microsoft knows that if this law passes it could see a similar situation happening in Europe and it is pushing it. US News reported on how Microsoft plans to encourage EU countries to adopt this new law too. The company has teamed up with the European Publishers Council and News Media Europe to make the following statement: Publishers might not have the economic strength to negotiate fair and balanced agreements with these gatekeeper tech companies, who might otherwise threaten to walk away from negotiations or exit markets entirely
Read More
Fix 0x8000ffff error in Windows 11
Error 0x8000ffff prevents you from using the Microsoft store. Altho it is not a critical error that will break Windows, it is annoying enough that will require fixing so we can use the store once again and install apps when we want to. Interesting thing is that this error was present inside Windows 10 as well causing some annoyance, you think Microsoft would learn, and then you see reality. Anyway, we have not come here to bash Microsoft, we came to solve errors. 0x8000ffff errorSo there are several problems that can cause this error like issues with accessing the Microsoft servers, corrupt system files, settings being misconfigured, malware infections, or conflicting applications. We will cover all solutions for each scenario taking approaches from most simple solutions to more complex ones. Follow the guide and let's fix this annoyance.

Wait for Microsoft's servers to become accessible

Yes, just wait. If the problem is tied to Microsoft servers having heavy load or being temporarily down there is not much you can do except for their tech team to resolve the issue. Go to Twitter or Facebook and check the Microsoft page to see if anyone else has this issue, if several people are reporting the same error then it is due to server problems. In this case, the only thing you can do is to wait.

Run troubleshooter

If servers are working fine then the issue is within your system so let's get down to fixing. Most simple and easiest solution is to let Windows try and resolve the problem by itself. We will use troubleshooter for this, Windows's integrated fixing solution: Press ⊞ WINDOWS + I to open the settings app Click on System in the left panel, then on Troubleshoot on the right Click on Other troubleshooters In most Frequent section find Windows Update and click on the Run button Wait for the troubleshooter to finish and follow on-screen instructions

Clear Store cache

If the troubleshooter has not found the issue or was unable to repair it, the next step is cleaning the Microsoft store cache in order to eliminate corrupted or partial cache files. Press ⊞ WINDOWS + R to open the run dialog In run dialog type in: wsreset and press OK or press ENTER A black screen will appear and it will not give any kind of feedback about progress, so it might seem like Windows has frozen, but do not panic nor try to do anything, this kind of behavior is normal, just wait for the process to finish and once it is done Microsoft store will launch with the cleared cache.

Disable Proxy

Proxy setting can interfere with establishing a connection to the store servers and if previous solutions have not worked we will check proxy next. Press ⊞ WINDOWS + R to open the run dialog Inside run dialog type: inetcpl.cpl and hit ENTER or press OK button Inside Internet Properties click on the Connections tab and then on LAN settings Uncheck the box next to Use a proxy server for your LAN and click on OK

Turn off antivirus

If nothing worked so far, turn off your anti-virus software, there is a slight possibility that your antivirus is misconfigured or preventing the system from accessing the store. Turn off antivirus and firewall to make sure that this is not an issue.

Delete the software distribution folder

So, we have tried a lot of things, and the error still persists? Let's then go to the next step and delete the software distribution folder in order to be remade new so we can eliminate corruption in the folder itself. To do this follow the guide: Press ⊞ WINDOWS + S to open the search menu Inside search type in Windows terminal, right-click on the terminal and click on Run as administrator. Confirm with YES on UAC prompt pop up Inside terminal press CTRL + SHIFT + 2 to open command prompt inside command prompt type in: net stop wuauserv and press ENTER Then type in: net stop bits followed with ENTER Next press ⊞ WINDOWS + R to open the run dialog Inside run dialog type in C:\Windows\SoftwareDistribution and press the OK button or ENTER File Explorer will open and you will find yourself inside SoftwareDistribution folder. Press CTRL + A to select all files inside Press on the delete icon or press DEL, confirm with YES Once all files are deleted, the system will redownload new ones.

Enable Cryptographic service

Windows 11 has come with a cryptographic service that aims to make your computer more secure but if the service is turned off it can be the cause of 0x8000ffff error. In order to turn this service back ON, follow the guide: Press ⊞ WINDOWS + R to open the run dialog In run dialog type in services.msc and press ENTER or click on the OK button In the list find Cryptographic Services and double click on it Inside properties click on Startup type dropdown menu and select Automatic from the list Click on the Start button to run service and then on the OK button to save the changes

Run SFC scan

SFC is an internal Windows tool for fixing corrupt system files, application will scan all system files and repair ones that are corrupted. To run an SFC scan do the following: Press ⊞ WINDOWS + S to open the search menu Inside search type in Windows terminal, right-click on the terminal and click on Run as administrator. Confirm with YES on UAC prompt pop up Inside terminal press CTRL + SHIFT + 2 to open command prompt inside command prompt type in: SFC /scannow and press ENTER Wait for the whole process to finish and reboot your system

Run DISM scan

Similar to SFC, DISM scan will scan your system Windows image and if required it will repair it. Press ⊞ WINDOWS + S to open the search menu Inside search type in Windows terminal, right-click on the terminal and click on Run as administrator. Confirm with YES on UAC prompt pop up Inside terminal press CTRL + SHIFT + 2 to open command prompt inside command prompt type in: DISM /Online /Cleanup-Image /RestoreHealth and press ENTER Wait for the whole process to finish and restart your computer
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
Copy & Paste text between devices
If you have multiple products with Windows on them, Copy & Paste text between them is easy as 1,2,3 and we will be happy to tell you how can you do it. Hello and welcome everyone, today we will see how can we share text information between 2 devices using Windows 10 in instant. In order for you to be able to share text information between devices, there are two prerequisites that you must meet. The first is that all devices must be connected to the internet, the second is that you must have a Microsoft account. If you have both of these things continue with the tutorial, if you do not have a Microsoft account go to Microsoft website and create one for free. Also, know that this option needs to be turned ON on all devices in order to work. So steps we will explain will have to be done on each device, if you already have some device logged in and connected to Microsoft account, you can skip setting it up. Click on ⊞ WINDOWS and click on settings. Windows 10 Star menu with marked settings iconThen click on System. Windows settings system markedOnce you are in the system, on the left tabs find and click on Clipboard. windows settings clipboardIf you are not logged in to your Microsoft account do so on the right panel by locating Sync across devices and click on sign in. clipboard sign inWhen you are signed in click on the option to turn it on. sync across devicesOne option is turned ON, you will be greeted with two choices, to copy everything from the clipboard automatically or to choose text which you want to sync and paste it with ⊞ WINDOWS + V. Choose whatever better suits your needs, and you are done. Repeat these steps for other devices and you are done.
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