A recent update in Windows 10 has caused a couple of glitches. One of these glitches is having trouble signing into Windows 10. Some users reported that they were not able to sign in to their computers using a PIN and they weren’t also able to reset it either. If you are one of these users, then you’ve come to the right place as this post will help you resolve issues that you are having in signing in to your computer using your PIN or fingerprint with Windows Hello.
When you encounter this issue, you will get an error message on your screen stating:
“Your PIN is no longer available due to a change in the security setting on this device on this device.”
To resolve this problem, you need to follow the steps laid out below carefully.
Step 1: The first thing you need to do is to make sure that you are using an administrator account. After signing in as admin, tap the Win + E keys to open the File Explorer.
Step 2: After that, under the View menu, enable Hidden items.
Note: From there, you should see a folder named “Ngc”. This folder might be the one that’s causing the problem so you are going to fix it by making some changes. This folder contains all the files responsible for any PIN-related settings. So if you are not able to access the Ngc folder, or it has gotten corrupted for some reason during an update here’s how to fix it.
Step 4: Try opening the Ngc folder. If you are able to open it, just skip to step 11 but if you can’t open it and you got the “Permission Denied” error message, proceed to the next few steps.
Step 5: Right-click on the Ngc folder and select Properties.
Step 6: Under Properties, go to the Security tab and click on the Advanced button.
Step 7: Next, click on the Change link which corresponds to the Owner field.
Step 8: Then click on Object Types and ensure that everything is selected.
Step 9: After that, enter your username in the field. You can just use the email that corresponds to your Microsoft account or you can also use the Check Names button to verify it. Now click OK.
Step 10: You should now see a change in the owner's name. Just make sure that you enable the checkbox below it which is labeled, “Replace owner on subcontainers and objects” and then click Apply and close everything.
Step 11: Next, try opening the Ngc folder again. You should now be able to access it. After opening the folder, delete all of its contents and make sure that it’s empty.
Step 12: Restart your PC. After your computer has booted, go to the Account Settings and try setting up a new PIN. You should now be able to set up a new PIN and use it to sign in to your PC.
As you know, storage devices are an important part of the computer system for porting, saving, and extracting data files. And for you to differentiate between storage devices on your computer system, each one of the storage devices is labeled with a unique number referred to as Disk Signature for identification.
The unique disk identifier is stored as a part of the MBR or Master Boot Record. Disk signature is used by operating systems in order to identify and set apart different data storage devices and hard disk drives in the computer for data access.
These days, Disk cloning has become a regular practice in upgrading to larger hard disk drives. Drives are cloned in order to produce a similar copy to use both the original drive and cloned copy together. Moreover, lots of virtualization tools are being used to virtualize the physical hard disk drives to create virtual hard disk drives and several virtual machine clones that are created with the existing virtual hard disk drives. And since these are identical copies, chances these copies may have identical disk signatures. As a result, when you use both disks that have identical signatures at the same time you run into the Disk Signature Collision problem. This kind of problem does not often occur as the Windows system does not really allow two disks to function simultaneously when they have the same disk signature.
When you encounter a Disk Collision problem in your Windows 10 computer, you may see the following error messages:
The boot selection failed because a required device is inaccessible
The disk is offline because it has a signature collision
This disk is offline because it has a signature collision with another disk that is online
You can fix the disk collision problem by changing the disk signature which you can achieve using the command line utility diskpart in Windows PowerShell or Command Prompt or using Windows Disk Management utility.
To fix the disk collision problem, you can make use of the command-line utility called diskpart in Windows PowerShell or Command Prompt to view and change the signature, or can make use of Master Boot record in the Windows Registry. You can also make use of Windows Disk Management Utility to change the signature. Simply follow the given options below to change the disk signature either way.
Option 1 – Change Disk Signature via Diskpart
Type “command prompt” in the Windows Search bar and then right-click on the related search result and select the “Run as administrator” option.
After that, type the “diskpart” command and hit Enter to open Diskpart.
Next, type the “list disk” command to display all the disks available in the system.
Next, take note of the problematic disk number with the status Offline from the list and then type the “Select disk x” command where x is the offline disk to select the offline disk. For instance, if you type “select disk 1”, it will display the “Disk 1 is now the selected disk” message.
Now type the “Uniqueid disk” command to display the disk signature and to change the disk’s signature and set the disk online, type the “unique disk ID= (New signature)” where (New signature) is the new ID in hexadecimal. For instance, you can set the new id as “unique disk ID= 1456ACBD”.
Note: If you have given the wrong format ID, the command prompt will display the following error:
“The specified identifier is not in the correct format. Type the identifier in the correct format: in hexadecimal form for an MBR disk or as a GUID for a GPT disk.”
After you’re done, the disk will be online, and then restart your computer.
Option 2 – Change Disk Signature via Disk Management Utility
Tap the Win + R keys to open the Run dialog box and then type “diskmgmt.msc” and hit Enter or click OK to open Disk Management.
Next, right-click on the disk that is marked as Missing or Offline.
After that, select the Online command from the drop-down menu.
Then from the selecting option Online, Windows will generate a new disk signature.
Error code 0x8007267C is specific to Windows 10. This error is triggered when no DNS server is currently configured in your network settings during the Activation process. If you are fairly confident in your ability to address command-line tools and networking issues, you can follow the steps below to try to remedy the error code on your own. If not, you may need to contact a qualified technician in order to resolve the error successfully.
Solution
Error Causes
The cause of Error Code 0X8007267C within the Window 10 system is fairly straightforward. Windows Activation requires a valid DNS server to be configured in order to complete the Activation process; if one is not available or properly configured, then you may see this error code and Activation will fail.
Further Information and Manual Repair
The following methods may help you to resolve this error, but you’ll need to have some familiarity with command-line tools to complete the steps successfully. If these methods do not work or if you are uncomfortable in using the command prompt, you may need to consult a technician to fully resolve this particular error code on the Windows 10 system.
Method 1: Register a DNS server within your network properties and test the connection.
In order to resolve this error code, client connectivity to a DNS server must first be established. The following steps may help you to determine the root problem with your connectivity status:
Open a command prompt, after which you'll run IPCONFIG /all
Verify the following values: The IP address that has been assigned, the DNS server, the subnet mask, and the default gateway. Compare each to ensure that all are set with the values that correspond to your specific environment
Check for basic IP connectivity to the DNS server using the PING command. In using the PING command, utilize the address of the DNS server found in Step 1
ping <DNS Server IP address>
If basic connectivity to the DNS server in question is failing, then you will need to resolve that issue before going further in the process.
After troubleshooting the above basic connectivity issues to the DNS server, you can reattempt Windows Activation by using the command below from within an Elevated Command selection:
cscript windowssystem32slmgr.vbs -ato
If the steps above did not work for you, you may want to try the steps found in method 2.
Method 2: Use phone-based authentication with a MAK (multiple activation key).
If a DNS server is not connected to your network, you can use an alternative method to complete the Windows Activation process. Bypass Method 1 by using a MAK product key instead to activate the volume license installation. Certain MAK product key providers have a variation on the specific key numbers that you will need to use. If you are using TechNet media or MSDN media, you will have to change the product key listed to the product key provided. The product keys provided by either TechNet media or MSDN media for Windows Server 2008 or for Windows Vista Enterprise will be the MAK product key that you will enter in a later step.
Like the previous method, you will need to have some familiarity or confidence in your ability to operate Command Line tools before proceeding. Once you have found your MAK product key, you’ll need to open a command prompt and use the following command to change the product key to match the MAK product key, which should look something like the example below:
slmgr –ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
After completing the product key change, use the following command to initiate the phone activation wizard, thereby completing the activation of the system:
slui 04
The activation wizard should be able to walk you through the remainder of the process in a step-by-step manner. In addition to appearing as an error code in Windows 10, this particular error may apply to multiple versions of Windows, including:
Windows 7 Enterprise
Windows 7 Enterprise E
Windows 7 Enterprise N
Windows 7 Professional
Windows 7 Professional E
Windows 7 Professional N
Steps to address the error code may be different in any of these other versions of Windows. If you have difficulty in resolving the error effectively, seek professional technical help.
Started as an internal network and has slowly expanded since 1960 internet has taken over the world. In the beginning, it was a means of information change but in the modern age you can run applications and virtual machines over the internet, you can stream video and audio, and you can communicate in real-time with someone on the other side of Earth.
With the internet growing so fast in such a small amount of time it is only logical and wise to take a step back and take a good look at what it offers now, what are great things about it and what are some of the worst.
Good sides of the internet
Information
There are a lot of advantages of the internet, first and foremost is information. Internet was made as an information exchange service and even today you can find a lot of various information about various topics that interest you. A site like Wikipedia is a completely free online encyclopedia and a lot of news companies have their own internet sites where you can find free information and news.
On the other hand, there are also websites like udemy, edx, Coursera, and many others that will offer you the education, some for free, some for money but you can get a glimpse and part of university quality education for just a fraction of price.
Online shopping
Sites like Amazon have used the internet and launched themselves as today's multi-billion companies. In today's world, there is not a single thing you can not buy online. Many sites today are going from the large online marketplace where you can find everything to small niche specialized ones. Also every major brand in the world today has its own online store.
Other shops will offer you music, movies, games, etc. Services like steam, xbox pass, sony pass etc, will let you buy games online, other music, movies, and many more.
Streaming services
Days, when you had to buy movies in order to watch them at home, are gone, thanks to the internet we have plenty of streaming services for movies and tv shows as well as ones for music. If you do not want to spend money on actually purchasing things then a good idea is to have a streaming plan set up when you want it.
Email and messaging
Communication is a great thing and since the dawn of mankind people have been talking and sharing with each other, the internet has made it possible to send mail electronically and instantly and modern chat communication is everywhere. We can not just talk with our friends and family that can be on the other side of the world, we can also talk in real-time with the sales representative, with technical service, or attend online classes with a group of people.
Cloud storage services
Saving your pictures in this digital media age on the hard drive can be risky but thanks to modern technologies you can save most of your precious files on cloud servers for safekeeping. From pictures to documents and even other files that you need and want to save. There are some of them that will offer you a free amount and some basic free plans as well.
Bad sides of the internet
Malware, viruses, and phishing
We could not talk about the bad side of the internet if we do not mention its greatest threat. Bad sites, infected software, phishing emails, and many more malicious threats. Problem is that these kinds of tricks and attacks have become more and more sophisticated and harder to detect and avoid.
Pornography
Pornography is bad, having it freely available to children is even worse. Sadly the only way to regulate this is on a computer-by-computer basis by turning on parent control on each one. There are many studies that go into detail about why this is bad, sadly currently there are no effective ways to isolate this content.
No privacy
When we say there is no privacy we do not mean by using social media and not setting your privacy settings altho that also fits in this point, what we are talking about is data mining of your habits and things you do. It is well known that today lot of websites are using some form of AI recommender system in order to tailor your internet experience to suit your needs better. Most of these AI systems are trained by mining your data and analyzing your habits.
If you have 2 google accounts there is a high probability chance that for the same query you will get different results, depending on your so far browsing habits. The same goes for other services as well.
Dark webshops
There are some great things in dark and deep WEB-like sites with true news and information. Even some legit libraries where you can find and download rare books. Sadly as goes with the internet dark and deep WEB also has its well, dark sides, from disturbing content to shops that sell stolen items to straight stealing your money by parading as legit shops but only to steal your money.
Dating sites
We all try to find someone that is perfectly matched with us but using the online dating site has many proven bad effects on psychology. It also devaluates interaction between people and can lower self-esteem.
Bad habits
Since the internet has become wildly available and popular on various devices like tablets and mobile phones more and more people are spending an unhealthy amount of time on it. Harvesting the benefits of the internet is great but find some time for other people as well.
Windows uses 2 types of keys for its activation, KMS or MAK. These keys should work without any issues since they are elevated with higher permissions but in some cases, they are by accident run without their proper permission, and then we have access denied error or error 0x80070005
To resolve this issue please first check if not by any chance your antivirus or firewall is preventing slmgr.bs file to access the right permissions, that being said if the previous solution is not working note that you have to be an administrator of the system or have administrator privileges. As an administrator, you will have to use Software Licencing Management Tool or short SLMGR.VBS, a VBS file in Windows used for its activation purposes.
As an administrator, open Command prompt with admin permissions and then run slmgr.vbs
This will make sure that activation goes through, make sure to use proper options like:
There are times when you might notice that the Drive letter from the File Explorer is missing, right after you install an update in your Windows 10 computer. So if you are facing this issue right now, then you’ve come to the right place as this post will guide you on what to do to fix it.
In case you don’t know, a drive letter represents a single alphabetic character which is through A-Z typically. This could be assigned to a physical disk partition, floppy disk drive or the removal device/ CD-ROM/ mapping network drive in your PC.
In most cases, the drive letter “C:” is assigned to the first disk partition where the running Windows is installed. Thus, if the assigned letter is missing from either the Disk Management or the Windows File Explorer, it could result in inconveniences or will leave the partition inaccessible. To fix this problem, you can try to show the missing drive letters manually or make sure that the drive has a drive letter assigned in the Disk Management as well as assign the letter using a tweak in the Windows Registry. For more details, refer to the options provided below.
Option 1 – Try to show the missing drive letters manually
Open the Folder Options from the Start Search and go to the View tab,
Next, scroll down on the list of given options until you see the “Show drive letters” option and then check the box that’s marked against this option.
After that, click on the Apply and OK buttons and then go back to the “This PC” window. You should now see the drive letters
Option 2 – Make sure that the drive has a drive letter assigned in Disk Management
As you know, every drive is assigned a drive letter in Disk Management. However, if it goes missing, you can still get it back through Disk Management. To do so, follow the steps below.
Open Disk Management and from there, right-click on the menu of a partition or volume and you should see a function named “Change Drive Letter and Paths”.
Note: This function allows you to add the drive letter, remove the drive letter and change the drive letter. If the last option, namely, “Remove”, is selected and applied, the letter of the drive will be removed and won’t appear in Disk Management. Thus, this could be one of the reasons why a drive letter is missing.
You need to click on “Add” to assign a letter to the selected drive in order to reverse the change. Note that you must assign the drive with the original letter because if not, the programs that rely on the original letter might not work as expected.
If the original letter is already taken by a new drive, you need to change the letter of that new drive to another available letter.
Then allocate the released letter of the targeted drive.
Option 3 – Try assigning the letter using a Registry tweak
The next thing you can do to fix the problem is to assign the letter using a tweak in the Windows Registry but before you do that, make sure that you create a System Restore point first, after that, follow these steps:
Tap the Win + R keys to open Run and type “Regedit” in the field and then tap Enter to open the Registry Editor.
Next, navigate to this registry path: HKEY_LOCAL_MACHINESYSTEMMountedDevices
From there, check if a device is shown as being mounted at the specific drive letter and then right-click on that drive letter.
Select the “Rename” option from the right-click menu to change the letter to any other available letter.
Exit the Registry Editor and restart your computer.
Option 4 – Try to format the destination drive
Formatting the drive can also help you resolve the error. To format it, follow these steps:
To get started formatting your drive, tap the Win + E keys and then go to the access page of the drive.
Next, right-click on the drive and select Format.
After that, uncheck the “Quick Format” option and then format your drive properly.
Now once the formatting process is finished, unplug the drive and plug it back in afterward.
Check if the error is already fixed. If the drive is not initialized, tap the Win + R keys and hit Enter.
After opening the Run dialog box, type “diskmgmt.msc” and hit Enter to open Disk Management.
From there, right-click on the drive volume and select initialize disk.
Next, select the correct partition type and proceed.
Overwatch has taken the world by the storm, it introduced new mechanics in gameplay, colorful characters, various game modes and it is constantly updated with new content for free. If you have friends to play with this game is even better but sometimes errors occur and the game loses connection to the game server making it unplayable since it requires a constant internet connection to the server to function.
Keep reading and try provided solutions as they are presented to fix this issue and continue gaming.
Socket Error 10060 is a typical Outlook Express error. This error often occurs when the connection to the server fails. It specifically refers to a timeout while communicating with the email providers servers.
The vast majority of all emails use SMTP for outgoing mail. Socket error 10060 in most instances is related to the SMTP settings for the user’s email.
The error message is sometimes displayed in the following format:
Outlook Express Socket Error10060 - The connection to the server failed Account:’ your account’
Another thing you must know about this error is that it only stops the user from sending emails. This means that you can only receive emails, not send them.
Solution
Error Causes
The cause of this error code is hard to narrow down typically because there are many causes that can trigger the socket error code 10060. Some of the most common causes of this error code are:
Issues in email settings
Authentication settings
Firewall settings
Malware
Though this is not a critical error code it is advisable to fix it immediately without any delays.
This error can hamper your communication via email and slow down your work productivity especially if you use Outlook for communication across the organization.
Further Information and Manual Repair
Here are some of the many methods to fix and resolve this error code. To help you resolve this issue, we have selected and listed down the best, quick, and easy do-it-yourself methods. Try them and repair Socket error code 10060 all by yourself without any professional assistance.
Method 1 - Check the Names of POP3 and SMTP Servers
To begin with, first check the names of the POP3 and SMTP servers to ensure that they are correct. Then check the outgoing SMTP port. Contact your email provider to determine the correct settings.
Sometimes email providers change this value more than any other in their individual settings. Get it verified. Change the settings if needed.
Method 2 - Outgoing SMTP Server Requires Authentication
Sometimes the error code may occur due to authentication issues. If this is the reason then, don’t worry it is easy to fix. Simply go to the settings options and check the box ‘My server requires authentication’.
Once you check the box, try sending the email again. This is most likely to resolve the socket error 10060 on your PC.
Method 3 - Disable Firewall
Your Firewall security may sometimes be the reason for socket error 10060 too. Therefore if after trying method 1 and 2, the error still persists, then it is advisable to disable firewall.
Once you disable it, try sending an email using your Outlook account. If it works, the error is resolved.
Method 4 - Scan for Malware
There is a possibility that the Socket error 10060 is popping on your PC due to malware infection. If so, then it is advisable to download Restoro.
This is a highly functional and a user-friendly PC fixer deployed with a powerful antivirus and several other scanners. Run it on your PC to scan for malware. It detects and removes all types of malware including Trojans, viruses, adware, spyware, and more in seconds.
Click here to download Restoro to resolve socket error 10060 on your system today.
If you’ve tried resetting your Windows 10 computer using the Reset This PC option in order to restore your computer’s factory settings and the process suddenly fails for some reason and you got an error message instead stating, “There was a problem resetting your PC, No changes were made on your Windows 10 computer”, then this post might help you resolve the problem.
Carefully follow each one of the options given below to resolve the “There was a problem resetting your PC error on Windows 10.
Option 1 – Try renaming the System and Software hive
If you’re still able to boot to the desktop of your Windows 10 PC, open an elevated Command Prompt from the WinX menu.
Now use the CD command and change the directory to Windows\System32\config folder. Simply type in the following command and hit Enter:
cd %windir%system32config
After that, you have to rename the System and Software registry hives to “System.001” and “Software.001”, respectively. To do that, just type each one of the following commands and hit Enter after you type each of them.
ren system system.001
ren software software.001
On the other hand, if your Windows 10 PC isn’t able to boot to the desktop, you can just access Command Prompt from the Advanced Startup options or you can also boot into Sage Mode and open Command Prompt from there and then run the given commands above.
Note: If you only want to use the Refresh your PC option, you must only rename System hive and not Software hive. On the other hand, if the Software hive is really corrupted, you might not be able to use the Refresh your PC option in such a case. Thus, you really need to rename the Software hive as well. Once you’ve renamed the Software hive, you won’t be able to use the Refresh your PC option but only the Reset your PC option.
Type “exit” to close the Command Prompt and then restart your PC and try resetting your PC again.
Option 2 – Try to disable and re-enable the Windows Recovery Environment
If the first option didn’t help, you can try disabling the Windows Recovery Environment and then enable it back again. To configure a Windows Recovery Environment or Windows RE boot image and recovery options, you have to use the REAgentC.exe tool.
Tap the Win + S key and type “REAgentC.exe” to open the REAgentC.exe tool.
After that, type the following command and hit Enter to disable the Windows RE:
reagentc /disable
After disabling the Windows RE, you need to enable it back by typing the following command:
reagentc /enable
Option 3 – Try to boot the USB recovery drive
If the two previous options failed, you need to try another workaround which is to boot to the USB recovery drive > Troubleshoot > Recover from a drive. From there, follow the on-screen instructions and you should be good to go.
Keeping your system updated is a must and Windows updates are definitely a great way to do that. These updates are essential since they provide important security and various fixes for bugs in your Windows 10 computer. However, there are plenty of instances when you encounter issues with Windows Updates and one of them is when the Windows Updates turn off automatically at random times.
Some users reported that they saw a notification about Windows Updates being turned off. Note that the issue is not with the update itself since many users turned on the Windows Update and the system was properly updated. The issue is that the Windows Updates turned off all by itself.
There could be several reasons why the Windows Updates turned off by themselves. It could be due to the antivirus program installed on your computer. Antivirus programs are known to cause issues with other programs, Windows updates components included. This can occur due to false positives as well as odd compatibility issues. Aside from antivirus programs, the Windows Update service itself could also be the root cause of the problem. There could be a corrupted file in the Windows Update folder or it could be that the Windows Update service wasn’t started properly. Any of these issues can be resolved by following the troubleshooting options given below. Make sure to follow each one of them carefully for better results.
Option 1 – Try to disable your antivirus program
Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.
Option 2 – Try to make some changes in the Registry
Tap the Wins key once and type in “command prompt” in the field.
From the search results, right-click on Command Prompt and select the “Run as administrator” option to run it with admin privileges.
After that, type the following command and hit Enter again:
sc config wuauserv start= auto
The command you entered will set the Windows Update to auto so you should be good to go.
Option 3 – Try to reset the Windows Update components
If by any chance that the second option didn’t work, resetting the Windows Update components could also help you resolve the problem. How? Refer to the following steps:
Open Command Prompt with admin privileges.
After that, type each one of the following commands and hit Enter after you key in one after the other.
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
Note: The commands you entered will stop the Windows Update components such as Windows Update service, Cryptographic services, BITS, and MSI Installer.
After disabling WU components, you need to rename both the SoftwareDistribution and Catroot2 folders. To do that, type each one of the following commands below, and don’t forget to hit Enter after you type one command after the other.
Next, restart the services you’ve stopped by entering another series of commands. Don’t forget to hit Enter after you key in one command after the other.
net start wuauserv
net start cryptsvc
net start bits
net start msiserver
Close Command Prompt and reboot your PC.
Option 4 – 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. 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.
Microsoft allows its users to download a copy of Windows to install on PCs. However, when you enter the key after the installation and you got the Activation Error 0xC004F212 instead, then it means that the license key and the Windows version you’ve just installed, do not match.
When you encounter this error, you will see the following error message on your screen:
“The product key used on this PC didn’t work with this edition of Windows. Activation Error 0xC004F212.”
Every time Microsoft generates a license for a copy of Windows, it is associated with one particular Windows variant. Windows comes in many editions like Enterprise, Home, Professional, and so on. For instance, if you bought a license for Windows 10 Enterprise but you have installed Windows 10 Professional instead, then the activation will surely fail and you’ll encounter the Activation Error 0xC004F212.
You will be asked to select which edition you want to install when you reinstall Windows 10 using a digital license. If you opted for an edition other than the one you are licensed to use, then you will most likely get the Activation Error 0xC004F212. If you have purchased your license key from a store or some website, you might want to check back with them about the exact version of Windows. Doing so will help you narrow down the problem. And if you have second thoughts about the license key’s validity, you can just reach out to a Microsoft Support agent to check the validity of the license key.
Also, if have bought it from the store, there should be an option to get a refund. That way you can choose to buy the right version of Windows.
Option 1 – Try running the Windows 10 Activation Troubleshooter
The first thing you can do to resolve the Activation Error 0xC004F212 is to run the Windows 10 Activation Troubleshooter. To do so, follow these steps:
Go to Settings and then select Activation.
After that, click on the Windows Activation and then troubleshoot. This will help you address most of the commonly found activation issues in Windows devices.
The Windows 10 Activation Troubleshooter will determine if your license key is a valid Windows 10 digital license for an edition that is not currently installed. If it turns out that it’s not, then the troubleshooter will show you how to install the correct edition.
Option 2 – Try forcing Windows 10 ISO to use the right version
You can also try to force Windows 10 ISO to use the correct version depending on the product key. Note that this option only works between Windows 10 Home and Professional version since they both have a common ISO. So if it’s Enterprise, then this option won’t work for you.
Extract the Windows 10 ISO files using an extractor.
Then browse to the folder you created and go to the sources folder.
From there, you need to create a text file named “PID.txt” and make sure to follow the exact format given below:
[PID]Value=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
Note: “xxxxx” is the KEY to your Windows version.
Next, you need to create the ISO again or bootable media that will repack everything and then create the Media file. You can use the Media Creation tool for this.
Note: Windows will check the key during the installation and will figure out the right version of Windows.
Option 3 – Contact Microsoft Support for assistance
If you’re at your wits’ end in trying to update your Windows 10 computer, you should consider contacting Microsoft Support for help as they can offer you various options that would make fixing Windows Activation Error 0xC004F212 a lot easier and faster.