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

Windows computer shuts down instead of Sleep
As you know the Windows 10 operating system is has a lot of features and some of them are related to turning off your computer in different ways in order to save power at different levels. These particular features are Shut down, Restart, Hibernate, and Sleep. However, there are times when you might encounter some issues when using any of the aforementioned features. One of these issues is when your computer shuts down instead of going to Sleep. This issue could be caused by several factors including a bug related to the Intel Management Engine Interface or IMEI driver as well as any misconfiguration in the power settings of the BIOS or UEFI. If your computer is going through this problem, read on as this post will guide you in fixing it. There are several potential fixes you can try to fix the problem. You can try to check the Sleep Advanced Settings or run the built-in Power troubleshooter or run the Power Efficiency Diagnostic Report. In addition, you can also try to troubleshoot the problem in a Clean Boot State or reset or update the BIOS.

Option 1 – Check the Sleep Advanced Settings

  • Click on the Windows key and type “control panel” in the field and select the related search result.
  • Next, select the Security and Maintenance option and click on the Power Options.
  • After that, you have to select the Change Plan Settings but keep in mind that this option is barely readable so you need to read each option carefully.
  • Now click on the Change advanced power settings button and a new window will appear.
  • Then look for the “Sleep” option and expand it. Make sure that the “Allow hybrid sleep” option is on.
  • Reboot your computer and check if your computer now functions properly. If it still didn’t work, you may have to reverse the changes you’ve made.

Option 2 – Try to run the Power troubleshooter

The next thing you can do is to run the Power troubleshooter. To do so, follow these steps:
  • Go to Settings and navigate to Update & Security > Troubleshoot.
  • After that, look for the “Power” option from the given list of built-in troubleshooters and click on it.
  • Next, click on the “Run the troubleshooter” button to run the Power troubleshooter.
  • Once the troubleshooter is done identifying the problems, follow the next on-screen instructions to resolve the problem.

Option 3 – Troubleshoot Sleep Mode issue in a Clean Boot State

The issue with Sleep Mode might be caused by some third-party programs installed on your computer. This program might be the one that puts your computer to sleep and so to isolate this possibility, you have to put your PC in a Clean Boot State using the steps below.
  • 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.)
  • After that, try to put your computer to sleep again.

Option 4 – Try to run the Power Efficiency Diagnostics Report

You could also try to run the Power Efficiency Diagnostics Report to fix the problem. This tool is helpful and will help you analyze the status of the battery but note that this can be quite overwhelming especially if you’re not well-versed in this matter.

Option 5 – Try to update the BIOS

Updating the BIOS can help you fix the ATTEMPTED_WRITE_TO_READONLY_MEMORY BSOD error but as you know, BIOS is a sensitive part of a computer. Even though it is a software component, the functioning of the hardware depends on it largely. Thus, you must be careful when modifying something in the BIOS. So if you don’t know much about it, it’s best if you skip on this option and try the other ones instead. However, if you are well-versed in navigating the BIOS, then follow the steps below.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “msinfo32” in the field and press Enter to open System Information.
  • From there, you should find a search field on the bottom where you have to search for the BIOS version and then press Enter.
  • After that, you should see the developer and version of the BIOS installed on your PC.
  • Go to your manufacturer’s website and then download the latest version of BIOS on your computer.
  • If you are using a laptop, make sure that you keep it plugged in until you have updated the BIOS.
  • Now double click on the downloaded file and install the new BIOS version on your computer.
  • Now restart your computer to apply the changes made.
