Logo

How to Fix Windows 10 Error 0x8007007b

Error code 0x8007007b - What is it?

Error code 0x8007007b will present itself when Windows users are trying to activate Windows. You may try to activate it through the update and security option, but it is likely that you will receive the same error code. Error code 0x8007007b may be presented when Windows 7 and Windows 8.1 users try to upgrade and activate Windows 10 on their computer.

Common symptoms include:

  • An error message will display that says Windows cannot be activated. The KMS host cannot be located in the DNS, please have the system administrator verify that the KMS is published correctly in DNS.
  • Error 0x8007007b will be displayed, stating that the file or directory name or the volume label syntax is not correct.

Solution

Restoro box imageError Causes

There are multiple causes for the user to see this error code, including if a user is using volume-licensed media while installing a number of various Windows operating systems. This error may also be caused because the activation wizard cannot connect to a KMS host computer. It is likely that if the user has a volume-licensed form of media, they were likely given a MAK (multiple activation keys).

Further Information and Manual Repair

There are several ways to go about repairing error code 0x8007007b. It is important to try all of the methods, but if it is too difficult or you do not know what you are doing, please do contact a Windows repair technician. They will likely be able to fix the problem with ease.

Method One: Instead of KMS activation, use a Multiple Key Activation

When KMS activation is not used, and when there is not a KMS server, the product key type should then be changed to a MAK. For MSDN (Microsoft Developer Network) or TechNet, the SKUs that are listed on the media are generally volume-licensed media, and that means that the product key that is supplied is a Multiple Activation Key.

To change the KMS to a MAK, click Start, All Programs, Accessories, and then right-click on Command Prompt. Click Run as Administrator. If prompted for a password or confirmation, enter it now.

When the command prompt opens, type in the following command, and press enter after:

slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx (these x's are representative of the MAK product key).

Method Two

While on the desktop, press the Windows key and R. The Run window should appear, and then you should enter the following command: Slui 3. Press Enter and then wait for the window to appear. This window will ask for the operating system activation product key. Enter the product key and then press the Activate button. Reboot the computer. Now the Error Code 0x8007007b should be gone.

Method Three

Open the Command Prompt with access as administrator as mentioned previously. Enter the following command: sfc /scannow. The command will then complete its task. This will take a good bit of time, so leave the computer to do its work. The sfc must finish the scan. When the scan has finished, reboot the computer. Now you can check for activation. The error code should be gone.

Method Four: When the client can't locate a KMS host on the network to complete activation

This method for correction should be used when the network does have a KMS host computer setup, and the client is not able to locate the KMS host on the network to complete activation.

To verify that the computer does in fact have the KMS host installed. Click Start, All Programs, Accessories, and then right-click on Command Prompt. Run as administrator. If you are now prompted to enter a password or confirmation, do so. When the command prompt box comes up, type in the following command, and then press Enter: nxlookup -type=all_vlmcs._tcp>kms.txt

The command will generate a file, open this KMS file. The file will contain one or more entries. As a default, the KMS host server will dynamically register a DNS SRV server evidence once every 24 hours. In order to check the registry to ensure that this is happening, follow these steps:

  • Click Start, type in regedit, and then press Enter.
  • Locate the key HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSL and then click on it.
  • The DisableDnsPublishing subkey should be present and have a value of 1. If it is missing, create a DWORD value by right clicking DisableDnsPublishing, click Modify, in the Value Data box type in 0, and then click Okay.

Method Five: Use An Automated Tool

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

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Fix Windows Update Error 0x8000FFFF
If you are running Windows Update on your Windows 10 computer and you suddenly encounter error code 0x8000FFFF, E_UNEXPECTED – Unexpected failure then read on as this post will give you a couple of suggestions to resolve this problem. Note that you can encounter this error not only on Windows Update but also on Microsoft Store apps at times. Follow the options given below to fix error code 0x8000FFFF, E_UNEXPECTED – Unexpected failure error on your Windows 10 PC.

Option 1 – Try to reset the Microsoft Store cache

Just like browsers, Microsoft Store also caches as you view apps and games so it is most likely that the cache is no longer valid and must be removed. To do so, follow the steps below.
  • Right-click on the start button and click on Command Prompt (administrator).
  • Next, type in the command, “wsreset.exe” and tap Enter. Once you do, the command will clear the cache for the Windows Store app.
  • Now restart your PC and afterward, try opening Microsoft Store again.

Option 2 – Check the Cryptographic Service

  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter or click OK to open Services.
  • From the list of Services, look for the Cryptographic Service. Then right-click on it and select Properties from the context menu.
  • After that, check if the service is started by checking the Service status. If it is started, click on the Stop button to stop the service and if it is already stopped, leave it as it is, at least for now.
  • Next, make sure that the Startup type menu in the Service’s properties is set to Automatic before you go on.
  • Now confirm any dialog boxes that may appear as you set the Startup type and then click on the Start button located in the middle before you exit Properties.

Option 3 – Delete the contents in the Software Distribution folder and Catroot2 folder

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer, and then try to run Windows Update once more.

Option 4 – Check the Root Permissions

You might also want to check the permissions on the root of C: and make sure that “BUILTINUsers have read access because if it doesn’t, then no wonder why you’re getting the error code 0x8000FFFF.

Option 5 – Try to use the Media Creation tool

The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
  • After making the bootable drive, you need to plug it into your computer and then reboot.
  • Next, tap the F10 or Esc key to open the boot options.
  • Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.

Option 6 – Try installing the updates in a Clean Boot State

It could be that some third-party application is the one that’s causing the problem so it’s best if you put your computer in a Clean Boot state. During this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
  • 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” checkbox 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” checkbox.
  • 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 install the Windows app again.
Note: If you are able to install the app without any trouble at all then it means that the error is caused by some third-party application in your computer. You need to look for the culprit and uninstall it once you found it.

Option 7 – Run the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like error code 0x8000FFFF. 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.
Read More
Common Outlook Errors

Most Common Microsoft Outlook errors

When you have a program, you know before you even start to use it or even know how that you are going to have problems with it. There are always going to be error messages and things that don’t work on any program you buy or download; guaranteed. Even some of the most famous program developers in the world make mistakes from time to time and it is a small price to pay for the programs you get and that is a fact. Microsoft Outlook is like any other program; it has its errors. Here are some of the most common errors for Microsoft Outlook on your computer.

1. Problem receiving emails

Sometimes you can be waiting on really important emails. It is really infuriating when you know that they have been sent, however every time you check your email box, there is nothing there! Your inbox is empty and your patience is wearing thin, so could it possibly be an error with Microsoft Outlook? There is a high probability that this is the problem. The program can be a bit slow on receiving emails sometimes, often even by days. This can be caused by any number of things, from having too many emails coming through or having too many emails in your inbox. If you click ‘send and receive’ at the top, it should speed up your emails coming through, however, so give that a try if you’re waiting on anything to come through. If this doesn’t work, however, your inbox may be full. Try permanently deleting some useless messages and then click ‘send and receive’ again. All your emails should come through then!

2. General slow performance

Outlook, while it has its advantages, can often be very slow. It is probably slower than some other email programs that require a browser but it is quicker to access, which may make up for this fact. However, sometimes sluggish performance can be really irritating, so it may be wise to try and fix it if you can. One of the reasons it may be acting slow is if you have too many other Windows applications open. Applications that may interfere with your Outlook’s speed could be anything from Microsoft Word to Windows Live Messenger. If any of these are open, try closing them and see if that helps with the speed problem.

3. Corrupt files

.dbx files are not accessible by Microsoft Outlook. Therefore, they can cause problems with your emails if you have them within them. To solve this problem, you may have to delete all of your attached email accounts and then reattach them before you can open your emails again. These corrupt files can also cause you to be unable to delete emails. You will need to transfer these deleted corrupt files into a separate deletion folder as this is usually caused by the folder being corrupt. Of all the other most frequent problems with Microsoft Outlook, however, this is probably the least likely to happen, which shows how few problems there actually are with this application after all that!

Conclusion

So there are the most common problems with Microsoft Outlook! Not much wrong at all, is there?
Read More
What happened to Facebook and why it is down?
Usually when online service is not working or when something goes wrong online it is DNS, well that is what most of the time is the case. And yes, DNS or Domain Name Server seems to be an issue with Facebook being completely down along with Instagram and wassap. facebook downThe true cause is that there is no working Border Gateway Protocol (BGP) routes into Facebook's sites. BGP is the standardized exterior gateway protocol used to exchange routing and reachability information between the internet top-level autonomous systems (AS). Most people, indeed most network administrators, never need to deal with BGP. Cloudflare VP Dane Knecht was the first to report the underlying BGP problem. This meant, as Kevin Beaumont, former Microsoft's Head of Security Operations Centre, tweeted, "By not having BGP announcements for your DNS name servers, DNS falls apart = nobody can find you on the internet. Same with WhatsApp btw. Facebook has basically de-platformed themselves from their own platform." Many people are very annoyed by this and with the fact that they cannot use their social media platforms but it seems that Facebook employees are in even bigger annoyance as it was reported that Facebook employees can't enter their buildings because their "smart" badges and doors were also disabled by this network failure. If true, Facebook's people literally can't enter the building to fix things. Reddit user u/ramenporn, who claimed to be a Facebook employee working on bringing the social network back from the dead, reported, before he deleted his account and his messages: "DNS for FB services has been affected and this is likely a symptom of the actual issue, and that's that BGP peering with Facebook peering routers has gone down, very likely due to a configuration change that went into effect shortly before the outages happened (started roughly 1540 UTC). There are people now trying to gain access to the peering routers to implement fixes, but the people with physical access is separate from the people with knowledge of how to actually authenticate to the systems and people who know what to actually do, so there is now a logistical challenge with getting all that knowledge unified. Part of this is also due to lower staffing in data centers due to pandemic measures." Ramenporn also stated that it wasn't an attack, but a mistaken configuration change made via a web interface. Both BGP and DNS are down, the "connection to the outside world is down, remote access to those tools don't exist anymore, so the emergency procedure is to gain physical access to the peering routers and do all the configuration locally." Technicians on site don't know how to do that and senior network administrators aren't on site. It seems that it will all be down for a couple of more hours before the issue is resolved.
Read More
Using ???? and other emoji in Windows
Did you know you can use emoji in file names inside Windows 10? It is no secret that emojis are basically everywhere and Microsoft has seen this and integrated them into Windows itself, so you can name files using emojis or combine them with text. Placing emojis in file names or in the text is extremely easy, all you have to do is press ⊞ WINDOWS + . and the emoji dialog will open from where you can find which emoji you would like to use. And that's it, you just used emoji for the file naming.

!!!NOTE!!!

In theory, some applications may not like these emojis if they don’t support Unicode characters. However, modern applications are designed to work with a broad set of languages that should properly support emojis. For example, the classic Windows Command Prompt can’t see emoji characters in file names properly, but both PowerShell and Microsoft’s new Windows Terminal can display them properly. If you do run into a problem, you can always open File Explorer and rename the affected files and folders to remove the emoji characters. You can then use those files in applications that don’t properly support emoji file names.
Read More
Could not configure one or more components
If you are trying to install or upgrade your Windows 10 computer but suddenly encountered an error message saying, “Windows could not configure one or more system components”, read on as this post will show you how you can fix the problem. You are not alone in experiencing this problem as other users also reported having the same scenario. Some of them reported getting the following error message:
“Windows could not configure one or more system components. To install Windows restart the computer with error code 0xc1900101-0x30018.”
When you check on the Windows 10 rollback log, you will see a part with the “iisetup.exe” that’s related to the abort. Usually, the upgrade process completes over 50% and gets stuck and then rolls back later on and generates the error logs. This kind of error, in most cases, appears during the upgrade of Windows 10 and is related with the Internet Information Services or IIS in Windows 10. For some unknown reason, it restricts the installation or the upgrade which causes the error to appear. To fix the “Windows could not configure one or more system components” error, you can try to remove the IIS from the Windows Features or rename the “inetsrv” folder. You could also move all the folders related to IIS to another drive. For more details, refer to the options provided below.

Option 1 – Try to remove the IIS from Windows Features

The IIS is installed from the Windows Features and you can find it at Control Panel > Programs. From there, uncheck the checkbox for the Internet Information Services. Once done, click on the OK button to save the changes. Note that this process will get rid of all the related programs, services, and folders from Windows 10. So if you want to, you can just install them later on or use an offline installer from the official site of Microsoft.

Option 2 – Try renaming the inetsrv folder

The next option you can check out to resolve the problem is to rename the “inetsrv” folder. If you have uninstalled IIS from the Windows Features, this should remove the folders as well, however, it didn’t remove the folder then you have to delete the folders that are related to the IIS by following these steps:
  • First, you have to boot into the Advanced Recovery Mode and from there, open Command Prompt.
  • Next, execute this command to rename the folder from this location, C:Windowssystem32inetsrv: rename C:/Windows/system32/inetsrv/inetsrv.old
  • Once done, boot into your computer normally and try to upgrade Windows 10 again, and check if the problem is fixed or not.

Option 3 – Try to move the folders related to IIS to a different drive

  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • Next, look for the Application Host Helper Service from the list of services and stop it.
  • Once done, take ownership of the “WinSxS” folder and then move the *windows-iis*.*” folders to another drive. You can just search using the “*windows-iis*.*” keyword in the Start Search.
  • Next, tap the Ctrl + X keys and paste the folders to another drive.
  • After that, start the update process for Windows 10 again.
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
Fix Err Connection Timed Out issue in Chrome
If you are using Google Chrome browser in surfing the web, you might have experienced a situation where you’re trying to connect to a website but were unable to since Chrome failed to fetch the website to the browser and throws an error that says, This webpage is not available – Err Connection Timed Out. Aside from an issue with the network connection, there are also other reasons why this error suddenly shows up, read on to fix it. There are times when the Windows computer is responsible for this kind of issue. And it can happen not just to Google Chrome but to other browsers as well. To resolve this issue, here are some suggestions that might be of help.

Option 1 – Try checking the network cables and then restart your router and reconnect

The first thing you can do is to check if all the network cables are properly connected be it to your computer or to the router. And if your computer is connected via Wi-Fi, you need to restart your router once. And of course, you can always opt to forget the Wi-Fi details and then reconnect again just make sure that you know the password.

Option 2 – Check the Windows Host file

You can also try to cross-check the Windows Hosts file to find out if the website you are trying to open has been blocked because if it is, then it’s no wonder why you’re getting the ERR CONNECTION TIMED OUT error in Chrome. There are instances when some third-party application modifies the file and adds some websites to the blocklists. So if the website is indeed blocked, you need to remove it from the list.

Option 3 – Try removing Proxy

Removing the Proxy might also help you in fixing the ERR CONNECTION TIMED OUT error. Here’s how you can do it:
  • 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 4 – Try to clear the browsing data of Google Chrome

If your browsing data in Chrome hasn’t been cleared for some time now then that might be the reason why you’re suddenly getting the ERR CONNECTION TIMED OUT error when you browse the web. To fix this error, you need to clear your web browsing data. Refer to the following steps to do so.
  • Tap the Ctrl + Shift + Delete buttons to go to the Clear browsing data section in Chrome.
  • Next, set the time range to “All time” and tick all the boxes and then click on the Clear data button.
  • After that, restart the Chrome browser and try to open the website you were trying to open earlier.

Option 5 – Flush the DNS and reset TCP/IP

You might also want to flush the DNS and reset TCP/IP as it could help in fixing the ERR CONNECTION TIMED OUT error. To do so, refer to these steps:
  • Click the Start button and type in “command prompt” in the field.
  • From the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
    • ipconfig /release
    • ipconfig /all
    • ipconfig /flushdns
    • ipconfig /renew
    • netsh int ip set dns
    • netsh winsock reset
After you key in the commands listed above, the DNS cache will be flushed and the Winsock, as well as the TCP/IP, will reset.
  • Now restart your computer and open Google Chrome then try opening the website you were trying to open earlier.

Option 6 – Run the built-in Malware Scanner and Cleanup Tool in Chrome

In case you don’t know, there is actually a built-in malware scanner and cleanup tool in Chrome that helps you get rid of any unwanted ads, pop-ups, and even malware, as well as unusual startup pages, toolbars, and other things that could affect the performance of the browser.

Option 7 – Reset Chrome

Resetting Chrome can also help you get rid of the ERR CONNECTION TIMED OUT error. Resetting Chrome means restoring its default settings, disabling all the extensions, add-ons, and themes. Aside from that, the content settings will be reset as well and the cookies, cache, and site data will also be deleted. To reset Chrome, here’s what you have to do:
  • Open Google Chrome, then tap the Alt + F keys.
  • After that, click on Settings.
  • Next, scroll down until you see the Advanced option, once you see it, click on it.
  • After clicking the Advanced option, go to the “Restore and clean up the option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
  • Now restart Google Chrome.
Read More
Cortana can’t connect to the Internet
One of the most sophisticated Artificial Intelligence or AI assistants there is in the market is Cortana. However, no matter how sophisticated this AI assistant may be, there are still times when you encounter issues with it. So if your Cortana is not connecting to the internet, worry not for this post will guide you in fixing the problem. This connection issue in Cortana might have something to do with the settings, network connectivity, or your Microsoft account. In addition, it could also be that the Firewall or antivirus program interferes with its connection. Whichever the case is, here are some possible solutions that could help you resolve the problem.

Option 1 – Try to power cycle the modem, router, and computer

  • Connect the modem, router, and the PC hard-wired and then switch all of these three devices off.
  • Turn on the modem and wait for 30 seconds.
  • Turn on the router and wait for 30 seconds as well.
  • Finally, turn on the computer and check if you can now successfully connect to the internet.

Option 2 – Check if your router or ISP is properly working

Since the basis for this issue is that Cortana is not connecting to the internet even though you are able to access websites using your browser, you might want to check your router or ISP (Internet Service Provider) and see if they’re functioning properly.

Option 3 – Try changing your internet connection

You can also try changing your internet connection and see if it fixes the problem. If you are using Ethernet, you can try connecting to a Wi-Fi connection and see if Cortana is able to connect or not.

Option 4 – Try to run the Search and Indexing troubleshooter

You might also want to run the Search and Indexing troubleshooter in Windows 10 as it checks whether the settings for Cortana are in place and automatically corrects any issues if the update or software installation has changed the settings. To run it just click on the Start button and select Settings > Updates and Security > Troubleshoot. From there, select the Search and Indexing Troubleshooter. Note: You can also run the Network Troubleshooter as it can also help in resolving the issue especially if the problem is in the network.

Option 5 – Try to remove Proxy

Removing the Proxy might also help you in fixing the connection issue in Cortana. Here’s how you can do it:
  • 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 6 – Verify your Microsoft account

In some cases, Cortana might not be able to connect to the internet because your Microsoft account is no longer verified. This usually happens when you use a two-step authentication system with your Microsoft account. To verify it, just open Settings and click on Accounts. After that, check if you have a Verify hyperlink under your Microsoft account or not then click on Verify. Afterward, follow the next on-screen prompts to verify your Microsoft account. Once your account is verified, restart your computer.

Option 7 – Try resetting Cortana

  • Open Cortana and go to the Settings section where you’ll see the “Turning off Cortana clears what Cortana knows on this device, but won’t delete anything from the Notebook. After Cortana is off, you can decide what you’d like to do with anything still stored in the cloud” option. Turn this option off.
  • Restart your PC.
  • After your computer boots, launch Cortana again and check.

Option 8 – Try to reinstall Cortana

If none of the options given above works, you must consider reinstalling Cortana.
  • First, right-click on the Start button and click on the Windows Powershell (Admin) option from the list.
  • Next, type the following command and hit Enter to execute it:
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  • Restart your computer and check if Cortana is now able to connect.
Read More
How to Fix Error Code 0x8007232B

Error Code 0x8007232B (Code 0x8007232B) – What is it?

Error code 0x8007232B (Code 0x8007232B) is an error that occurs when you attempt to activate Windows Server 2008 or Windows Vista.

Common symptoms include:

  • Attempting to activate Windows 7, Windows 8, or Windows Server 2012 and you receive an error message.
  • The error message says: “Windows could not be activated. Key management services host could not be located in domain name system, please have your system administrator verify that a KMS is published correctly in DNS”
  • The error message says “The directory name, file name, or volume label syntax is incorrect”.

Error Causes

  • Error Code 0x8007232B occurs when you attempt to use media that is volume licensed to install: Windows 8, Windows 7, Windows Vista Enterprise, Windows Vista Business, Windows Server 2012, Windows Server 2008, Windows Server 2008 R2.
  • This error code also occurs when the activation wizard is unable to connect to a Key Management Service host computer.

Further Information and Manual Repair

Error code 0x8007232B can be seen when you are trying to activate windows, on several different operating systems. This problem can usually be easily corrected, but in the event that it can't, please contact a computer repair technician. When you try to install any of the previously mentioned Windows products, they use a generic product key to install the volume-based license software. If you do have a KMS host computer configuration and see these error codes, that means the correct DNS entries are not being seen on the computer. If there is not a KMS host computer setup, you need to do this setup, otherwise switch to a MAK product key method, and activate the volume license installation that way.

Method One:

Using a Multiple Activation Key as opposed to KMS activation

  1. Click the Start icon, click on All Programs, click on Accessories, right-click on Command prompt.
  2. Click on “Run as administrator”. Type in the password or provide confirmation if prompted for administrator password or confirmation.
  3. When asked for the command prompt, enter in the following and then hit the Enter buuton: slmgr -ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx  Note: this placeholder represents the MAK product key.

Method Two:

Configure a KMS host server for the clients to activate against.

A KMS host server needs to be configured for the clients to activate against. When there are no KMS host servers configured near you, install and activate a KMS server key. After this, configure a computer on the network to host this KMS software and publish the Domain Name System (DNS) settings.

Method Three:

When the client cannot locate a KMS host on the network for activation:

1. Verify that your computer has the KMS host installed and activated by using a KMS key that is registered in DNS. You will follow these steps to do that:

  1. Click the Start button, click on All Programs, click Accessories, and then right-click on Command Prompt.
  2. Click on Run as Administrator. Type the password or provide confirmation if you are asked for an administrator password or for confirmation.
  3. In the command prompt box, type the following command and press ENTER: nslookup -type=all _vlmcs.tcp>kms.txt
  4. Then open the KMS.txt file generated by this command. The file will contain at least one entry that relays the SRV service location.

2.  A KMS host server registers a DNS SRV record once every 24 hours by default. You should check the registry to see if the KMS host server is registering with the DNS. Follow these steps to do so:

  1. Click on Start, type in regedit, and then press Enter.
  2. Locate HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsNTCurrentVersionSL and then click on it.
  3. The KMS server does not register in DNS if the DisableDnsPublishing subkey is existing and has a value of 1. If this subkey is missing altogether, create a DWORD value called the DisableDnsPublishing. If the dynamic registration is suitable, the subkey value should be changed to 0. Right-click DisableDnsPublishing, click on Modify, enter 0 into the Value data box, and click OK.
Read More
Configuring Groove Music Equalizer in Windows
In case you don’t know, Groove Music is due to retire its OneDrive streaming service this month. Despite that being the case, there is actually a workaround you can try to still continue enjoying music streaming. The app also allows you to play your own local files and if required, you can also modify or tailor the experience with new features – for instance, Groove Music brings an Equalizer to the settings of the app. As the name suggests, the equalizer allows you to tweak frequency responses to your liking. On top of being able to tweak individual bands, the equalizer supports few pre-set settings to enable quick changes. This post will guide you on the process of accessing and using the equalizer in the Groove Music app. To get started, refer to the instructions provided below. Step 1: You need to make sure that you are running the latest version of the Groove Music app or version 10.18011.1211.0 or higher in order to use the equalizer in Groove Music. If needed, you can check the version number from Windows Store. Step 2: Open Windows Store and then click on the ellipses icon and select the Downloads and Updates option. Step 3: Next, search for Groove Music and check its version number. Step 4: Now that you’ve verified the version number of Groove Music, you need to open the equalizer setting. It is enabled by default and to access it, click on the gear icon for Settings and select equalizer under the Playback settings. Step 5: After that, the Equalizer window will pop up. It is where you can configure the equalizer settings using the drop-down menu. Here are the following presets you can choose from:
  • Flat
  • Treble Boost
  • Bass Boost
  • Headphones
  • Laptop
  • Portable speakers
  • Home Stereo
  • TV
  • Car
  • Custom
Step 6: Drag the dots upwards or downwards to set your own preferences, as needed. Note: The only downside to this setting is that there is no shortcut available for quick access as you have to navigate through the Settings section manually to access it and change the preset configurations. In addition, the Groove Music app also works on the mobile version of Windows 10.
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