Note: If updating the BIOS didn’t help, you might want to consider resetting it instead.
Read More
Microsoft Windows 11 limitations surfacing
windows 11As more and more people get into insider preview of upcoming Windows 11 we will see more and more different takes and opinions on it. Generally speaking, the first wave was quite positive when it was previewed but how time is passing more and more limitations and frustration comes to the surface. Some of the limitation that is inside it, which have been confirmed by Microsoft itself includes features missing that we had in Windows 10 like moving the application to the taskbar in order to pin it, moving the file in the taskbar to open it in default application and some big annoyances like Windows opening widgets always in Edge no matter what is your default browser. Not being able to move the taskbar from the bottom is also one of many illogical things. There is not really a point in these missing features since they were working fine in Windows 10 and many users liked them since they could customize Windows more to their liking, now with this new look at limitations it reminds me personally much of apple macOS and I will be honest, I am not a big fan of that kind of thinking. If I wanted that kind of OS I would have gotten myself a MAC, not custom build PC, but hey, Linux is always a free alternative, and how Microsoft itself is pushing limitations and in my opinion bad design choices along with awful system requirements that might just be a case for a lot of users. I am really not sure what is logic behind these moves and I am sure they have their reasons but this time it seems that their take on the new OS is not resonating well with the overall user population, well at least what I have heard so far. Things of course can still be changed and made for the better and I would rather see release postponed and issues addressed than getting more system hogging and limited new OS that at its current state looks like reskinned Windows 10 with limitations.
Read More
How to map a network drive in Windows 11
windows 11 network driveMapping network drive has many benefits in terms of speed and ease of access of files via network. It lets you access the hard drive over the whole network like it was the hard drive inside your PC case. In order to easily and quickly map a folder as a network drive follow the guide below.
  1. Open File Explorer
  2. Click on the three dots icon in the Toolbar
  3. Select Map Network Drive
  4. Click the Drive drop-down menu
  5. Select a driver letter that you wish to assign as a network drive
  6. In the folder field enter network device and share name (click on browse to see all devices on local network)
  7. Check the box beside Reconnect at sign-in if you wish to automatically connect to a network drive on Windows startup
  8. Check Connect Using Different Credentials if you wish to connect to a network drive using different credentials that one used to login into Windows.
  9. Click Finish
After finishing setting Windows 11 will try to connect to the network drive and if successful drive icon will appear inside File Explorer and the drive will open up to see its content. If for any reason it cannot connect try checking user credentials, cables, network adapters, etc.
Read More
How To Easily Fix Unresponsive Script
This Unresponsive Script problem information is most frequent on Firefox, which is among the top browsers worldwide. Firefox might show you these errors with the information, "Warning: Unresponsive Script". It is going to subsequently inform you that software to the web page you're trying to open is unresponsive, or has quit reacting. This means that the script has ceased functioning and may freeze or hang Firefox if not immediately resolved. You can easily solve this problem.

Solution

Restoro box imageError Causes

Before you can fix this error, you need to understand its primary cause. The biggest risk is that if left unchecked, Unresponsive Scripts will hang your browser and to an extension of your computer thus limiting your productivity. You may have to uninstall and re-install Firefox if the problem persists. Listed here are several of the very most typical reasons for unresponsive script:
  • Programming Errors
  • Interference by other Softwares
  • Using an older outdated version of the program.

Further Information and Manual Repair

Most times, you have to do very little to fix this problem. Furthermore, a lot of the remedies supplied here do not require the assistance of a qualified professional technician. You can easily perform them and completely solve the error.
  • If you wish to stop the error, keep your browser and add-ons up to date.

It's easy to update your browser and any add-ons therein. In most cases it's free. By upgrading your browser and add-ons frequently, you are effectively eliminating the risk of Unresponsive Script occurring and interfering with your work.
  • unresponsive script in firefox warning dialogCheck for a poorly functioning background process

The sorts of background procedures that might result in the Unresponsive Software error include Javascript code, media plugin, and browser extension. You can stop the script from running while using Firefox thus eliminating the Unresponsive script error. Shutting the dialog box is just another easy way of eliminating the unresponsive script error information. Firefox offers you two choices in case of this malfunction. Either "Continue" or "Stop Script". Whatever alternative you pick, you can be certain the dialog box shuts, thus allowing you to continue browsing. firefox home screenThe final solution. Contact Firefox about these errors on your browser. Oftentimes, these errors occur when you attempt to visit particular websites. Mark the offending websites' URLs and include them in your communications with Firefox. Sometimes you can also contact the website owner yourself and request them to check their website's code. Following are additional measures you can take to resolve the Unresponsive Script error.
  • Waiting longer for the error to resolve itself automatically
  • Blocking the offending script
  • Yanking the guilty add-ons
  • Disabling the hardware acceleration tool.
With one of these few steps, you won't have to worry about the Unresponsive Script error, can continue enjoying your browsing activities on Firefox.
Read More
Fix Can’t initialize disk in Windows 10
If you have recently installed a new internal or external hard drive or SSD and you’ve noticed that its status on the left side of the Disk Management tool states “Unknown Not Initialized”, this indicates that Windows can’t initialize the disk and that you won’t be able to use this new SSD or hard drive. You can encounter this kind of issue randomly and not just with a new hard drive or SSD but also with existing drives. There are times when you won’t be able to find your drive or partition in the File Explorer. In such a case, you have to check the Disk Management if your drive or partition is there physically. You also have to check if you can see it as Not Initialized. If it is, then this means that the disk or partition does not have a valid signature that is if it’s not registered with the system properly. Note that a disk is registered when you format it at least once so if the disk was available before, then it could be somehow corrupted. To resolve the problem, you can try to initialize the disk manually or bring it online and add a drive letter. You can also try checking the Device Manager for issues or check the cable physically.

Option 1 – Try to manually initialize the disk

Since initializing the disk is the most common way to resolve the “Unknown Not Initialized” error, this is what you have to try first.
  • To initialize the disk manually, you have to open the Disk Management from the WinX menu by tapping Win + X keys and selecting Disk Management.
  • From there, you can find the non-initialized disk. Right-click on it and select the “Initialize Disk” option.
  • Next, select the partition style. It is recommended that you use the MBR option instead of the GPT or GUID Partition Table.
  • Now click the OK button. Your hard drive or SSD should now initialize without any problem.

Option 2 – Set the disk Online and add the Drive letter

  • If the disk appears to be offline under Disk Management, right-click on it and select the Online option.
  • On the other hand, if the disk is already set Online but does not have a drive letter, right-click on it and select the Change drive letter and path option.
  • Select a letter that is not allocated yet.
  • Once you’re done, you have the option to format the disk in either NTFS or FAT32 but if you are using a 64-bit computer, make sure that you opt for NTFS.

Option 3 – Try to check any issues in the Device Manager

It is also possible that the hard drive is not working properly due to some driver issues. Thus, it’s better if you check the Device Manager and see if that drive is listed with a yellow exclamation mark next to it. And if that’s the case, you have to right-click on that drive and select the Uninstall drive option. After that, click on Action and then run the Scan for hardware changes. It should fix the problem.

Option 4 – Try to physically check the cable

You might also want to check the physical status of the wires and see if they are connected properly or not. Specifically, you have to check two cables, such as:
  • The first one is the power cable that’s connected to your SMPS.
  • Next is the one that’s connected to your motherboard.
If any of the two cables are not working or missing, then it’s no wonder why your drive has an “Unknown Not Initialized” status. Thus, you need to have them replaced to fix the problem.
Read More
Fix GDI32.DLL error in Windows 10
The GDI32.DLL is a DLL (Dynamic Link Library) file that was developed by Microsoft. It is an essential file of the Windows OS as it contains instructions and information for exe files to follow. These DLL files also use to store the various procedures and codes for the Windows programs. It is considered an essential component of Windows because it ensures that all the programs on Windows are operating properly. So, if the gdi32.dll not found on your computer, then it can negatively impact your computer and the associated programs. Though DLL files used to be so efficient and convenient, they are extremely vulnerable to errors and issues.
  1. Perform SFC scan

    Press ⊞ WINDOWS + X to open the Windows menu keyboard with windows and x marked From the menu choose command prompt (admin) Windows menu command prompt adminIn command prompt type sfc /scannow and press ENTER Leave the computer for the operation to be completed and Reboot your computer
  2. Run DISM

    Press ⊞ WINDOWS + X to open the Windows menu keyboard with windows and x markedFrom the menu choose command prompt (admin) Windows menu command prompt adminin command prompt type: DISM.exe /Online /Cleanup-image /Restorehealth and press ENTER wait for the process to be finished and Reboot your computer
  3. Update device driver

    Go to your manufacturer's website and update drivers for your components with the latest versions.
  4. Update Windows

    If you have an update ready for Windows, update it and see if this will remove the error
  5. Scan computer for malware

    Perform a full PC scan for malware to see if this is causing issues with the GDI32.DLL error.
  6. Download file

    One solution is to download a file from the official site and place it in the corresponding folder.
  7. Perform System restore

    Rollback system restore before the issue happened and your Windows will be working as intended
Read More
Windows 11 Home edition account requirements
Windows 11 has been officially presented during Microsoft’s virtual event on June 24th. Since presentation internet has been pretty live and busy with a discussion about it, some discussions are positive, some not so much but that is expected and it happens always when a new product is presented. One of information that we have about Windows 11 is tied to the home edition of this OS, Windows 11 home edition will require an internet connection at setup, and a Microsoft account in order to be installed and used. Previous versions of Windows could be installed and used with local accounts but it seems Microsoft has abandoned that idea for its new OS. OS will be delivered mostly as updates or via internet download so internet and online requirement make sense but why it cannot use the local account and must have a Microsoft one is beyond me.
Read More
How to Resolve Error Code 0x80070643 in Windows 10

Error Code 0x80070643 – What is it?

Error Code 0x80070643 or Windows Update error code affects various versions of the Windows operating system, including Windows 10. Error code 0x80070643 usually occurs due to corruption within the .Net Framework. When this occurs, users will be unable to install updates they have downloaded on their PC.

Solution

Restoro box imageError Causes

Error codes within Windows occur for many reasons including corrupt system files, viruses, and lack of space on your PC. In terms of error code 0x80070643 in Windows 10, the cause usually relates to a problem with the .NET framework or errors within one’s registry.

Further Information and Manual Repair

To solve error code 0x80070643 in Windows 10, users will need to employ various manual repair methods. These methods seek to fix core problems that result in the error being present on your device in the first place. Thus, the methods include the use of the .Net Framework Repair tool, resetting Windows Update components, or running a clean boot.

Note that the instructions provided in this article must be followed correctly, as making changes to your computer via these manual repair methods can result in serious problems if mistakes are made. Consider a Windows repair technician if you are unable to complete the steps mentioned in the manual repair methods below. Note, failure to rectify this error might result in other error messages, such as error code 0xc004fc03

Method One: Run the .Net Framework Repair Tool

As error code 0x80070643 may be triggered by issues related to the .Net Framework on your machine, it’s important that you download the .Net Framework Repair tool. This tool, as the name suggests, helps to repair errors it detects within the setup or updates associated with the framework.

The tool is available on the official Windows site. Download the tool and follow the instructions provided. Once you’ve downloaded the .Net Framework Repair tool, run it and wait until it fixes all problems detected within the framework.

Afterward, reboot your computer and check to see if Windows Update is functioning properly. If the error code reoccurs, proceed to another solution by implementing the second manual repair method listed in this article.

Method Two: Reset Windows Update Components

This method is the most technical of all the methods mentioned in this article. It will require that Windows 10 user access Command Prompt and make modifications to the Windows registry – an area of the operating system which stores important information, settings and other details regarding hardware and programs installed on your machine. Follow the steps carefully and be sure to back up the registry before proceeding with this manual repair method.

Step one: Type Command Prompt in the search box near Start, then select Command Prompt (Admin).

Step two: Select Yes as soon as the User Account Control box appears.

Step three: Stop Windows Update service, the BITS service, and Cryptographic service by typing the following commands:

net stop bits

net stop wuauserv

net stop appidsvc

net stop cryptsvc

Step four: Be sure to press Enter after typing each command.

Step five: Type the following command, then Enter to delete qmgr*.dat files:

        Del "%ALLUSERSPROFILE%Application DataMicrosoftNetworkDownloaderqmgr*.dat"

Step six: Press enter after typing the following command:

        cd /d %windir%system32

Step seven: Reregister the files for BITS and Windows Update that you stopped in step three. To do this, type the following commands, selecting Enter after each command:

        regsvr32.exe atl.dll

        regsvr32.exe urlmon.dll

        regsvr32.exe mshtml.dll

        regsvr32.exe shdocvw.dll

        regsvr32.exe browseui.dll

        regsvr32.exe jscript.dll

        regsvr32.exe vbscript.dll

        regsvr32.exe scrrun.dll

        regsvr32.exe msxml.dll

        regsvr32.exe msxml3.dll

        regsvr32.exe msxml6.dll

        regsvr32.exe actxprxy.dll

        regsvr32.exe softpub.dll

        regsvr32.exe wintrust.dll

        regsvr32.exe dssenh.dll

        regsvr32.exe rsaenh.dll

        regsvr32.exe gpkcsp.dll

        regsvr32.exe sccbase.dll

        regsvr32.exe slbcsp.dll

        regsvr32.exe cryptdlg.dll

        regsvr32.exe oleaut32.dll

        regsvr32.exe ole32.dll

        regsvr32.exe shell32.dll

        regsvr32.exe initpki.dll

        regsvr32.exe wuapi.dll

        regsvr32.exe wuaueng.dll

        regsvr32.exe wuaueng1.dll

        regsvr32.exe wucltui.dll

        regsvr32.exe wups.dll

        regsvr32.exe wups2.dll

        regsvr32.exe wuweb.dll

        regsvr32.exe qmgr.dll

        regsvr32.exe qmgrprxy.dll

        regsvr32.exe wucltux.dll

        regsvr32.exe muweb.dll

        regsvr32.exe wuwebv.dll

Step eight: Reset Winsock in Command Prompt by typing the following command, then selecting Enter:

      netsh winsock reset

Step nine: Configure proxy settings in Windows 10 with the following command, then press Enter:

     netsh winhttp reset proxy

Step ten: To restart the BITS, Windows Update, and Cryptographic service, type the following commands, then press Enter:

        net start bits

        net start wuauserv

        net start appidsvc

        net start cryptsvc

Step eleven: Install the latest Windows Update Agent.

Step twelve: Restart your machine.

Once you’ve restarted your PC, check Windows Update to verify if the error code is resolved. You should now be able to access the latest updates on your device. However, if a problem has arisen and the error code reoccurs, you will need to proceed with a Clean Boot.

Method Three: Download an Automated Tool

If you wish to always have at your disposal a utility tool to fix these Windows 8 and other related issues when they do arise, download and install a powerful automated tool.

Read More
VirtualBox displays Black screen
If VirtualBox suddenly displays a black screen without any text or mouse cursor when you are trying to boot a guest operating system, then read on as this post will guide you in fixing such an issue. This black screen occurs when Windows 10 failed to provide a specific setting that VirtualBox requires. Consequently, you will not be able to install or use any guest operating system in VirtualBox even if your PC has virtualization support, the best thing you can do now is to fix this black screen issue. There are two ways you can fix this black screen in VirtualBox, you can either try to disable Hyber-V or disable 3D Acceleration. For more details, refer to each one of the given options below.

Option 1 – Try to disable Hyper-V

Hyper-V is a built-in virtualization tool available in Windows that helps users in creating a virtual machine as well as install a guest operating system without using any third-party tool like VMware, VirtualBox, and many more. However, the problem with this virtualization tool is that some systems cannot run it and VirtualBox simultaneously which is most likely why the screen abruptly turns into black. Thus, you have to disable Hyper-V to resolve the problem. How? Refer to these steps:
  • In the Start Search, type “Turn Windows features on or off” and then click on it from the results.
  • Once you’ve opened the Windows Features window, remove the checkmark from the Hyper-V box.
  • Click the OK button and then restart your computer.
  • Now try to use VirtualBox again and see if the problem is fixed.

Option 2 – Try to disable 3D Acceleration

The guest operating system will use the host computer’s GPU to render 3D graphics if you enable the 3D Acceleration for the virtual machine. To simply put it, it will enhance the graphics of the virtual machine and will let you use 3D graphics. Although it may seem nice, it can actually cause the black screen to appear as well so you might have to disable it to isolate the problem. In fact, a lot of operating systems have failed to use the 3D Acceleration for the guest operating system because of this black screen issue. To disable it, follow these steps:
  • Open VirtualBox on your computer and select the virtual machine.
  • Next, click on the Settings button and go to the Display section.
  • After that, look for a checkbox named “Enable 3D Acceleration” located on your right-hand side and then uncheck it.
  • Save the changes you’ve made and reboot your PC and see if you can now run the virtual machine without any problem.
Read More
Update cannot currently check for updates
If you receive an error message saying, “Windows Update cannot currently check for updates because updates on this computer are controlled”, while trying to change the Windows Update preferences or manually update, then read on as this post will guide you in fixing it. You can mostly encounter this error in managed systems where an Administrator controls the permission on the operating system. The reason why you are not able to modify the Windows Update preferences or manually update your system is that a group policy prevents you from doing so and that the only user who can do these things is none other than the administrator of the system. Troubleshooting this kind of problem is the same as when you troubleshoot an error message that says, “Some settings are managed by your organization”. In such cases, you need to check both the Windows Update Group Policy and Registry settings. If you’re just a standard user, you have to contact your system administrator regarding this issue and if you are the administrator, you can make adjustments to the system settings via the Registry Editor and the Group Policy Editor. Refer to the instructions given below for detailed instructions.

Option 1 – via the Registry Editor

If you are using the Home edition of Windows 10 and you want to change the policy for non-admin users on your local computer, then you can use the Registry Editor for that. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “Regedit” in the field and hit Enter to open the Registry Editor.
  • After that, navigate to the following registry key:
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows
  • From there, look for the key named “WindowsUpdate” in the Windows folder and if it does not exist, you can just right-click on the Windows folder and select New > Key.
  • Now name the new key “WindowsUpdate” and create a new sub-key under the newly created key and input “AU” as its name.
  • Keep AU selected and then right-click anywhere in the right pane and select New > DWORD (32-bit) Value.
  • Then name the Value as “AUOptions” and right-click on AUOptions and select Modify.
  • Next, change the value of the Value data to “5” and click OK to save the changes made to the settings. Note that the Value Data of 5 refers to the policy to allow the local admin to choose the setting.
  • Now restart your computer once you’re done and check if non-admin users can now modify the Windows Update settings or update Windows.

Option 2 – via Group Policy Editor

  • Tap the Win + R keys to open the Run dialog box and then type “gpedit.msc” and hit Enter to open the Group Policy Editor.
  • Next, navigate to this folder: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
  • Now look for the “Configure Automatic Updates” policy on the right pane and double click on it to open its Properties.
  • After that, shift the Radio button to “Enabled” and from the drop-down menu for Configure automatic updating, select option 5: Allow local admin to choose the setting.
  • Then click on Apply and OK to save the changes made to the settings.
  • Restart your computer and check if the problem’s fixed or not.
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